mcp-currency-server
Verified Safeby 522jack
Overview
This server provides current currency exchange rates for a given country code, integrating with an external exchange rate API.
Installation
java -jar build/libs/mcp-currency-server-1.0.0.jarSecurity Notes
The server uses structured JSON-RPC for communication and a hardcoded map for country-to-currency lookups, reducing injection risks. External API calls (to exchangerate-api.com) are constructed safely. No obvious hardcoded secrets or 'eval'-like constructs. The primary security consideration is the reliability and integrity of the external currency exchange rate API.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
nanobanana-mcp
Provides an MCP (Model Context Protocol) server for AI image generation and editing using the Google Gemini API, enabling AI clients to create and modify images via structured tool calls.
netpay-mcp-server
This server likely functions as a Master Control Program (MCP) or central orchestrator for a payment processing system, handling API requests related to financial transactions or network management.