{
  "name": "REFLUX Official Store",
  "description": "MCP-enabled merchandise storefront for the progressive metalcore band Reflux. Catalog search, product lookup, and band info.",
  "version": "2.0.0",
  "protocolVersion": "2024-11-05",
  "endpoint": "/api/mcp",
  "server_card": "/.well-known/mcp/server-card.json",
  "transport": {
    "type": "http",
    "method": "POST",
    "content_type": "application/json"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "catalog_list",
      "description": "List all products in the Reflux merch catalog."
    },
    {
      "name": "catalog_get",
      "description": "Get a single product by slug."
    },
    {
      "name": "catalog_search",
      "description": "Search products by keyword."
    },
    {
      "name": "catalog_categories",
      "description": "List all product categories with counts."
    },
    {
      "name": "catalog_by_category",
      "description": "Get products filtered by category."
    },
    {
      "name": "band_info",
      "description": "Get band biography, discography, and member info."
    }
  ],
  "auth": { "type": "none" },
  "links": {
    "website": "https://reflux.platphormnews.com",
    "etsy": "https://www.etsy.com/shop/REFLUXStore",
    "mcpHub": "https://mcp.platphormnews.com",
    "health": "/api/health",
    "llms": "/llms.txt"
  }
}
