Skip to main content
Glama

Healthcare MCP Server

package.json786 B
{ "name": "healthcare-mcp", "version": "2.1.1", "description": "Healthcare MCP Server for medical information access", "type": "module", "main": "server/index.js", "bin": { "healthcare-mcp": "server/index.js" }, "scripts": { "start": "node server/index.js", "dev": "node --watch server/index.js", "test": "node --test", "server:http": "node server/http-server.js" }, "keywords": [ "healthcare", "medical", "mcp", "fda", "pubmed", "clinical-trials", "icd-10", "mcp-server" ], "author": "Cicatriiz", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "node-fetch": "^3.3.2", "node-cache": "^5.1.2", "sqlite3": "^5.1.6" }, "engines": { "node": ">=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/Cicatriiz/healthcare-mcp-public'

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