MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
List CategoriesList Tags
Catalog

List Categories

Unfollow Public Bundle

Previous Page

List Tags

Next Page

GET
/v1/mcp/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
Defaulttrue

Response 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"    }  ]}