Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search_diseases— Full-text search em 10.get_disease_detail— Fenótipos HPO, genes, SUS, trials, descrição clínica em PT.find_diseases_by_phenotypes— Match por IDs HPO.get_sus_coverage— CEAF, SIGTAP, PNTN, nível de integração.find_reference_centers— Centros por doença e/ou UF, com CNES.find_active_trials— Trials ativos com filtro Brazil.find_similar_diseases— Vector similarity via embeddings SOTA.find_phenotypically_similar— Doenças com perfil de fenótipos HPO semelhante (simGIC pré-computado, explicável: nº de fenótipos em comum).