OpenAPI to MCP Converter
Convert any OpenAPI specification into MCP tool definitions automatically.
FAQ
What does this tool do?
It takes an OpenAPI (Swagger) specification and converts each API endpoint into an MCP tool definition. This lets AI assistants use your existing APIs as MCP tools without manual configuration.
Which OpenAPI versions are supported?
OpenAPI 3.0, 3.1, and Swagger 2.0 are all supported. The tool auto-detects the version and handles the conversion accordingly.
How are parameters mapped?
Path parameters, query parameters, and request body schemas are mapped to MCP tool input_schema properties. Response schemas are used to generate tool descriptions. Required parameters are preserved.