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.
{
"mcpServers": {
"infoinletmcp-openapi": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-openapi"
]
}
}
}