MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
List CategoriesList Tags
Deployments
Discover
LLM
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceCatalog

List Categories

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

Catalog

Endpoints in the Catalog group.

List Tags

Next Page