MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference

Getting Started

How to make your first request to the MCP Market API.

Base URL

All endpoints are served under:

https://api.mcpbundler.ai/v1

Running the backend locally instead, the same routes are served under http://localhost:8000/v1.

Making a request

Every request must include an Authorization header. See Authentication for how to obtain a token.

curl https://api.mcpbundler.ai/v1/mcp \
  -H "Authorization: Bearer <token>"

Next steps

Follow the Tutorial for a full walkthrough - create a bundle, add an MCP, deploy it, and connect an agent - then read Concepts for the mental model behind bundles, deployments, vault credentials, organisations, and how listings get published.

Every endpoint is documented in the API Reference, generated straight from the live OpenAPI schema. For interactively exploring and trying requests against a running backend, use its Swagger UI - api.mcpbundler.ai/docs in production, or http://localhost:8000/docs against a local backend.

Marketplace UI

Here's what the live marketplace looks like:

Authentication

How to authenticate requests to the MCP Market API.

On this page

Base URLMaking a requestNext stepsMarketplace UI