get_exchange_rate
Pack: norges-bank · Endpoint: https://gateway.pipeworx.io/norges-bank/mcp
Latest (or last N) Norges Bank exchange rate for a currency against the Norwegian krone (NOK).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
currency | string | yes | ISO 4217 base currency code (USD, EUR, GBP, SEK, …). |
last_n | number | no | Return only the last N observations (default 1). |
start_period | string | no | Start date (YYYY-MM-DD). Overrides last_n if set. |
end_period | string | no | End date (YYYY-MM-DD). |
Example call
curl -X POST https://gateway.pipeworx.io/norges-bank/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_exchange_rate","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"norges-bank": {
"url": "https://gateway.pipeworx.io/norges-bank/mcp"
}
}
}
See Getting Started for client-specific install steps.