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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论