Skip to main content
Glama

Server Details

Free, keyless real-time currency conversion and exchange rates for any currency pair.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case (convert_currency, get_exchange_rate). The naming is predictable and easily understood.

Tool Count4/5

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.

Completeness4/5

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 tools
convert_currencyA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYes
to_currencyYes
from_currencyYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.4/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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_rateA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
to_currencyYes
from_currencyYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.7/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

  1. 2 tool updates
    • First observedconvert_currency
    • First observedget_exchange_rate

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time exchange rates for any currency pair using open.er-api.com, simplifying currency conversion with a single tool.
    1 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Real-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 npm
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    Currency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999.
    4
    25 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources