Back to Home
Dannycalvin icon

exchange-rate-mcp

Verified Safe

by Dannycalvin

Overview

This server provides real-time currency conversion using an external API, making it easy to convert amounts between different currencies.

Installation

Run Command
uv run main.py

Environment Variables

  • EXCHANGE_RATE_API_KEY

Security Notes

The server correctly uses environment variables for sensitive API keys, preventing hardcoding. It employs `httpx` for network requests, a standard and secure library. Robust error handling is implemented for various API response errors (e.g., invalid key, unknown currency, quota reached). No 'eval', obfuscation, or other known malicious patterns were identified in the provided source code. The server's functionality relies on an external API, which is an inherent part of its design, and potential risks associated with that API (e.g., its availability or data integrity) are external to this specific server's code security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-19

Tags

currency conversionexchange ratesfinancialutilityAPI