Catalog
List Categories
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.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/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" } ]}