series_data
Pack: ine-es · Endpoint: https://gateway.pipeworx.io/ine-es/mcp
Fetch data for ONE INE series by its code. Use nult=N for the last N periods, or date=“YYYYMMDD:” for from that date on. Returns the series with its Data[] array of {Fecha (epoch ms), Anyo, Valor} points.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
seriesCode | string | yes | Series code (COD), e.g. “IPC251852”. |
nult | number | no | Return the last N periods (default 12 if no date given). |
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":"series_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.