streamable-httpupdated 3mo ago
Brazilian rare-disease knowledge graph (10,468 diseases) exposed via the Model Context Protocol (MCP). Each disease is an addressable Disease Twin (disease://{orphaCode}): genes, HPO phenotypes, SUS coverage, clinical trials, literature-mined treatments, repurposing hypotheses, and grounded multi-hop reasoning โ PT-BR first, source-grounded, never diagnoses.
What can you do with raras?
Raras Disease Twin โ MCP Server
Brazilian rare-disease knowledge graph (10,468 diseases) exposed via the Model Context Protocol (MCP).
Each disease is an addressable Disease Twin (disease://{orphaCode}): genes, HPO phenotypes, SUS coverage,
clinical trials, literature-mined treatments, repurposing hypotheses, and grounded multi-hop reasoning โ PT-BR
first, source-grounded, never diagnoses.
Connect (no install)
- Remote endpoint:
https://raras.org/api/mcp(Streamable HTTP, public, read-only) - Claude Code:
claude mcp add --transport http raras https://raras.org/api/mcp - claude.ai / Desktop: Settings โ Connectors โ Add custom connector โ paste the URL
- Docs: https://raras.org/mcp
Skill
SKILL.md is an installable Claude Skill โ drop it in .claude/skills/raras-disease-twin/.
License
Data: CC-BY-4.0 ยท Code: MIT ยท https://raras.org
Install
Add raras to your client. Pick the one you use.
claude mcp add --transport http raras https://raras.org/api/mcpcodex mcp add raras --url https://raras.org/api/mcp{
"mcpServers": {
"raras": {
"url": "https://raras.org/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"raras": {
"type": "http",
"url": "https://raras.org/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"raras": {
"url": "https://raras.org/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"raras": {
"serverUrl": "https://raras.org/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
38 / 100
Incomplete
- Documentation4/25
- Maintenance13/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 102 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.2.0Latest | May 21, 2026 |