20 tools from the Wise MCP Server, categorised by risk level.
View the Wise policy →get_account_requirements Get the required fields for creating a recipient in a specific currency route. Returns field definitions with validation rules. get_balance Get a specific balance account by ID get_delivery_estimate Get the estimated delivery date for a transfer get_exchange_rate Get the current exchange rate between two currencies get_exchange_rate_history Get historical exchange rates between two currencies over a time period get_profile Get a specific profile by ID get_quote Get an existing quote by ID get_recipient Get a specific recipient account by ID get_temporary_quote Get a temporary (non-stored) quote to check rates and fees without creating one get_transfer Get a specific transfer by ID list_balances List all balance accounts for a profile. Returns currency balances with available amounts. Types: STANDARD (one per currency) or SAVINGS (jars, mul... list_profiles List all profiles (personal and business) associated with your Wise account list_recipients List all recipient accounts for a profile, optionally filtered by currency list_transfers List transfers for a profile with optional filters create_quote Create a quote for a money transfer. Specify either sourceAmount OR targetAmount (not both). Returns exchange rate, fees, and delivery estimate. 2/5 create_recipient Create a new recipient account. The 'details' object varies by currency/type. Use get_account_requirements first to know which fields are needed. 2/5 cancel_transfer Cancel a transfer (only possible if not yet completed) 5/5 create_transfer Create a new transfer. Requires a quote ID and recipient account ID. The customerTransactionId ensures idempotency — reuse the same value when retr... 5/5 fund_transfer Fund a transfer from your Wise balance. NOTE: This may NOT work with personal tokens in EU/UK due to PSD2 regulations. 5/5 The Wise MCP server exposes 20 tools across 4 categories: Read, Write, Destructive, Financial.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Wise server.
Wise tools are categorised as Read (14), Write (2), Destructive (1), Financial (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept