You're viewing a demo portfolio

Join the waitlist
PRSM

get_observations

Active

Tool of Riksbank Se

declared in 0.1.0

Time-series observations for one series over a date range. Pass a series ID and a from/to window (dates YYYY-MM-DD). Returns an array of {date, value}. Example: seriesId "SEKEURPMI" gives the daily EUR/SEK exchange-rate fixing; "SECBREPOEFF" gives the Riksbank policy rate. Use list_series to discover IDs.

Parameters schema

{
  "type": "object",
  "required": [
    "seriesId",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Range end, YYYY-MM-DD, e.g. \"2026-05-31\"."
    },
    "from": {
      "type": "string",
      "description": "Range start, YYYY-MM-DD, e.g. \"2026-01-01\"."
    },
    "seriesId": {
      "type": "string",
      "description": "Series ID, e.g. \"SEKEURPMI\" (EUR/SEK) or \"SECBREPOEFF\" (policy rate)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Riksbank Se

https://github.com/pipeworx-io/mcp-riksbank-se

1/7 registries
View full server →