wise-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WISE_API_TOKEN | Yes | Wise Personal API token |
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
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_profilesA | List all profiles (personal and business) associated with your Wise account |
| get_profileA | Get a specific profile by ID |
| list_balancesA | List all balance accounts for a profile. Returns currency balances with available amounts. Types: STANDARD (one per currency) or SAVINGS (jars, multiple per currency). |
| get_balanceA | Get a specific balance account by ID |
| get_exchange_rateA | Get the current exchange rate between two currencies |
| get_exchange_rate_historyA | Get historical exchange rates between two currencies over a time period |
| create_quoteB | Create a quote for a money transfer. Specify either sourceAmount OR targetAmount (not both). Returns exchange rate, fees, and delivery estimate. |
| get_quoteA | Get an existing quote by ID |
| get_temporary_quoteA | Get a temporary (non-stored) quote to check rates and fees without creating one |
| list_recipientsA | List all recipient accounts for a profile, optionally filtered by currency |
| get_recipientA | Get a specific recipient account by ID |
| create_recipientA | Create a new recipient account. The 'details' object varies by currency/type. Use get_account_requirements first to know which fields are needed. |
| delete_recipientA | Delete (deactivate) a recipient account |
| get_account_requirementsA | Get the required fields for creating a recipient in a specific currency route. Returns field definitions with validation rules. |
| list_transfersA | List transfers for a profile with optional filters |
| get_transferA | Get a specific transfer by ID |
| create_transferA | Create a new transfer. Requires a quote ID and recipient account ID. The customerTransactionId ensures idempotency — reuse the same value when retrying a failed request to avoid duplicate transfers. NOTE: In EU/UK, funding from balance via personal token is restricted by PSD2. |
| fund_transferA | Fund a transfer from your Wise balance. NOTE: This may NOT work with personal tokens in EU/UK due to PSD2 regulations. |
| cancel_transferA | Cancel a transfer (only possible if not yet completed) |
| get_delivery_estimateA | Get the estimated delivery date for a transfer |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| check-balance | Check your Wise account balances |
| check-rate | Check exchange rate between two currencies |
| recent-transfers | Show recent transfers |
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/Szotasz/wise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server