Skip to main content

Développeurs

Documentation

Tout ce dont vous avez besoin pour intégrer la boutique Reflux. API REST, outils MCP et fichiers de découverte LLM.

REST API Endpoints

MethodPath
GET/api/health
GET/api/catalog
GET/api/catalog/:slug
GET/api/search?q=
GET/api/mcp
POST/api/mcp
GET/api/etsy/sync
GET/api/spotify/token

Discovery & SEO Files

MCP JSON-RPC 2.0

The POST /api/mcp endpoint implements the Model Context Protocol using JSON-RPC 2.0. Available tools:catalog_list,catalog_get,catalog_search,catalog_categories,catalog_by_category,band_info.

Example: Search Products
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "catalog_search",
    "arguments": { "query": "skull hoodie" }
  }
}

Authentication

The public storefront API does not require authentication for read operations. All product data, categories, and discovery files are freely accessible.

Rate limiting is applied at 100 requests per minute per IP. Include a User-Agent header for best results.

MCP Hub

Access the full MCP toolset at mcp.platphormnews.com