io.github.saurav61091/mcp-openapi-runner✓
io.github.saurav61091/mcp-openapi-runner · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.saurav61091/mcp-openapi-runner",
"description": "Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.",
"repository": {
"url": "https://github.com/saurav61091/mcp-openapi",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-openapi-runner",
"version": "1.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}