sek-fx-mcp

sek-fx-mcp

3.2

sek-fx-mcp is a Python implementation of the Model Context Protocol (MCP) designed to facilitate communication between applications and large language models (LLM).

The sek-fx-mcp server is a Python-based implementation of the Model Context Protocol (MCP), which serves as a bridge for communication between applications and large language models (LLM). This server specifically interacts with the Riksbank's API to fetch exchange rates for various currencies against the Swedish Krona. It accepts currency codes in the ISO 4217 format, such as NOK, EUR, and GBP. The Riksbank API has a limitation on the number of requests from the same IP address within a certain timeframe, allowing 5 requests per minute and a maximum of 1000 requests per day. For higher request volumes, an API key is required, which can be set in the environment variable RIKSBANKEN_API_KEY. The server has been tested on Claude Desktop in MacOS and requires Python and uv for installation.

Features

  • Fetches exchange rates from Riksbank's API.
  • Supports ISO 4217 currency codes.
  • Handles API rate limits with optional API key.
  • Tested on Claude Desktop in MacOS.
  • Requires Python and uv for installation.

Usage with Different Platforms

installation_script

bash
uv run mcp install server.py

Related MCP Servers

View all finance servers →