api-mcp

rosaldo/api-mcp
★ 0 stars Go AI/LLM Updated 2d ago
Point it at an API's specification — OpenAPI 3.x, Swagger 2.0 or GraphQL — and it becomes an MCP server. One tool per operation, no code to write, and no third party holding your credentials.
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": {
    "api-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/rosaldo/api-mcp@latest"
      ]
    }
  }
}

README Excerpt

Point it at an API's specification and it becomes an MCP server. One tool per operation, no code to write. ```sh api-mcp --spec https://api.exemplo.com/openapi.yaml ``` It reads **OpenAPI 3.x**, **Swagger 2.0**, **GraphQL** and Google's **Discovery Document** — as JSON, YAML or SDL — from a file, a URL or stdin. The dialect is detected from the content; `--type` forces it when detection gets

Tools (3)

hexhttpunix

Topics

ai-toolsapiclicode-generationgogolanggraphqlllmmcpmodel-context-protocolopenapiswagger