frankfurtermcp
Verified Safeby anirbanbasu
Overview
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
Installation
uv run frankfurtermcpSecurity Notes
The server explicitly warns against binding to all network interfaces (0.0.0.0) and using wildcard CORS origins ('*') for production deployments due to security risks, recommending the use of a reverse proxy with proper security controls. Tool registration is dynamic but from internal source code, mitigating external code injection. While SSL verification can be disabled via environment variables, this is strongly advised against, with guidance provided for self-signed certificates. Docker Compose setup includes robust security hardening (read-only filesystem, dropped capabilities, resource limits). No 'eval' or obvious hardcoded secrets were found.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
futu-stock-mcp-server
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.