exchange-rate-mcp
Verified Safeby Dannycalvin
Overview
This server provides real-time currency conversion using an external API, making it easy to convert amounts between different currencies.
Installation
uv run main.pyEnvironment 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
Unla
Transforms existing MCP Servers and APIs into MCP protocol-compliant endpoints through configuration, enabling LLM tool calling without code changes.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
frankfurtermcp
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
asset-price-mcp
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.