Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables fetching real-time exchange rates between currencies and listing supported currency codes using the Frankfurter API.

README.md

Currency MCP Server (FastMCP)

환율 정보를 제공하는 Model Context Protocol (MCP) 서버입니다. Frankfurter API를 사용하여 실시간 환율 정보를 가져옵니다.

🚀 시작하기

1. 전제 조건

  • Python 3.10 이상 설치 권장.

2. 설치

프로젝트 디렉토리에서 필요한 패키지를 설치합니다. ``bash pip install -r requirements.txt ``

3. 서버 실행

서버를 실행하면 자동으로 FastMCP Inspector (도구 테스트 UI)가 활성화됩니다. ``bash python server.py ` 실행 후 터미널에 표시되는 URL(예: http://127.0.0.1:8000`)에 접속하여 도구를 직접 테스트할 수 있습니다.

🛠️ 제공하는 도구

  1. get_exchange_rate: 두 통화 간의 환율을 계산합니다.
  • from_currency: 기준 통화 (예: USD)
  • to_currency: 대상 통화 (예: KRW)
  • amount: 변환할 금액 (기본값: 1.0)
  1. list_supported_currencies: 지원되는 모든 통화 코드 목록을 확인합니다.

🤖 Claude Desktop 연정 (선택 사항)

Claude Desktop에서 이 서버를 사용하려면 claude_desktop_config.json 파일을 다음과 같이 수정하세요.

{
  "mcpServers": {
    "currency-exchange": {
      "command": "python",
      "args": [
        "C:/Users/KSJ/.gemini/antigravity/scratch/currency-mcp/server.py"
      ]
    }
  }
}

주의: Python 실행 경로와 server.py 파일의 절대 경로를 정확히 입력해야 합니다.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Browser & Scraping servers.