You're viewing a demo portfolio

Join the waitlist
PRSM

get_exchange_rate

Active

Tool of Norges Bank

declared in 0.1.0

Latest (or last N) Norges Bank exchange rate for a currency against the Norwegian krone (NOK). The value is how many NOK one unit of the base currency buys (e.g. USD → ~9.25 NOK). Builds the EXR series key B.{CURRENCY}.NOK.SP (business-day spot). currency is the ISO 4217 code, e.g. "USD", "EUR", "GBP", "SEK", "JPY".

Parameters schema

{
  "type": "object",
  "required": [
    "currency"
  ],
  "properties": {
    "last_n": {
      "type": "number",
      "description": "Return only the last N observations (default 1)."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 base currency code (USD, EUR, GBP, SEK, ...)."
    },
    "end_period": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)."
    },
    "start_period": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD). Overrides last_n if set."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Norges Bank

https://github.com/pipeworx-io/mcp-norges-bank

1/7 registries
View full server →