Generate a Model Context Protocol (MCP) server from an OpenAPI spec using Speakeasy. The MCP server exposes API operations as tools that AI assistants like Claude can call directly.
| OpenAPI spec | Yes | Path or URL to the OpenAPI specification | | Package name | Yes | npm package name for the MCP server (e.g., my-api-mcp) | | Auth method | Yes | How the API authenticates (bearer token, API key, etc.) | | Env var prefix | No | Prefix for environment variables (e.g., MYAPI) |
| Scope strategy | No | How to map operations to scopes (default: read/write by HTTP method) |
Используйте при создании сервера MCP на основе спецификации OpenAPI с помощью Speakeasy. Триггеры по «создать сервер MCP», «сервер MCP», «протокол контекста модели», «инструменты помощника AI», «инструменты Claude», «speakeasy MCP», «enableMCPServer». Источник: speakeasy-api/agent-skills.