MCP Servers / productivity / Wise MCP Server

Wise MCP Server

JSON →
stdionone5productivity

A gateway for the Wise API to manage recipients, requiring a Wise API token.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: wise-mcp-server
Tools
What this server exposes
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)
Configuration
Environment & auth
authnone
envWISE_API_TOKEN
Resources
Wise MCP Server — MCP Server · libregistry