🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-openapi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-openapi

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.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@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.

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts