Skip to main content
Glama
AIWerk

Wise MCP Server

by AIWerk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WISE_API_TOKENYesPersonal API token from https://wise.com/settings/api-tokens
WISE_API_BASE_URLNoBase URL for Wise API (sandbox: https://api.sandbox.transferwise.tech)https://api.wise.com
WISE_API_TIMEOUT_MSNoPer-request timeout in milliseconds30000
WISE_API_ALLOW_UNSAFE_BASE_URLNoDangerous override to allow unsafe base URLs (set to 1 to bypass checks)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
wise_list_profilesA

List all profiles (PERSONAL and BUSINESS) accessible with the token. ALWAYS call this first — most other tools need a profileId.

wise_get_profileA

Get a profile by ID (name, type, address, KYC status).

wise_list_balancesA

List balance accounts for a profile. STANDARD = one per currency (the multi-currency account). SAVINGS = jars (user-named buckets). Default returns only STANDARD.

wise_get_balanceA

Get a specific balance by ID (available amount, reserved amount, last updated).

wise_get_exchange_rateA

Get the current mid-market exchange rate between two currencies.

wise_get_exchange_rate_historyB

Get historical mid-market exchange rates between two currencies. group: day/hour/minute granularity.

wise_list_transfersB

List transfers for a profile with optional filters. Use status to narrow: incoming_payment_waiting, processing, funds_converted, outgoing_payment_sent, bounced_back, cancelled, funds_refunded.

wise_get_transferA

Get a specific transfer by ID (status, amounts, recipient, quote, timestamps).

wise_list_recipientsA

List recipient accounts for a profile. Filter by currency if you only want e.g. EUR beneficiaries.

wise_get_recipientA

Get a recipient account by ID (bank details, account holder, currency).

wise_get_account_requirementsA

Get the required bank-account fields for creating a recipient in a given source→target currency + amount. Fields differ by country: USD routing number, EUR IBAN, GBP sort code, etc.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AIWerk/mcp-server-wise'

If you have feedback or need assistance with the MCP directory API, please join our Discord server