Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.
claude mcp add realtime-exchange-rate-mcp -- npx -y @allratestoday/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"realtime-exchange-rate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cahthuranag--realtime-exchange-rate-mcp/reviews or the review_server meta-tool.
POST /mcp