Connects Claude to ISTAT, Italy's national statistics institute, through the Pipeworx gateway. The source doesn't list specific tools, but ISTAT typically exposes demographic data, economic indicators, census information, and regional statistics for Italy. You can either call tools directly or use the ask_pipeworx interface to query data in plain English and let the gateway route to the right endpoint. Useful when you need authoritative Italian statistics for research, reports, or data analysis without manually navigating ISTAT's web portal. Part of Pipeworx's larger collection of 250+ data sources accessible through a single MCP gateway.
ISTAT (Istituto Nazionale di Statistica) MCP — Italy's national statistics
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"istat-it": {
"url": "https://gateway.pipeworx.io/istat-it/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Istat It data" })
The gateway picks the right tool and fills the arguments automatically.
MIT