Juhe Exchange Rates MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUHE_EXCHANGE_API_KEY | Yes | 聚合数据的天气预报查询API密钥。获取:https://www.juhe.cn/docs/api/id/73 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_exchange_ratesB | 根据货币的三位字母代码查询两者之间的兑换汇率 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools. The single tool's purpose is clearly defined.
The tool name 'query_exchange_rates' follows a clear verb_noun pattern. Although there is only one tool, the convention is consistent and descriptive.
A single tool is borderline for an exchange rates server. While basic queries are covered, the lack of additional tools for listing currencies or performing conversions makes the set feel minimal for the domain.
The tool only supports querying an exchange rate between two currencies. Notably missing are operations to list supported currencies, fetch all rates, or convert amounts, which are standard for exchange rate services.