{"schema_version":"1.0","name":"reflux-store","display_name":"REFLUX Official Merch Store","description":"MCP server for the official Reflux progressive metalcore band merchandise store. Browse products, search catalog, get band info.","version":"2.0.0","transport":{"type":"http","url":"https://reflux.platphormnews.com/api/mcp","method":"POST","content_type":"application/json"},"upstream":"https://mcp.platphormnews.com","capabilities":{"tools":true,"resources":false,"prompts":false},"tools":[{"name":"catalog_list","description":"List all products in the Reflux official merch store catalog with full details including prices, categories, tags, and Etsy URLs.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"catalog_get","description":"Get a single product by its slug identifier with full details.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug identifier (e.g. reflux-skull-roses-graphic-tee)"}},"required":["slug"]}},{"name":"catalog_search","description":"Search products by keyword across titles, descriptions, and tags.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keyword"}},"required":["query"]}},{"name":"catalog_categories","description":"List all unique product categories with their product counts.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"catalog_by_category","description":"Get all products in a specific category.","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Category name (e.g. T-Shirts, Hoodies, Hats)"}},"required":["category"]}},{"name":"band_info","description":"Get complete band biography, discography, member info, and legacy for Reflux.","inputSchema":{"type":"object","properties":{},"required":[]}}],"links":{"website":"https://reflux.platphormnews.com","etsy":"https://www.etsy.com/shop/REFLUXStore","health":"https://reflux.platphormnews.com/api/health","docs":"https://reflux.platphormnews.com/api/docs","llms":"https://reflux.platphormnews.com/llms.txt","mcp_hub":"https://mcp.platphormnews.com"},"auth":{"type":"none"},"rate_limit":{"requests_per_minute":100}}