Wise MCP Server
JSON →A gateway for the Wise API to manage recipients, requiring a Wise API token.
Install
pip install -e Tools · 4
- list_recipients Returns a list of all recipients from your Wise account. Parameters: profile_type (personal/business, default personal), currency (optional filter by currency code)
- get_recipient_requirements Fetches recipient requirements for creating a new recipient. If account details are provided, validates the account details against the requirements. Parameters: source_currency, target_currency, source_amount, profile_type (personal/business, default personal), account (optional)
- create_recipient Creates a new recipient with the provided account details. Parameters: profile_type (personal/business, default personal), account (includes accountHolderName, currency, type, details)
- send_money Sends money to a recipient using the Wise API. Parameters: profile_type (personal/business), source_currency, source_amount, recipient_id, payment_reference (optional, defaults to 'money'), source_of_funds (optional)
Environment variables
WISE_API_TOKEN
Links
★ 5 GitHub stars