Wise MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WISE_API_TOKEN | Yes | Personal API token from https://wise.com/settings/api-tokens | |
| WISE_API_BASE_URL | No | Base URL for Wise API (sandbox: https://api.sandbox.transferwise.tech) | https://api.wise.com |
| WISE_API_TIMEOUT_MS | No | Per-request timeout in milliseconds | 30000 |
| WISE_API_ALLOW_UNSAFE_BASE_URL | No | Dangerous override to allow unsafe base URLs (set to 1 to bypass checks) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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