← idescat.cat

INDIVIDUAL MCP TOOL

render_table

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.

idescat.catnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.idescat.cat/mcp

No auth detected

Connect to this endpoint to inspect the live schema for render_table and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

idescat.cat

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.idescat-tools]
url = "https://api.idescat.cat/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "idescat-tools": {
      "type": "http",
      "url": "https://api.idescat.cat/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: idescat-tools
Remote MCP URL: https://api.idescat.cat/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "idescat-tools": {
      "url": "https://api.idescat.cat/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "idescat-tools": {
      "type": "http",
      "url": "https://api.idescat.cat/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "idescat-tools",
  "transport": "streamable-http",
  "url": "https://api.idescat.cat/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_idescat_stats — Obtains the complete list of Idescat statistics (all, normalized and non-normalized).
  • get_idescat_stat — Obtains information about an Idescat (Statistical Institute of Catalonia) statistic given its acronym.
  • get_idescat_stat_tables — Obtains the list of tables for an Idescat statistic given its official acronym.
  • get_table_metadata — Obtains the metadata for a specific Idescat table in JSON-stat format, given the statistic acronym (stat) and the table identifier (table).
  • get_table_data — Retrieves the data (values) of an Idescat table in JSON-stat format for a territorial division.
  • get_table_geo — 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 areas).