MCP server API
3 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/mcp |
Mcp Info |
POST |
/api/mcp |
Mcp Endpoint Accepts a JSON body. |
GET |
/api/mcp/tools |
Mcp Tools Catalog |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.