drio
Open app

sek-fx-mcp

Source

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

Catalog onlyCatalog onlySTDIO

Overview

sek-fx-mcp is a Python implementation of the Model Context Protocol (MCP), designed to facilitate communication between applications and large language models (LLMs). It connects to the Riksbank's API to retrieve the exchange rate for various currencies against the Swedish Krona.

To use sek-fx-mcp, install the server by running the command uv run mcp install server.py in your terminal. After installation, you can query the exchange rates by providing the ISO 4217 currency code (e.g., NOK for Norwegian Krone, EUR for Euro, GBP for British Pound).

  • Connects to Riksbank's API for real-time currency exchange rates. - Supports multiple currencies using ISO 4217 codes. - Built with Python, making it easy to integrate into Python applications.
  1. Retrieving real-time exchange rates for financial applications.
  2. Integrating currency conversion features into web or mobile apps.
  3. Analyzing currency trends for research purposes.

Add to your AI client

Use these steps to connect sek-fx-mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "sek-fx-mcp-bromaniac": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sek-fx-mcp-bromaniac": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "sek-fx-mcp-bromaniac": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "sek-fx-mcp-bromaniac": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "sek-fx-mcp-bromaniac": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "sek-fx-mcp-bromaniac": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sek-fx-mcp-bromaniac"
      ]
    }
  }
}

FAQ

What programming language is sek-fx-mcp written in?

sek-fx-mcp is implemented in Python.

Is sek-fx-mcp free to use?

Yes, sek-fx-mcp is open-source and available under the Apache-2.0 license.

Where can I find more information about the Model Context Protocol?

You can read more about it on the official [Model Context Protocol website](https://modelcontextprotocol.io/introduction).7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3060,"uuid":"b25c1b1c-5042-42a5-a3f1-a45f8a4ee7c8","name":"sek-fx-mcp","title":"sek-fx-mcp","description":"En Model Context Protocol-server (MCP) som kopplar en LLM till Riksbankens API för kronans växelkurs.","avatar_url":"https://avatars.githubusercontent.com/u/212728?v=4","created_at":"2025-03-17T02:45:13.857+00:00","updated_at":"2025-03-17T04:14:11.325+00:00","status":"created","author_name":"bromaniac","author_avatar_url":"https://avatars.githubusercontent.com/u/212728?v=4","tags":"mcp,python3,claude-ai,mcp-server,modelcontextprotocol","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/bromaniac/sek-fx-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 22:50:46\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]