Connects to Sveriges Riksbank's SWEA v1 API for querying Swedish central bank data. No API key required. Part of the Pipeworx gateway system, which means you can either use the dedicated Riksbank endpoint or access it through their unified gateway alongside 250+ other data sources. Supports the ask_pipeworx pattern where you ask questions in plain English instead of calling tools directly. Useful when you need Swedish economic indicators, interest rates, or monetary policy data in your AI workflows. Runs over streamable HTTP, so it works with any MCP client that supports remote transports.
Sveriges Riksbank (Sweden's central bank) SWEA v1 MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"riksbank-se": {
"url": "https://gateway.pipeworx.io/riksbank-se/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Riksbank Se data" })
The gateway picks the right tool and fills the arguments automatically.
MIT