get_observations
Pack: riksbank-se · Endpoint: https://gateway.pipeworx.io/riksbank-se/mcp
Time-series observations for one series over a date range. Pass a series ID and a from/to window (dates YYYY-MM-DD).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
seriesId | string | yes | Series ID, e.g. “SEKEURPMI” (EUR/SEK) or “SECBREPOEFF” (policy rate). |
from | string | yes | Range start, YYYY-MM-DD, e.g. “2026-01-01”. |
to | string | yes | Range end, YYYY-MM-DD, e.g. “2026-05-31”. |
Example call
curl -X POST https://gateway.pipeworx.io/riksbank-se/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_observations","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"riksbank-se": {
"url": "https://gateway.pipeworx.io/riksbank-se/mcp"
}
}
}
See Getting Started for client-specific install steps.