{ "name": "molecare-mcp", "version": "1.1.0", "mcpName": "io.github.MoleCare/molecare-mcp", "description": "MCP server bridging the MoleCare API to any MCP client: educational dermatology knowledge (lesion terminology, ABCDE criteria, SNOMED CT to ICD-10 mapping) and mole tracking data. Runs with no credentials. Not a medical device.", "license": "Apache-2.0", "author": "MoleCare LTD (https://www.molecare.co.uk)", "homepage": "https://github.com/MoleCare/molecare-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/MoleCare/molecare-mcp.git" }, "bugs": { "url": "https://github.com/MoleCare/molecare-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "modelcontextprotocol", "claude", "anthropic", "dermatology", "skin-health", "melanoma", "healthcare", "mlops", "ai-tools" ], "type": "module", "main": "dist/index.js", "bin": { "molecare-mcp": "dist/index.js", "molecare-ops-mcp": "dist/ops.js" }, "files": [ "dist", "README.md", "LICENSE", ".env.example" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "test": "npm run build && node --test tests/*.mjs", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "inspect": "npx @anthropic-ai/mcp-inspector dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "axios": "^1.19.0", "dotenv": "^17.4.2", "zod": "^4.5.4" }, "peerDependencies": { "@aws-sdk/client-cloudwatch": "^3.1125.0", "@aws-sdk/client-ec2": "^3.1125.0" }, "peerDependenciesMeta": { "@aws-sdk/client-cloudwatch": { "optional": true }, "@aws-sdk/client-ec2": { "optional": true } }, "devDependencies": { "@aws-sdk/client-cloudwatch": "^3.1125.0", "@aws-sdk/client-ec2": "^3.1125.0", "@types/node": "^26.4.1", "tsx": "^4.23.13", "typescript": "^7.0.2" }, "overrides": { "qs": "^6.16.0" } }