Anthropic's MCP standard lets agents discover and call tools through a typed protocol. AIgateway exposes the catalog via MCP at api.aigateway.sh/mcp — Claude Code, Cursor agents, and any MCP-aware client can list models, read a model's exact invocation schema, and call any modality (chat, embeddings, images, audio, video, rerank, OCR, and more).
Preferred transport. One POST endpoint, no session management. Add this to your MCP host's config.
If your client only supports the older SSE transport, use these endpoints instead.
Open https://api.aigateway.sh/mcp/inspect in a browser to list tools, schemas, and sample invocations without leaving the URL.