MCP.so
登录

sek-fx-mcp

@bromaniac

关于 sek-fx-mcp

En Model Context Protocol-server (MCP) som kopplar en LLM till Riksbankens API för kronans växelkurs.

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

bromaniac

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sek-fx-mcp": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "install",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is sek-fx-mcp?

sek-fx-mcp is a Python Model Context Protocol (MCP) server that queries Riksbanken's official API to fetch exchange rates from foreign currencies to Swedish Kronor (SEK). It accepts ISO 4217 currency codes and is designed for developers integrating currency conversion into LLM workflows.

How to use sek-fx-mcp?

Ensure Python and uv are installed, then run uv run mcp install server.py in the project directory. Optionally set the RIKSBANKEN_API_KEY environment variable if you need higher rate limits. The server has been tested with Claude Desktop on macOS.

Key features of sek-fx-mcp

  • Fetches live exchange rates from Riksbanken's API
  • Accepts ISO 4217 currency codes (NOK, EUR, GBP, etc.)
  • Converts any supported currency to Swedish Kronor (SEK)
  • Rate-limited: 5 calls per minute, 1000 per day
  • Supports optional API key for higher request limits
  • Implemented in Python using the MCP SDK

Use cases of sek-fx-mcp

  • Querying current SEK exchange rates inside an AI assistant conversation
  • Building a personal finance tool that automatically converts foreign prices
  • Integrating Riksbanken data into a larger multi‑currency reporting pipeline
  • Testing or demonstrating MCP server functionality with a live API

FAQ from sek-fx-mcp

What dependencies does sek-fx-mcp require?

The server requires Python and uv to be installed. No additional Python packages beyond those in the project are mentioned.

How do I install sek-fx-mcp?

Run uv run mcp install server.py from the project directory. This registers the server with MCP‑compatible clients such as Claude Desktop.

What are the rate limits for the Riksbanken API?

Without an API key, the API allows 5 requests per minute and up to 1000 requests per day from the same IP address.

How do

评论

其他 分类下的更多 MCP 服务器