Developer Tools
raras.org
Searches and retrieves detailed information about rare diseases, phenotypes, and healthcare coverage in Brazil.
ENDPOINT 1
https://raras.org/api/mcp
MCP server metadata
- Name
- rarasnet-http
- Version
- 0.1.0
RarasNet MCP — Brazilian Rare Disease Knowledge Graph. Each rare disease is an addressable "Disease Twin" (resource `disease://{orphaCode}`). All outputs in PT-BR by default. Include ORPHA/MONDO/HPO codes. Every fact traces to an authoritative source (use get_evidence). Never diagnose — suggest medical consultation.
Known tools 21
find_phenotypically_similarDoenças com perfil de fenótipos HPO semelhante (simGIC pré-computado, explicável: nº de fenótipos em comum).
Inferred read-onlyfind_papers_for_diseaseLiteratura relacionada a uma doença via embeddings (:SEMANTIC_MATCH, fallback vetorial).
Inferred read-onlyanalyze_clinical_caseCaso clínico → doenças candidatas + literatura relevante em 1 chamada.
Inferred read-onlyget_literature_relationsRelações tipadas extraídas da literatura biomédica (associate/treat/cause/inhibit/stimulate/prevent) entre a doença e genes/fármacos, com nº de publicações como proveniência.
Inferred read-onlyget_hypothesesCandidatos a reposicionamento de fármacos gerados por associação de genes (guilt-by-association): drogas que tratam outras doenças que compartilham genes com esta.
Inferred read-onlyget_research_logRegistro cronológico do que o agente autônomo fez por esta doença: autoria, mineração de literatura, evidência genética, verificação, prospecção de fontes, recomputação de relações.
Inferred read-onlyget_recent_updatesDoenças cujo gêmeo digital ganhou evidência nova (autoria, PubTator3, Open Targets, verificação) nos últimos N dias.
Inferred read-onlyget_evidenceCross-references de autoridade (Orphanet, MONDO, OMIM, MeSH, GARD, UMLS), status de verificação e PMIDs de uma doença.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rarasnet-http]
url = "https://raras.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rarasnet-http": {
"type": "http",
"url": "https://raras.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rarasnet-http
Remote MCP URL: https://raras.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rarasnet-http": {
"url": "https://raras.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rarasnet-http": {
"type": "http",
"url": "https://raras.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rarasnet-http",
"transport": "streamable-http",
"url": "https://raras.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.