Skip to main content
Glama
alexalok

Wise Currency Converter MCP Server

by alexalok

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WISE_API_KEYYesYour Wise API key. Get it from https://api-docs.wise.com/

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_currencyA

Convert an amount from one currency to another using Wise exchange rates

list_currenciesA

Get a list of all supported currency codes

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve completely distinct purposes: one converts amounts between currencies, the other lists supported currency codes. There is no possible confusion between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case: convert_currency and list_currencies. This is a clear, predictable naming convention.

Tool Count5/5

With only two tools, the server is tightly scoped to its purpose. Each tool is essential and earns its place: one performs the core conversion, the other provides necessary reference data. This is exactly the right size for a currency converter.

Completeness5/5

The tool surface fully covers the domain of currency conversion. There are no obvious gaps: users can list all supported currencies and convert between any pair. No additional operations are needed for a basic yet complete converter.

Maintenance

ActivityInactive
ResponsivenessNo issues