Skip to main content
Glama
package.json1.42 kB
{ "name": "@openpharma-org/medicare-mcp-server", "version": "0.3.0", "description": "Medicare MCP server providing access to CMS Medicare Physician & Other Practitioners data (2013-2023).", "license": "MIT", "type": "module", "author": "Joan Saez-Pons (https://github.com/openpharma-org)", "repository": { "type": "git", "url": "git+https://github.com/openpharma-org/medicare-mcp-server.git" }, "bugs": { "url": "https://github.com/openpharma-org/medicare-mcp-server/issues" }, "homepage": "https://github.com/openpharma-org/medicare-mcp-server#readme", "keywords": [ "medicare", "cms", "healthcare", "providers", "mcp", "api", "server", "physician", "beneficiaries" ], "publishConfig": { "access": "public" }, "bin": { "medicare-mcp-server": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc --watch", "start": "node -r dotenv/config build/index.js", "clean": "rm -rf build coverage *.tgz" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4", "dotenv": "^16.4.5", "express": "^4.18.3", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.19.0", "typescript": "^5.5.0" }, "engines": { "node": ">=16.0.0" } }

Latest Blog Posts

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/openpharma-org/medicare-mcp'

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