Skip to content

Docs - Model Context Protocol (MCP) server

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:

See the Gateway MCP server for a curated list of tools to support specific API actions directly.

List of actions/endpoints

Tool
Parameters
Description
list-apisname: stringLists available APIs with their context and purpose.
get-endpointsname: stringReturns all endpoints and their descriptions for a specific API.
get-endpoint-infoname: string
path: string
method: string
Returns comprehensive information about a specific endpoint, including parameters, security, and examples.
get-security-schemesname: string
path: string
method: string
Gets the security schemes for a specific API.
get-full-api-descriptionname: stringReturns the complete OpenAPI description.