{
  "name": "redpim",
  "icon": "https://redpim.de/images/android-chrome-512x512.png",
  "description": "redPIM is a Cloud PIM (Product Information Management) for technical distributors and wholesalers. This MCP server exposes its product-data operations (catalogs, products, variants, classification, exports) as tools over Streamable HTTP.",
  "version": "1.0.0",
  "serverUrl": "https://mcp.redpim.de/",
  "transport": "streamable-http",
  "provider": "redCOMPONENTS — Matthias Ender Solution",
  "homepage": "https://redpim.de/",
  "documentation": "https://redpim.de/developers.html#mcp",
  "openapi": "https://redpim.de/openapi.json",
  "authentication": {
    "type": "oauth2",
    "status": "active",
    "flows": ["authorization_code"],
    "pkce_required": true,
    "dynamic_client_registration": true,
    "authorization_servers": ["https://app.redpim.de/"],
    "scopes_supported": ["mcp", "api", "offline_access"]
  },
  "tools": [
    { "name": "get_stats", "description": "Return aggregate catalog, product and media counts for the authenticated company." },
    { "name": "list_departments", "description": "List the departments (id + name) of the authenticated company." },
    { "name": "list_catalogs", "description": "List the catalogs (id + name) of a department." },
    { "name": "add_product", "description": "Create a product in a catalog (departmentId, catalogId, name; optional parentId)." },
    { "name": "start_export", "description": "Queue a catalog export (BMEcat, BMEcat2005, REDcat, Media, Excel, Mercateo, Shopware, Ariba)." }
  ]
}
