MCP Hub
Back to servers

idescat-mcp

Provides access to Catalonia's statistical data via the IDESCAT Tables API v2. It enables users to navigate catalogs, inspect metadata, and query data with territorial filters and resolved labels.

glama
Updated
Mar 20, 2026

idescat-mcp

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

Tools

ToolPurpose
idescat_list_catalogNavigate catalogue: statistics → nodes → tables
idescat_get_territorial_optionsList available geo divisions for a table
idescat_get_table_metadataInspect dimensions and valid filter values
idescat_query_dataFetch data as flattened rows with resolved labels
idescat_check_historical_relationsDiscover historical and related tables

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+

Reviews

No reviews yet

Sign in to write a review