Back to Home
Procentaurus icon

MCP-Server

Verified Safe

by Procentaurus

Overview

An LLM-powered agent that fetches current and historical currency exchange rates by calling external API tools.

Installation

Run Command
uv run .\client\client.py .\server\server.py

Environment Variables

  • GEMINI_API_KEY

Security Notes

The server and client use standard libraries and patterns. The client loads the Google Gemini API key from environment variables. There is no usage of 'eval' or other dynamic code execution functions. Network requests are made to a known public currency exchange API (api.frankfurter.dev) using `httpx`. The server itself does not expose a network interface directly, but communicates with the client via standard I/O (stdio), which the client launches as a subprocess.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1200
Stars0
Forks0
Last Update2025-12-10

Tags

AI agentCurrency exchangeFinancial dataLLM orchestrationMCP