series_data
ActiveTool of Ine Es
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"seriesCode"
],
"properties": {
"date": {
"type": "string",
"description": "Date filter, e.g. \"20250101:\" for from Jan 2025 onward."
},
"lang": {
"enum": [
"EN",
"ES"
],
"type": "string",
"description": "Response language. Default EN."
},
"nult": {
"type": "number",
"description": "Return the last N periods (default 12 if no date given)."
},
"seriesCode": {
"type": "string",
"description": "Series code (COD), e.g. \"IPC251852\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ine Es
https://github.com/pipeworx-io/mcp-ine-es
1/7 registries