Skip to main content
Glama
Lulu-The-Narwhal

fx-converter-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FX_LOCAL_DEVNoSet to '1' for local development mode, enabling local hosting without ads backend.
MCP_TRANSPORTNoTransport for the MCP server. Set to 'http' for HTTP transport, otherwise defaults to stdio.

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_currencyA

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.

get_exchange_rateA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
sponsored_card
result_widget_convert_currency
result_widget_get_exchange_rate

TDQS

A4.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one converts an amount and returns the converted value, while the other simply returns the exchange rate without converting. There is no ambiguity between them.

Naming Consistency5/5

Both tools follow a verb_noun pattern: 'convert_currency' and 'get_exchange_rate'. The naming is consistent and predictable.

Tool Count5/5

Two tools is an appropriate scope for a focused currency conversion server. Each tool serves a distinct, essential function, and the count is neither too sparse nor excessive.

Completeness4/5

The tool set covers the core needs of converting currencies and fetching rates. A minor gap is the lack of a list of supported currency codes, but most users can work around this with ISO codes.

Maintenance

ActivitySlowing
ResponsivenessNo issues