Skip to main content
Glama

OpenAPI MCP Server

by aaker
package.json1.11 kB
{ "name": "openapi-mcp-js", "version": "1.0.0", "description": "Pure JavaScript MCP server for OpenAPI specifications", "main": "src/index.js", "type": "module", "bin": { "openapi-mcp": "src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --inspect src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "openapi", "api", "llm", "ai", "model-context-protocol" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "axios": "^1.6.0", "commander": "^11.0.0", "jsonpath-plus": "^7.2.0", "os": "^0.1.2" }, "devDependencies": { "@types/node": "^20.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/openapi-mcp-js.git" }, "bugs": { "url": "https://github.com/yourusername/openapi-mcp-js/issues" }, "homepage": "https://github.com/yourusername/openapi-mcp-js#readme" }

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/aaker/mini-openapi-mcp'

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