IdroGEO MCP Server
ISPRA — Model Context Protocol endpoint for Italian hydrogeological hazard data.
This is a machine-to-machine API endpoint, not a website. It speaks the Model Context Protocol over Streamable HTTP and is meant to be consumed by an MCP client (an LLM), not opened in a browser.
🔒 Requests must be
POST JSON-RPC calls carrying a valid
X-API-Key header (or Authorization: Bearer <API_KEY>).
A plain browser GET like this one cannot invoke any tool.
Available tools
- get_lon_and_lat
- convert_to_epsg3857
- get_pericolosita_with_point
- get_osm_ID
- get_pericolosita_comune
- get_pericolosita_provincia
- get_pericolosita_citta_metropolitana
- get_pericolosita_regione
- get_pericolosita_macroregione
- get_pericolosita_italia
# Connect from an MCP client, e.g.:
{
"type": "mcp",
"server_url": "<this-url>/mcp",
"headers": { "X-API-Key": "<your-api-key>" }
}
ISPRA · Istituto Superiore per la Protezione e la Ricerca Ambientale
Health check →