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

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+

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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