Agentify: OpenAPI-to-MCP Server Generator
This MCP server, io.github.sani-savaliya/agentify, turns an OpenAPI/Swagger specification into an MCP server. For each API operation in the provided spec, it creates a corresponding MCP tool, enabling structured access to the underlying API via the Model Context Protocol.
🛠️ Key Features
- Input: OpenAPI/Swagger spec
- Output: MCP server
- Mapping: every API operation becomes an agent tool
🚀 Use Cases
- Generate an MCP server from an existing OpenAPI/Swagger document
- Expose API operations as MCP tools for downstream agents
⚡ Developer Benefits
- Reuse existing OpenAPI/Swagger definitions
- Tool-per-operation structure derived from the spec’s operations
⚠️ Limitations
- Based on the availability and coverage of operations in the provided OpenAPI/Swagger specification