OpenAPI MCP Proxy
Convert any REST OpenAPI or Swagger spec into instant MCP tools
Dynamically translates OpenAPI 3.0/3.1 specifications into Model Context Protocol tools with automated parameter validation.
Kom hurtigt i gang
claude_desktop_config.json
Kom i gang med OpenAPI MCP Proxy i dit projekt.
{
"mcpServers": {
"danish-api": {
"command": "npx",
"args": [
"-y",
"@sotayamashita/openapi-mcp-server",
"--spec",
"https://example.dk/openapi.json"
]
}
}
}Om OpenAPI MCP Proxy
OpenAPI MCP Proxy allows agents to instantly connect to any REST API that provides a Swagger or OpenAPI specification. It automatically parses endpoints, schemas, and parameters, exposing them as typed tools with Zod validation over stdio or HTTP transports.
DK
Danske data- og produkt-guides
Hvordan udviklere og agenter bruger OpenAPI MCP Proxy til at tilgå dansk digital infrastruktur.
Mount Any Danish OpenAPI Document into Claude Desktop
Point OpenAPI MCP Proxy at the official OpenAPI JSON specification of a Danish municipality or service to enable tool calling immediately.
npx -y @sotayamashita/openapi-mcp-server --spec https://api.datafordeler.dk/openapi.jsonNøglefunktioner
Dynamic mapping of OpenAPI operations to MCP tools
Zod schema validation on input parameters
Supports HTTP Bearer, API key, and Basic auth
Runs locally via npx without manual code generation