Odel
unirate mcp

unirate mcp

Local
@unirate-apiTypeScriptMITUpdated 2mo ago

Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@unirate/mcpv0.2.2

Run

npx -y @unirate/mcp

MCP client config

{
  "mcpServers": {
    "unirate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@unirate/mcp"
      ]
    }
  }
}