SkillAgentSearch skills...

medical-terminologies-mcp

MCP Server for global medical terminologies: ICD-11, SNOMED CT, LOINC, RxNorm, MeSH

Install / Use

claude mcp add SidneyBissoli -- npx -y github:SidneyBissoli/medical-terminologies-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

57/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "medical-terminologies-mcp", "mcpName": "io.github.SidneyBissoli/medical-terminologies-mcp", "version": "1.8.0", "description": "Unified MCP server for seven medical terminologies (ICD-11, SNOMED CT, LOINC, RxNorm, MeSH, ATC, CID-10) with authoritative WHO ICD-10→ICD-11 mapping. 37 tools, hosted endpoint available, MIT.", "author": "Sidney Bissoli", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "medical-terminologies-mcp": "dist/index.js" }, "files": [ "dist", "NOTICE.md" ], "keywords": [ "mcp", "model-context-protocol", "medical", "terminologies", "icd-11", "icd11", "snomed", "snomed-ct", "loinc", "rxnorm", "mesh", "healthcare", "clinical", "coding", "who", "nlm", "nih", "medical-coding", "health-informatics", "interoperability" ], "repository": { "type": "git", "url": "https://github.com/SidneyBissoli/medical-terminologies-mcp.git" }, "bugs": { "url": "https://github.com/SidneyBissoli/medical-terminologies-mcp/issues" }, "homepage": "https://github.com/SidneyBissoli/medical-terminologies-mcp#readme", "sideEffects": true, "scripts": { "build": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=esm --outfile=dist/index.js --packages=external --tree-shaking=false", "build:all": "npm run build && npm run build:worker-lib", "start": "node dist/index.js", "dev": "npm run build && node dist/index.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "build:worker-lib": "esbuild src/worker-lib.ts --bundle --platform=browser --target=es2022 --format=esm --outfile=dist/worker-lib.js --tree-shaking=false --conditions=workerd,browser --define:process.env.NODE_ENV=\"production\" --external:node:* --external:cloudflare:* --external:@modelcontextprotocol/* --external:zod --alias:events=node:events --alias:stream=node:stream --alias:buffer=node:buffer --alias:util=node:util --alias:path=node:path --alias:os=node:os --alias:fs=node:fs --alias:url=node:url --alias:crypto=node:crypto" }, "dependencies": { "@modelcontextprotocol/server": "^2.0.0", "@sbissoli/mcp-provenance": "^0.1.0", "pino": "^10.2.1", "zod": "^4.4.3" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@sbissoli/mcp-evals": "^0.1.0", "@types/node": "^26.1.2", "esbuild": "^0.28.0", "nock": "^14.0.15", "pino-pretty": "^13.1.3", "tsx": "^4.23.11", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "engines": { "node": ">=20.0.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryHealthcare
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low