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
| Name | Type | Required | Description |
|---|---|---|---|
tableId | string | yes | Numeric table Id, e.g. “50902”. |
nult | number | no | Return the last N periods (e.g. 1, 12). |
date | string | no | Date filter, e.g. “20250101:” for from Jan 2025 onward. |
lang | string | no | Response 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.