AllRatesToday MCP Server

AllRatesToday MCP Server

Real-time currency exchange rates for 160+ currencies from Reuters/Refinitiv. 4 tools, stdio transport.

Category
Visit Server

README

AllRatesToday MCP Server

MCP server that gives AI coding tools — Claude Code, Cursor, Claude Desktop, and any other Model Context Protocol client — real-time currency exchange rates, historical data, and financial news from AllRatesToday.

Ask your assistant things like:

  • "What's the current USD to EUR rate?"
  • "Show me the GBP/JPY rate over the last 30 days."
  • "Convert 250 USD into CAD using a real rate."
  • "List every supported currency."

Install

npm install -g @allratestoday/mcp-server

Or run without installing via npx @allratestoday/mcp-server.

Quick setup

Claude Code

claude mcp add allratestoday -- npx -y @allratestoday/mcp-server

Then set your API key:

claude mcp env allratestoday ALLRATES_API_KEY=art_live_xxxxx

Cursor

Edit ~/.cursor/mcp.json (or your project .cursor/mcp.json):

{
  "mcpServers": {
    "allratestoday": {
      "command": "npx",
      "args": ["-y", "@allratestoday/mcp-server"],
      "env": {
        "ALLRATES_API_KEY": "art_live_xxxxx"
      }
    }
  }
}

Claude Desktop

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

{
  "mcpServers": {
    "allratestoday": {
      "command": "npx",
      "args": ["-y", "@allratestoday/mcp-server"],
      "env": {
        "ALLRATES_API_KEY": "art_live_xxxxx"
      }
    }
  }
}

Restart the app after editing.

Get an API key

  1. Register at allratestoday.com/register.
  2. Verify your email.
  3. Copy your key from the dashboard — it looks like art_live_xxxxx.

The free plan includes 300 requests/month. Paid plans start at €4.99/mo.

Tools exposed

Tool API key Description
get_exchange_rate no Current mid-market rate between two currencies.
get_historical_rates yes Historical data points over 1d, 7d, 30d, or 1y.
get_rates_authenticated yes Multi-target rates and higher limits.
list_currencies no All supported currencies with codes, names, symbols.

Public tools (get_exchange_rate, list_currencies) work without a key. Set ALLRATES_API_KEY for the historical and multi-target endpoints.

Environment variables

Variable Default Purpose
ALLRATES_API_KEY (unset) Your AllRatesToday API key. Required for get_rates_authenticated.
ALLRATES_BASE_URL https://allratestoday.com/api Override for self-hosted or staging environments.

Development

git clone https://github.com/cahthuranag/mcp-server.git
cd mcp-server
npm install
npm run build
node dist/index.js    # server runs on stdio — hit Ctrl+C to exit

License

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured