Educational dermatology knowledge and lesion tooling. No credentials needed. Not a medical device.
MCPpedia last refreshed this data
io.github.MoleCare/molecare-mcp is an MCP server that educational dermatology knowledge and lesion tooling. No credentials needed. Not a medical device. Its tool list has not been published yet over stdio, requires no API key, and scores 86/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-molecare-molecare-mcp": {
"command": "npx",
"args": [
"-y",
"molecare-mcp"
]
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Educational dermatology knowledge and lesion tooling. No credentials needed. Not a medical device.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'molecare-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked molecare-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / education
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
A Model Context Protocol server for searching and analyzing arXiv papers
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
MCP Security Weekly
Get CVE alerts and security updates for io.github.MoleCare/molecare-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server that gives Claude and other MCP clients access to:
Not a medical device. Outputs are educational and operational aids only. Do not use for diagnosis or treatment decisions.
Product site: molecare.co.uk · App: iOS · Android
MoleCare helps people track moles over time and prepare for clinician visits. This MCP server lets developers and operators:
No credentials, no database, no cloud account. Add this to your MCP client config and restart it:
{
"mcpServers": {
"molecare": {
"command": "npx",
"args": ["-y", "molecare-mcp"]
}
}
}
For Claude Desktop on macOS that file is
~/Library/Application Support/Claude/claude_desktop_config.json.
The dermatology knowledge tools work immediately — they read from a knowledge base bundled in the package. Everything that talks to a backend returns clearly-labelled mock data until you configure it, so you can explore the whole tool surface before deciding whether you want any of it.
To try it without a client at all:
npx -y molecare-mcp
It starts and waits on stdio. No output means it is working.
Only needed if you are running a MoleCare-compatible API:
{
"mcpServers": {
"molecare": {
"command": "npx",
"args": ["-y", "molecare-mcp"],
"env": {
"MOLECARE_API_URL": "http://localhost:8080/api",
"MOLECARE_API_KEY": "your-local-api-key"
}
}
}
}
Use localhost (or your own deployment). Do not paste production keys into config files that sync to cloud drives.
All optional unless you want live backends.
| Variable | Purpose | Example |
|---|---|---|
MOLECARE_API_URL | MoleCare HTTP API | http://localhost:8080/api |
MOLECARE_API_KEY | API bearer / key | local-dev-key |
ONTOLOGY_API_URL | Ontology service | http://localhost:8081 |
MLFLOW_TRACKING_URI | MLflow | http://localhost:5000 |
FEAST_REPO_PATH / feature store URL | Feast | — |
AWS_REGION | EC2 / CloudWatch clients | us-east-1 |
GITHUB_TOKEN | CI/CD tools | — |
MCP_HEALTH_PORT | Bind an HTTP /health endpoint. Unset by default — stdio clients do not need it | 3000 |
PORT | Same, for container health probes | 3000 |
See .env.example.
These are the reason most people install this. They answer from a bundled knowledge base and need no API, no key, and no network.
| Tool | Description |
|---|---|
search_medical_info | Search the dermatology knowledge base |
lookup_medical_concept | Look up a SNOMED CT concept |
search_medical_concepts | Search conditions by name or description |
map_snomed_to_icd10 | Map a SNOMED CT code to ICD-10 |
classify_lesion_features | ABCDE-style feature descriptors for a lesion |
assess_risk_from_factors | Educational risk scoring |