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) |
Capabilities
Features and capabilities supported by this server
| 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
- 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