Realtime Exchange Rate MCP Server
Rank #50,397io.github.cahthuranag/realtime-exchange-rate-mcp
Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.
Realtime Exchange Rate MCP Server is a Model Context Protocol (MCP) server published by cahthuranag. It ranks #50,397 of 132,113 servers tracked on MCP Toplist. Realtime Exchange Rate MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 81,716 of 132,113 servers on MCP Toplist.
Use Realtime Exchange Rate MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add realtime-exchange-rate-mcp -e "ALLRATES_API_KEY=<your ALLRATES_API_KEY>" -e "ALLRATES_BASE_URL=<your ALLRATES_BASE_URL>" -- npx -y @allratestoday/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.realtime-exchange-rate-mcp]
command = "npx"
args = ["-y", "@allratestoday/mcp-server"]
[mcp_servers.realtime-exchange-rate-mcp.env]
ALLRATES_API_KEY = "<your ALLRATES_API_KEY>"
ALLRATES_BASE_URL = "<your ALLRATES_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "<your ALLRATES_API_KEY>",
"ALLRATES_BASE_URL": "<your ALLRATES_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "<your ALLRATES_API_KEY>",
"ALLRATES_BASE_URL": "<your ALLRATES_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"realtime-exchange-rate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "<your ALLRATES_API_KEY>",
"ALLRATES_BASE_URL": "<your ALLRATES_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "<your ALLRATES_API_KEY>",
"ALLRATES_BASE_URL": "<your ALLRATES_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "<your ALLRATES_API_KEY>",
"ALLRATES_BASE_URL": "<your ALLRATES_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cahthuranag%2Frealtime-exchange-rate-mcp)<a href="https://mcptoplist.com/server/io.github.cahthuranag%2Frealtime-exchange-rate-mcp"><img src="https://mcptoplist.com/badge/io.github.cahthuranag%2Frealtime-exchange-rate-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
cahthuranag
Other servers by cahthuranag
View all cahthuranag servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.3 | Apr 27, 2026 |
| 0.3.2 | Apr 27, 2026 |
Frequently asked questions
- Who maintains Realtime Exchange Rate MCP Server?
- Realtime Exchange Rate MCP Server is maintained by cahthuranag, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Realtime Exchange Rate MCP Server listed on the Official MCP Registry?
- Yes — Realtime Exchange Rate MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Realtime Exchange Rate MCP Server have?
- MCP Toplist tracks 2 versions of Realtime Exchange Rate MCP Server, most recently published on Apr 27, 2026.
- Where can I find the source code for Realtime Exchange Rate MCP Server?
- The source code for Realtime Exchange Rate MCP Server is hosted at github.com/cahthuranag/realtime-exchange-rate-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.