Catalog
Return all categories ordered by display_order. mcp_count is the number of published, public listings in that category and is refreshed at most once per hour, so it may lag a just-published or just-archived listing briefly.
OAuth2AuthorizationCodeBearer In: header
trueapplication/json
application/json
curl -X GET "https://example.com/v1/mcp/categories"[ { "id": 0, "name": "string", "slug": "string", "description": "string", "icon": "string", "mcp_count": 0 }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}