openapi-mcp-proxy
If you are the rightful owner of openapi-mcp-proxy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
OpenAPI MCP Server is a command-line tool that transforms any OpenAPI service into a Model Context Protocol (MCP) server, enabling seamless integration with AI agents and tools that support the MCP specification.
The OpenAPI MCP Server is designed to bridge the gap between OpenAPI services and MCP clients. By taking an OpenAPI specification file as input, it automatically generates an MCP-compliant server that proxies incoming requests to the actual OpenAPI service. This tool translates between MCP and REST conventions, allowing any existing REST API with an OpenAPI specification to be immediately accessible to AI agents that understand MCP, without requiring modifications to the original service. The tool is still in its early development stage, with a roadmap available for future enhancements. It provides a consistent way for AI models to discover, understand, and utilize various capabilities through a unified interface, making it easier to build AI-powered applications that can interact with multiple services.
Features
- Transforms OpenAPI services into MCP servers
- Automatically generates MCP-compliant servers
- Proxies requests to actual OpenAPI services
- Translates between MCP and REST conventions
- Enables seamless integration with AI agents