General Tools
sanovia.app
MCP server that searches Italian doctors and healthcare professionals on Sanovia and retrieves profiles, visit types, pricing, and online booking availability.
ENDPOINT 1
https://sanovia.app/api/v1/mcp
MCP server metadata
- Name
- sanovia
- Version
- 1.0.0
Sanovia è un gestionale per studi medici italiani. Questi strumenti leggono solo dati che i professionisti hanno scelto di rendere pubblici: chi sono, dove ricevono, cosa offrono, quanto costa e quando sono liberi. Non prenotano: per prenotare, dai al paziente il booking_url, dove conferma lui stesso. Non chiedere mai dati sanitari del paziente per usare questi strumenti. / Sanovia is practice-management software for Italian doctors. These tools only read data practitioners chose to publish. They never book: give the patient the booking_url, where they confirm themselves. Never ask for the patient's health data to use them.
Known tools 4
search_doctorsCerca medici e professionisti sanitari italiani iscritti a Sanovia per specialità e/o città.
Inferred read-onlyget_doctor_profileProfilo pubblico di un professionista: specialità, iscrizione all'Albo, sedi, orari, prestazioni con durata e prezzo, valutazione verificata, link al suo sito e alla prenotazione.
Inferred read-onlyget_visit_typesTipi di visita prenotabili online da un professionista, con durata, prezzo in euro (null = prezzo non indicato, NON gratuito) e se il pagamento è online.
Inferred read-onlyget_availabilityOrari di inizio liberi per la prenotazione online di un professionista, giorno per giorno (massimo 14 giorni).
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.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.
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.