@infoinlet/mcp-openapi
v0.1.1
Published
Turn any OpenAPI/Swagger spec into MCP tools — point it at a spec URL and every operation becomes a callable, SSRF-guarded tool. MCP server.
Downloads
262
Readme
@infoinlet/mcp-openapi
Point it at any OpenAPI/Swagger spec (JSON or YAML) and every operation becomes a callable MCP tool — SSRF-guarded, with the spec's auth headers. Fills the "API-docs → MCP" gap.
{ "mcpServers": { "petstore": { "command": "npx", "args": ["-y", "@infoinlet/mcp-openapi"],
"env": { "OPENAPI_SPEC_URL": "https://petstore3.swagger.io/api/v3/openapi.json", "OPENAPI_HEADERS_JSON": "{\"Authorization\":\"Bearer ...\"}" } } } }openapi_reload re-reads the spec.
