apidoc-mcp MCP

Discover API endpoints through the Model Context Protocol.

What is this?

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.

Available Tools

list_endpoints

Browse available API endpoints. Filter by tag or search term.

get_endpoint

Get full details for a specific endpoint: parameters, request body schema, and response schema.

Connect with Claude Code

claude mcp add apidoc-mcp \
  --transport http \
  https://apidoc.mcp.cakemail.com/api/mcp

Connect with any MCP client

{
  "mcpServers": {
    "apidoc-mcp": {
      "type": "streamable-http",
      "url": "https://apidoc.mcp.cakemail.com/api/mcp"
    }
  }
}