What is SEK-FX-MCP: Real-Time SEK Rates & Precision FX Insights?
SEK-FX-MCP is a Python-based implementation of the Model Context Protocol (MCP), designed to streamline real-time communication between applications and large language models (LLMs). This tool specifically integrates with the Riksbank API to fetch up-to-date exchange rates for currencies against the Swedish krona (SEK). It supports ISO 4217 currency codes such as NOK (Norwegian krone), EUR (Euro), and GBP (British pound), enabling precise financial data retrieval for developers and analysts.
How to Use SEK-FX-MCP: Real-Time SEK Rates & Precision FX Insights?
To start using SEK-FX-MCP, ensure Python and the uv runtime are installed. Begin by executing the installation command: uv run mcp install server.py
. The tool requires an API key for heavy usage; set this via the environment variable RIKSBANKEN_API_KEY
following the guidelines provided by Riksbanken. For lightweight testing, direct API calls can be made without a key, though rate limits apply (5 requests per minute and 1,000 daily).