Skip to main content
Glama

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
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 2 of 2 tools scored.

Server CoherenceA
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

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, and the description adds context about real, current ECB reference rates and that the rate has a date. It discloses the source and return fields, adding value beyond the annotation. 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?

Four sentences, front-loaded with the core action, then usage examples, parameter format, and return value. No fluff, every sentence contributes.

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?

Covers purpose, usage, parameters, and return values. With an output schema present, the description goes beyond by explicitly stating the return fields (converted amount, rate, date). Lacks only minor edge-case details like supported currency scope, but overall quite complete.

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 description explains from_currency/to_currency are 3-letter ISO codes with examples, compensating for the 0% schema coverage. The amount parameter is implied by 'amount' and examples, though not explicitly described in text.

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?

Clearly states the tool converts an amount from one currency to another using ECB reference exchange rates. Examples distinguish it from a rate-only lookup. Specific verb 'convert' and resource 'currency' are present, differentiating from sibling get_exchange_rate.

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 states 'use for any how much is X in Y question' with examples, providing clear context. However, it doesn't mention when not to use it or reference the sibling get_exchange_rate for rate-only queries, so it falls short of full alternatives guidance.

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

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already establishes the safe read-only nature, and the description adds value by disclosing that it returns 'the rate and the date it's from'. It also clarifies that no amount conversion occurs. No contradiction with annotations detected.

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 four short sentences, each adding necessary information: purpose, example usage, parameter format, and return value. No waste or redundancy; it is perfectly front-loaded with the primary action.

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?

For a simple two-parameter lookup tool with a read-only annotation and an output schema, the description covers purpose, usage context, parameter semantics, and returns. This is sufficient for an agent to select and invoke it correctly.

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?

Input schema provides zero description coverage, so the description compensates by stating that from_currency/to_currency are 3-letter ISO codes and giving a concrete example (USD/EUR). It does not explicitly explain the directionality of the rate, but for a tool named get_exchange_rate this is reasonably inferable.

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's function with a specific verb ('look up') and resource ('exchange rate between two currencies'). It explicitly distinguishes itself from the sibling convert_currency by noting 'without converting a specific amount', making the purpose unambiguous.

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?

The description gives a clear usage scenario ('what's the exchange rate between USD and EUR' style questions) and implicitly excludes conversion tasks by saying 'without converting a specific amount'. However, it does not explicitly name convert_currency as the alternative, so it stops short of fully explicit when-not/alternatives guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides real-time exchange rates for any currency pair using open.er-api.com, simplifying currency conversion with a single tool.
    6
    MIT
  • A
    license
    -
    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.
    12
    ISC
  • A
    license
    A
    quality
    B
    maintenance
    Currency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999.
    4
    66
    MIT
  • F
    license
    -
    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.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources