jexchange-mcp-server

jexchange-mcp-server

0

Juhe Exchange Rates MCP Server is a protocol server that provides real-time currency exchange rate information. It facilitates large language models in obtaining accurate exchange rates between global currencies.

Juhe Exchange Rates MCP Server

A Model Context Protocol (MCP) server providing real-time global currency exchange rate queries. This server enables large language models (LLMs) to acquire current exchange rate data.

Components

Tools

  • query_exchange_rates: Queries exchange rates between two currencies using their three-letter code. Requires from_code and to_code as string parameters.

Install

  • Python 3.10+ required. Install dependencies using uv or pip.

    Using uv (recommended)

    • Run the server with: uvx jexchange-mcp-server

    Using PIP

    • Install via pip: pip install jexchange-mcp-server
    • Run as a script: python -m jexchange_mcp_server

Configuration

  • Environment Variables
    • JUHE_EXCHANGE_API_KEY: Juhe data weather forecast API key.

Configure For CLINE

  • Setup via uvx or pip with necessary command and environmental variables.

Debugging

Use the MCP inspector for debugging with commands adjusted for uvx or pip installations.