MCP server generated from our documentation and API specifications. Primarily used for connecting to code editors and creating request/code examples.
Connect to your editor here:
- Connect to CursorInstall MCP server on Cursor
- Connect to VS CodeInstall MCP server on VS Code
- Copy MCP ConfigurationCopy MCP JSON Configuration
See the Gateway MCP server for a curated list of tools to support specific API actions directly.
| Tool | Parameters | Description |
|---|---|---|
list-apis | name: string | Lists available APIs with their context and purpose. |
get-endpoints | name: string | Returns all endpoints and their descriptions for a specific API. |
get-endpoint-info | name: string path: string method: string | Returns comprehensive information about a specific endpoint, including parameters, security, and examples. |
get-security-schemes | name: string path: string method: string | Gets the security schemes for a specific API. |
get-full-api-description | name: string | Returns the complete OpenAPI description. |