Connects Claude to Italy's national open data portal via the CKAN API. Right now it exposes one tool for listing thematic groups like Agricoltura, Salute, and Trasporti, which is a starting point for navigating the catalog structure. It's hosted through Pipeworx's gateway infrastructure, so you get the option to use natural language queries via ask_pipeworx instead of calling tools directly. Useful if you're building something that needs programmatic access to Italian government datasets or want to explore what's available before diving into specific data pulls. The scope is currently narrow but gives you a foothold into dati.gov.it without writing your own CKAN integration.
dati.gov.it MCP — Italy's national open-data portal (CKAN API).
Part of Pipeworx — an MCP gateway connecting AI agents to 708+ live data sources.
| Tool | Description |
|---|---|
list_groups | List thematic groups/categories (Italian themes like Agricoltura, Salute, Trasporti) on dati.gov.it (CKAN group_list, with full fields). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"dati-it": {
"url": "https://gateway.pipeworx.io/dati-it/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 708+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Dati It data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json