Currency Converter MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_currencyD | – |
| get_latest_ratesD | – |
| get_currenciesD | – |
| get_historical_ratesD | – |
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 4 tools
Each tool has a clearly distinct purpose with no overlap: convert_currency performs conversions, get_currencies lists available currencies, get_historical_rates retrieves past rates, and get_latest_rates provides current rates. The names alone make their functions unambiguous.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., convert_currency, get_currencies). There are no deviations in style or convention, making the set predictable and easy to parse.
With 4 tools, this server is well-scoped for a currency converter domain. Each tool serves a distinct and essential function, covering core operations without bloat or unnecessary complexity.
The tool set provides complete coverage for currency conversion workflows: listing currencies, getting latest rates, accessing historical data, and performing conversions. There are no obvious gaps for the stated purpose.