API-to-MCP Converter
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@API-to-MCP ConverterConvert the Petstore API spec from https://petstore3.swagger.io/api/v3/openapi.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
API-to-MCP Converter ๐
Convert any REST API into MCP-compatible tools instantly. Provide an OpenAPI/Swagger spec and get ready-to-use MCP tool definitions.
Why
Every company has REST APIs. AI agents need MCP tools. This bridge converts one into the other automatically โ no coding required.
Related MCP server: openapi-mcp-server
Features
Instant Conversion โ OpenAPI 3.x and Swagger 2.0 support
All Methods โ GET, POST, PUT, PATCH, DELETE
Parameter Extraction โ Query, path, body parameters auto-detected
Persistent Storage โ Converted APIs saved locally for reuse
Community Sharing โ Share conversions for others to discover
Search โ Find previously converted APIs
Installation
pip install api-to-mcp-converterUsage
{
"mcpServers": {
"api-converter": {
"command": "uvx",
"args": ["api-to-mcp-converter"]
}
}
}Tools
Tool | Description |
| Convert an OpenAPI spec URL to MCP tools |
| List all converted APIs |
| Get MCP tool definitions for an API |
| Search converted APIs |
| Share a conversion with the community |
Examples
"Convert the Petstore API: https://petstore3.swagger.io/api/v3/openapi.json"
"What APIs have I converted?"
"Show me the tools for the petstore API"More MCP Servers by AiAgentKarl
Category | Servers |
๐ Blockchain | |
๐ Data | Weather ยท Germany ยท Agriculture ยท Space ยท Aviation ยท EU Companies |
๐ Security | |
๐ค Agent Infra | Memory ยท Directory ยท Hub ยท Reputation |
๐ฌ Research | Academic ยท LLM Benchmark ยท Legal |
โ Full catalog (40+ servers)
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Free public MCP for AI agents โ 193 tools, 44 workflows. No API key.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAutomatically converts Swagger/OpenAPI specifications into MCP servers, enabling AI agents to interact with any REST API through natural language by exposing endpoints as AI-friendly tools.3-
- AlicenseNot gradedqualityCmaintenanceConverts any OpenAPI/Swagger API specification into MCP tools that AI assistants can use to interact with the API.14 npm7MIT
- AlicenseNot gradedqualityBmaintenanceTurns any OpenAPI/Swagger API into MCP tools, enabling AI assistants to call REST API endpoints directly.2MIT
- FlicenseNot gradedqualityDmaintenanceExposes any REST API as MCP tools, enabling AI agents to discover and call existing HTTP endpoints without modifying the original API.-