This is a meta-tool that dynamically generates MCP tools from any OpenAPI or Swagger specification. Point it at an API spec and it automatically creates callable tools for each endpoint, with built-in SSRF protection to prevent unauthorized network access. Reach for this when you want Claude to interact with REST APIs without writing custom MCP servers for each one. It's especially useful for internal APIs, third-party services with public specs, or rapid prototyping where you need to test API integration quickly. The SSRF guards mean you can safely expose it without worrying about Claude being tricked into hitting internal network resources.
claude mcp add --transport stdio io.github.infoinlet-marketplace-mcp-openapi uvx mcp-openapi