io.github.stucchi/italy-opendata
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.stucchi/italy-opendatashow me info about the municipality of Milan"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
italy-opendata-mcp
MCP server exposing Italian open data (municipalities, provinces, regions, postal codes, coordinates, geographic data) through simple, developer-friendly tools.
Features
7 MCP tools to navigate the Italian administrative hierarchy
Official sources: ISTAT and ANPR where available
Lazy download: data is fetched on first use and cached locally (~1.8 MB SQLite)
Offline after first use: all queries are local
No Docker: installable via
uvxorpip, starts and stops with Claude
Related MCP server: mcp-gouv-fr
Data sources
Data | Source | Type |
Municipalities, provinces, regions, ISTAT codes | Official | |
Resident population | Official (daily updates) | |
Surface area, altitude, altimetric zone | Official | |
Postal codes (CAP) | Community (no official source available) | |
Centroid coordinates | Community (no official source available) |
Installation
uvx italy-opendata-mcpUsage in .mcp.json
{
"mcpServers": {
"italy-opendata": {
"command": "uvx",
"args": ["italy-opendata-mcp"]
}
}
}From source
git clone https://github.com/stucchi/italy-opendata-mcp.git
cd italy-opendata-mcp
uv venv && uv pip install -e .Tools
Hierarchical navigation
list_regioni() → list_province(regione="Lombardia") → list_comuni(provincia="MI")Tool | Parameters | Description |
| — | All 20 regions with municipality count and population |
|
| Provinces with optional region filter |
|
| Municipalities with optional filters (default 400 results) |
Search
Tool | Parameters | Description |
|
| Full details of a municipality by name or ISTAT code |
|
| Find municipalities associated with a postal code |
Data management
Tool | Parameters | Description |
|
| Re-download data from sources |
| — | Local cache status |
Available fields per municipality
Each municipality includes:
Registry: name, ISTAT code, cadastral code, province abbreviation, province, region
Demographics: population (ANPR, daily updates)
Geography: latitude, longitude, surface area (km²), altitude (m), altimetric zone
Classification: coastal, island, urbanization degree
Postal: list of associated CAP codes
Example output
> get_comune("Roma")
{
"codice_istat": "058091",
"nome": "Roma",
"codice_catastale": "H501",
"popolazione": 2802399,
"superficie_kmq": 1288.19,
"altitudine": 20,
"zona_altimetrica": "Pianura",
"litoraneo": 1,
"latitudine": 41.89332,
"longitudine": 12.482932,
"sigla_provincia": "RM",
"provincia": "Roma",
"regione": "Lazio",
"cap": ["00118", "00119", "00120", ...]
}Cache
Data is saved locally on first use:
OS | Path |
macOS / Linux |
|
Windows |
|
To refresh data, use refresh_dataset(force=True).
Data coverage
Count | |
Regions | 20 |
Provinces | 107 |
Municipalities | 7,896 |
With population | 7,896 |
With coordinates | 7,889 |
With geographic data | 7,519 |
With postal codes | 7,887 |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.Last updated174MIT
- Flicense-qualityDmaintenanceMCP server for exploring French public open data via APIs like data.gouv.fr, geo.api.gouv.fr, INSEE Sirene, and Radio France.Last updated
- AlicenseAqualityCmaintenanceMCP server that wraps Kartverket's open APIs for Norwegian geographic data including place names, addresses, elevation, municipalities, properties, statistical districts, and building points. Requires no authentication.Last updated764MIT
- AlicenseAqualityCmaintenanceMCP server for geocoding and place discovery using OpenStreetMap data via Nominatim. Supports forward/reverse geocoding, bounding boxes, nearby places, batch geocoding, route waypoints, and administrative boundaries.Last updated10Apache 2.0
Related MCP Connectors
dati.gov.it MCP — Italy's national open-data portal (CKAN API).
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stucchi/italy-opendata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server