Skip to main content
Glama

Juhe Exchange Rates MCP Server

by juhemcp

query_exchange_rates

Retrieve real-time currency exchange rates by specifying 3-letter currency codes for conversion pairs using the Juhe Exchange Rates MCP Server.

Instructions

根据货币的三位字母代码查询两者之间的兑换汇率

Input Schema

NameRequiredDescriptionDefault
from_codeYes您希望转换的货币的三位字母货币代码。如:CNY
to_codeYes您希望转换为目标货币的三位字母货币代码。如:USD

Input Schema (JSON Schema)

{ "properties": { "from_code": { "description": "您希望转换的货币的三位字母货币代码。如:CNY", "title": "From Code", "type": "string" }, "to_code": { "description": "您希望转换为目标货币的三位字母货币代码。如:USD", "title": "To Code", "type": "string" } }, "required": [ "from_code", "to_code" ], "title": "query_exchange_ratesArguments", "type": "object" }
Install Server

Other Tools from Juhe Exchange Rates MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/juhemcp/jexchange-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server