FX Converter MCP
Server Details
Free, keyless real-time currency conversion and exchange rates for any currency pair.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: convert_currency handles amount conversions, while get_exchange_rate provides rate-only lookups without conversion. Despite some overlap (convert_currency returns the rate), the descriptions explicitly differentiate them by use case.
Both tool names follow a consistent verb_noun pattern in snake_case (convert_currency, get_exchange_rate). The naming is predictable and easily understood.
With only 2 tools, the server is slightly under the typical 3-15 range, but the scope is narrow (currency conversion and rate lookup). The count feels reasonable for the simple domain.
The core operations for a currency converter are covered: conversion and rate lookup. A minor gap is the lack of a list of supported currencies, but this is not a critical omission for the stated purpose.
Available Tools
2 toolsconvert_currencyARead-onlyInspect
Convert an amount from one currency to another using real, current
ECB reference exchange rates. Use for any "how much is X in Y"
question -- "convert 100 USD to EUR", "what's 50 GBP in yen".
from_currency/to_currency are 3-letter ISO codes (USD, EUR, GBP,
JPY, ...). Returns the converted amount, the rate used, and the date
the rate is from.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description doesn't need to restate safety. It adds valuable context: uses ECB reference rates, returns converted amount, rate used, and rate date. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, then usage, then parameter/return details. No redundant words; every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-parameter tool with an output schema and read-only annotation, the description covers inputs, outputs, and data source. It doesn't mention error handling or unsupported currencies, but these are less critical given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description carries the burden. It explains from_currency/to_currency are 3-letter ISO codes with examples. Amount is self-explanatory from the context. This goes beyond the schema, though it could detail amount precision or edge cases.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool converts an amount between currencies using ECB reference rates, with specific verb+resource. It distinguishes from the sibling get_exchange_rate by focusing on conversation, not just rate retrieval. Examples solidify the purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says to use for 'how much is X in Y' questions and gives example queries. It doesn't mention when not to use it or explicitly contrast with get_exchange_rate, but the usage context is clear and sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_exchange_rateARead-onlyInspect
Look up today's exchange rate between two currencies, without
converting a specific amount. Use for "what's the exchange rate
between USD and EUR" style questions. from_currency/to_currency
are 3-letter ISO codes. Returns the rate and the date it's from.
| Name | Required | Description | Default |
|---|---|---|---|
| to_currency | Yes | ||
| from_currency | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark readOnlyHint=true, and the description adds that the tool returns both the rate and the date, and that parameters are ISO codes. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three concise sentences: purpose, usage example, and parameter/return details. No extraneous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only 2 simple parameters and an output schema, the description covers purpose, usage, parameters, and return value, making it fully adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no property descriptions (0% coverage), but the description clarifies that both parameters are 3-letter ISO codes, supplementing the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool looks up today's exchange rate between two currencies and explicitly notes it does not convert amounts, distinguishing it from the sibling convert_currency tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides a concrete example of when to use it ('what's the exchange rate between USD and EUR'), and the phrase 'without converting a specific amount' indicates when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
convert_currency - First observed
get_exchange_rate
Related MCP Connectors
Convert currencies on the daily European Central Bank reference rates. No API key, no signup.
Live FX + official central-bank rates, 110+ sources. Hosted, keyless, nothing to install.
Currency conversion + exchange rates: free convert/rates, paid historical & trend analytics.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides real-time exchange rates for any currency pair using open.er-api.com, simplifying currency conversion with a single tool.1 npmMIT
- AlicenseNot gradedqualityDmaintenanceReal-time currency exchange rates and crypto prices via MCP. Convert between 60+ fiat currencies and 30+ cryptocurrencies with multi-source failover. No API keys needed for upstream data.3 npmISC

UniRate MCPofficial
AlicenseAqualityCmaintenanceCurrency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999.425 npmMIT- FlicenseNot gradedqualityCmaintenanceEnables real-time currency exchange rate retrieval and conversion for over 200 currencies. Supports operations like getting rates, converting amounts, and comparing currencies through natural language.-
Glama MCP Gateway
Add one secure layer between your agents and this server.