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

A Model Context Protocol (MCP) server that provides currency exchange rate conversion tools.

README.md

Currency Exchange MCP

A Model Context Protocol (MCP) server that provides currency exchange rate conversion tools.

![](images/image.png)

Features

  • Convert amounts between currencies using real-time exchange rates
  • Get exchange rates between any two currencies
  • Support for historical exchange rates by date
  • Uses the reliable fawazahmed0/currency-api for exchange rate data

Installation

Claude Code

claude mcp add currency-exchange-mcp -- npx currency-exchange-mcp

Manual Configuration

Add to your MCP config:

{
  "mcpServers": {
    "currency-exchange-mcp": {
      "command": "npx",
      "args": ["currency-exchange-mcp"]
    }
  }
}

Available Tools

1. convert_currency

Converts an amount from one currency to another using current or historical exchange rates.

Example prompts:

  • "How much is 10 NOK in USD?"
  • "Convert 20000 yen to USD"
  • "How much was 100 USD worth in EUR on 2024-03-15?"
  • "Convert 500 CAD to JPY"

2. get_exchange_rate

Gets the exchange rate between two currencies.

Example prompts:

  • "What's the current exchange rate from EUR to GBP?"
  • "What's the USD to CHF rate?"
  • "What was the EUR to USD rate on 2024-01-01?"

Once configured, Claude will automatically use the appropriate tools when you ask currency-related questions.

Data Source

This MCP server uses the fawazahmed0/currency-api which provides:

  • Real-time exchange rates
  • Historical exchange rates
  • Support for 150+ currencies
  • Free usage with no API key required

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.