swemo-mcp

swemo-mcp

0

SwemoMCO is an unofficial MCP Server that simplifies access to Swedish monetary-policy data from Sveriges Riksbank by wrapping their API into a structured MCP service. It facilitates data retrieval through a streamlined Python interface and is compatible with a variety of MCP client tools for comprehensive analysis.

A Swedish Monetary-Policy Data MCP Server

SwemoMCO is an unofficial Monetary-Policy Data MCP Server that wraps Sveriges Riksbank’s open API into a Model-Context-Protocol (MCP) micro-service. It provides a clean async Python interface for handling queries related to Swedish monetary-policy data.

Features

  • Async Python interface for smooth API interaction
  • Tools discoverable by LLMs for easy data retrieval
  • Supports historical analysis with forecast and realised data

How the MCP Server Works

  • FastMCP server that registers tools for each economic series
  • Supports async HTTP, stdio/SSE/HTTP interfaces

Installation

  • Requires Python ≥ 3.12 and Astral uv
  • Use uv sync to set up the environment

Docker

  • Multi-stage Dockerfile available
  • Supports Docker Compose for development