INDIVIDUAL MCP TOOL
search_doctors
Cerca medici e professionisti sanitari italiani iscritti a Sanovia per specialità e/o città.
LIVE ENDPOINT
https://sanovia.app/api/v1/mcp
Connect to this endpoint to inspect the live schema for search_doctors and invoke it with your own arguments.
Indexed 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 server
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.sanovia]
url = "https://sanovia.app/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sanovia": {
"type": "http",
"url": "https://sanovia.app/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sanovia
Remote MCP URL: https://sanovia.app/api/v1/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": {
"sanovia": {
"url": "https://sanovia.app/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sanovia": {
"type": "http",
"url": "https://sanovia.app/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sanovia",
"transport": "streamable-http",
"url": "https://sanovia.app/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_doctor_profile— Profilo pubblico di un professionista: specialità, iscrizione all'Albo, sedi, orari, prestazioni con durata e prezzo, valutazione verificata, link al suo sito e alla prenotazione.get_visit_types— Tipi di visita prenotabili online da un professionista, con durata, prezzo in euro (null = prezzo non indicato, NON gratuito) e se il pagamento è online.get_availability— Orari di inizio liberi per la prenotazione online di un professionista, giorno per giorno (massimo 14 giorni).