mcp-api-gateway

Vidmich/mcp-api-gateway
★ 0 stars Python Browser/Web Updated today
MCP server with UI to add OpenAPI specs and monitor traffic
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-api-gateway": {
      "command": "uvx",
      "args": [
        "mcp-api-gateway"
      ]
    }
  }
}

Or install with pip: pip install mcp-api-gateway

README Excerpt

Turn any number of OpenAPI or Swagger services into a single MCP server. Register a service by pointing the gateway at its spec URL, tick the operations worth exposing, and they become tools on one `/mcp` endpoint. When a model calls one, the gateway makes the corresponding HTTP request — with the credentials you

Tools (2)

adminmcp-api-gateway