An MCP Server for Riksbank data (monetary policy, SWEA, SWESTR)
Overview
What is Swemo-MCP?
Swemo-MCP is an unofficial Monetary-Policy Data MCP Server that wraps Sveriges Riksbank’s open API into a Model-Context-Protocol (MCP) micro-service, providing a clean interface for accessing Swedish monetary policy data.
How to use Swemo-MCP?
To use Swemo-MCP, set up the project using Astral's uv for dependency management, and then invoke the provided tools through any MCP client or directly in Python scripts.
Key features of Swemo-MCP?
- Provides a clean, async Python interface for accessing Riksbank data.
- Exposes various economic series as MCP tools for easy access.
- Supports both forecast values and realized data for historical analysis.
Use cases of Swemo-MCP?
- Analysts can retrieve and analyze historical monetary policy data.
- Journalists can access real-time economic forecasts for reporting.
- Researchers can utilize the data for economic modeling and analysis.
FAQ from Swemo-MCP?
- Is Swemo-MCP an official Riksbank product?
No, it is an unofficial MCP server and may not always reflect the latest updates from the Riksbank.
- How can I install Swemo-MCP?
You can install it by cloning the repository and using the command
uv syncto set up the environment.
- What programming language is used?
Swemo-MCP is developed in Python.