AiAgentKarl/api-to-mcp-converter
Convert any REST API (OpenAPI/Swagger) into MCP tools instantly
Platform-specific configuration:
{
"mcpServers": {
"api-to-mcp-converter": {
"command": "npx",
"args": [
"-y",
"api-to-mcp-converter"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Convert any REST API into MCP-compatible tools instantly. Provide an OpenAPI/Swagger spec and get ready-to-use MCP tool definitions.
Every company has REST APIs. AI agents need MCP tools. This bridge converts one into the other automatically โ no coding required.
pip install api-to-mcp-converter{
"mcpServers": {
"api-converter": {
"command": "uvx",
"args": ["api-to-mcp-converter"]
}
}
}| Tool | Description | |------|-------------| | convert_api | Convert an OpenAPI spec URL to MCP tools | | list_converted_apis | List all converted APIs | | get_api_tools | Get MCP tool definitions for an API | | search_converted_apis | Search converted APIs | | share_conversion | Share a conversion with the community |
"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"---
| Category | Servers | |----------|---------| | ๐ Blockchain | Solana | | ๐ Data | Weather ยท Germany ยท Agriculture ยท Space ยท Aviation ยท EU Companies | | ๐ Security | [Cybersecurity](h
Loading reviews...