Getting Started
How to make your first request to the MCP Market API.
Base URL
All endpoints are served under:
http://localhost:8000/v1Making a request
Every request must include an Authorization header. See
Authentication for how to obtain a token.
curl http://localhost:8000/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 - or browse the full API reference in the sidebar for every available endpoint.
Marketplace UI
Here's what the live marketplace looks like: