# 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](/access/products/ai/mcp/gateway) server for a curated list of tools to support specific API actions directly.

## List of actions/endpoints

| 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. |