Home Documentation Playground Pricing API Status Blog About FAQ Support

Introducing the AllRatesToday MCP Server for AI, LLMs and Agents

Reviewed by Madhushan, Fintech Developer — April 2026

Real-time currency data for AI agents

Large language models are confident, fluent — and badly out of date. Ask Claude or ChatGPT for today's USD/EUR rate and you'll usually get a number from whenever the model was trained, with no warning that it's stale.

The AllRatesToday MCP Server fixes that. It plugs into any AI application that speaks the Model Context Protocol — Claude Desktop, Claude Code, ChatGPT, Cursor, Windsurf, VS Code's MCP client, and any custom agent — and gives the assistant live access to the AllRatesToday currency API. The model stops guessing and starts quoting real numbers.

What is MCP?

The Model Context Protocol is an open standard from Anthropic that lets AI applications connect to external data sources and tools through a single, consistent interface. Instead of bolting a custom integration onto every chat client, you publish an MCP server once and every compatible host — Claude, ChatGPT, Cursor, Windsurf, VS Code — can use it.

For data providers, that means one server, every assistant. For end users, it means tools just appear inside the chat they already use.

Capabilities

@allratestoday/mcp-server exposes four tools backed by the AllRatesToday API:

All four tools require an AllRatesToday API key, set as ALLRATES_API_KEY in the server config. The free tier covers 300 requests per month and takes about 30 seconds to register for.

Key use cases

Getting started

  1. Register a free API key at allratestoday.com/register.
  2. Add the server to your AI client. In Claude Code, that's one command:

    claude mcp add allratestoday -- npx -y @allratestoday/mcp-server
    claude mcp env allratestoday ALLRATES_API_KEY=art_live_xxxxx

    For Cursor, Claude Desktop, ChatGPT Desktop and Windsurf, drop the same npx command into the client's mcp.json config — full per-client setup is in the README.

  3. Ask your assistant a live currency question. It will pick up the tool, call AllRatesToday, and answer with a real number.

The server is open source on GitHub, published as @allratestoday/mcp-server on npm, and listed in the official MCP registry. A Python sibling, allratestoday-deepseek, wires the same data into DeepSeek's function calling.

Give your AI assistant real currency data

Install in one line. Free tier with real-time rates. No credit card.

Get your free API key