Skip to main content
Glama

Swagger to MCP

package.jsonâ€Ē761 B
{ "name": "swagger-to-mcp", "version": "1.0.0", "description": "Convert any Swagger/OpenAPI spec into a dynamic MCP server", "main": "server.js", "type": "module", "scripts": { "start": "node server.js --swagger=./petstore.yaml", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://local_proxy@127.0.0.1:16142/git/suhailtajshaik/swagger-to-mcp" }, "keywords": ["mcp", "swagger", "openapi", "model-context-protocol"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.1", "ajv": "^8.17.1", "axios": "^1.13.2", "dotenv": "^17.2.3", "js-yaml": "^4.1.0", "openapi-types": "^12.1.3", "yargs": "^18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/suhailtajshaik/swagger-to-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server