Discover API endpoints through the Model Context Protocol.
This is an MCP server that lets AI assistants explore an API. It loads the full OpenAPI specification and exposes it through tools for discovery.
Browse available API endpoints. Filter by tag or search term.
Get full details for a specific endpoint: parameters, request body schema, and response schema.
claude mcp add apidoc-mcp \
--transport http \
https://apidoc.mcp.cakemail.com/api/mcp
{
"mcpServers": {
"apidoc-mcp": {
"type": "streamable-http",
"url": "https://apidoc.mcp.cakemail.com/api/mcp"
}
}
}