You're viewing a demo portfolio

Join the waitlist
PRSM

series_data

Active

Tool 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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ine Es

https://github.com/pipeworx-io/mcp-ine-es

1/7 registries
View full server →