istat-mcp-server
Related Servers
Alternatives to istat-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying Italian national statistics (ISTAT) data through natural language questions, with tools for accessing demographic, economic, and social indicators.10 npmMIT
- AlicenseAqualityBmaintenanceEnables querying, exploring, and downloading ISTAT statistical datasets via SDMX REST API, with unified metadata, territorial code resolution, and data extraction.7MIT
- FlicenseNot gradedqualityDmaintenanceExposes the Eurostat Statistics API, enabling LLMs to discover, explore, and retrieve official EU statistical data through search, dimension inspection, and data retrieval tools.3-
- AlicenseNot gradedqualityBmaintenanceEnables language models to search and query Statistics Netherlands open data, turning natural-language questions into traceable statistics by discovering tables, resolving codes, and retrieving filtered observations.MIT
- FlicenseNot gradedqualityCmaintenanceProvides LLMs access to Japanese and international statistical data (e-Stat, World Bank, OECD, Eurostat) with tools for data retrieval, chart generation, and statistical analysis.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to search and retrieve Italian tax reliability scores (ISA) statistics from Agenzia delle Entrate, including national and regional data, through MCP tools for queries by keyword, year, and code.-
TDQS
Scored across 9 tools
Tools are mostly distinct: download_dataset handles file download, get_data and get_data_limited differ by limit, and others cover distinct metadata and discovery functions. Slight overlap between get_data and get_data_limited could cause confusion but descriptions clarify.
All tool names follow a consistent verb_noun pattern with snake_case (get_, download_, search_), making them predictable and easy to use.
With 9 tools covering discovery, metadata, and data retrieval, the count is well-scoped for an ISTAT data access server—neither too many nor too few.
The tool set provides a complete workflow: dataset discovery (list, search), metadata exploration (dimensions, summary), and data retrieval with multiple options (filtered, limited, URL, download). No obvious gaps for its intended purpose.