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
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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!
コメント