Connect Claude, Codex, and other MCP clients to API Deposu's read-only catalog tools.
Create a new key from the MCP keys page in the portal.
Add the endpoint and key to Codex, Claude, or another client.
Search APIs and query details using catalog tools in chat.
Use this endpoint and auth info for remote MCP connections.
https://mcp.apideposu.com/mcpUse this endpoint for production remote MCP connections. If your client asks for an MCP server URL, enter this address.
Authorization: Bearer <your-key>x-api-key: <your-key>Each user manages their own keys.
Create your own MCP access key from the portal. The full token is shown only once at creation time.
If you use Codex CLI, add the remote MCP server once, then use normal prompts to call the catalog tools.
$env:APIDEPOSU_MCP_TOKEN="<your-key>"
codex mcp add api-deposu --url https://mcp.apideposu.com/mcp --bearer-token-env-var APIDEPOSU_MCP_TOKENThe most common Node, fetch, and undici mistakes produce 405 and 406 responses. Keep the request contract below exact.
Server health check and fast smoke test.
Lists catalog categories and approved API counts.
Returns the total number of approved APIs matching the current filters.
Searches the catalog with text, filters, sorting, date windows, and pagination.
Returns one API with optional playground details.