table_data

Pack: ine-es · Endpoint: https://gateway.pipeworx.io/ine-es/mcp

Fetch data points for ALL series in an INE table at once. Use nult=N for the last N periods, or date=“YYYYMMDD:” for everything from that date on (trailing colon = open-ended range). Each series object carries a Data[] array of {Fecha (epoch ms), Anyo, Valor}.

Parameters

NameTypeRequiredDescription
tableIdstringyesNumeric table Id, e.g. “50902”.
nultnumbernoReturn the last N periods (e.g. 1, 12).
datestringnoDate filter, e.g. “20250101:” for from Jan 2025 onward.
langstringnoResponse language. Default EN.

Example call

curl -X POST https://gateway.pipeworx.io/ine-es/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"table_data","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ine-es": {
      "url": "https://gateway.pipeworx.io/ine-es/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026