Skip to main content
Glama
catbru
by catbru

idescat-mcp

MCP server for the IDESCAT Tables API v2 — the Statistical Institute of Catalonia.

Tools

Tool

Purpose

idescat_list_catalog

Navigate catalogue: statistics → nodes → tables

idescat_get_territorial_options

List available geo divisions for a table

idescat_get_table_metadata

Inspect dimensions and valid filter values

idescat_query_data

Fetch data as flattened rows with resolved labels

idescat_check_historical_relations

Discover historical and related tables

Related MCP server: Catalunya Open Data MCP

Typical workflow

  1. idescat_list_catalog — find the statistics and node

  2. idescat_get_territorial_options — pick a geo division

  3. idescat_get_table_metadata — understand dimensions and valid filter values

  4. idescat_query_data — fetch filtered data

Installation

npm install

Claude Desktop integration

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "idescat": {
      "command": "npx",
      "args": ["tsx", "/absolute/path/to/idescat-mcp/src/index.ts"]
    }
  }
}

Requirements

  • Node.js 18+

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Enables querying statistical data from the Statistical Office of the Republic of Slovenia (SURS) via SiStat PxWeb, including navigating table trees, retrieving table metadata, and querying table data.
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Eurostat MCP — wraps Eurostat Statistical Data API (no auth required)

  • Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data.

  • UK Office for National Statistics dataset catalogue + Beta JSON API

View all MCP Connectors

Latest Blog Posts

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/catbru/idescat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server