Skip to content
Discussion options

You must be logged in to vote

The MCP server lets Claude Code, Cursor, Claude Desktop, and other MCP-compatible tools fetch live exchange rates.

Install:

npm install -g @allratestoday/mcp-server

Claude Code setup — add to your project's .mcp.json:

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

Cursor setup — add to .cursor/mcp.json:

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

After setup, your AI assist…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cahthuranag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant