mcpserver.lol
registry/idescat-mcp
Connection check verified live · 20h ago

idescat-mcp

Query official statistics of Catalonia (Idescat): tables, metadata and JSON-stat data via MCP.

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

7 tools

Read from the running server on 20h ago.

get_idescat_stat stat*
Obtains information about an Idescat (Statistical Institute of Catalonia) statistic given its acronym. Use it when the user asks about a specific statistic identified by its acrony…
get_idescat_stats
Obtains the complete list of Idescat statistics (all, normalized and non-normalized). It has no parameters. The response contains a 'statistics' array where each element has: 'acro…
get_idescat_stat_tables stat*
Obtains the list of tables for an Idescat statistic given its official acronym. Use it when the user asks what tables or information a statistic has. The response contains a 'table…
get_table_data geolaststat*table*filters
Retrieves the data (values) of an Idescat table in JSON-stat format for a territorial division. You can retrieve the ENTIRE table (without filters) or only a SUBSET by passing the…
get_table_geo stat*table*
Obtains the list of territorial divisions available for an Idescat table (for example: cat=Catalonia, com=counties and Aran, mun=municipalities, prov=provinces, at=territorial plan…
get_table_metadata geostat*table*
Obtains the metadata for a specific Idescat table in JSON-stat format, given the statistic acronym (stat) and the table identifier (table). Use it when the user wants to know the d…
render_table geocolslastrowsstat*table* +1
Returns a Markdown table already built with the filtered data from an Idescat table, ready to be shown to the user without having to interpret the JSON-stat. It includes the title,…