A MCP (Machine Communication Protocol) server that serves as a gateway for the Wise API, providing simplified access to Wise's recipient
If you want an AI assistant working directly with MCP Wise, the mcp wise mcp server is the bridge. A MCP (Machine Communication Protocol) server that serves as a gateway for the Wise API, providing simplified access to Wise's recipient functionality.
A MCP (Machine Communication Protocol) server that serves as a gateway for the Wise API, providing simplified access to Wise's recipient functionality.
Once connected, the assistant can call these 4 tools directly:
list_recipients — The list_recipients tool exposed by this serverget_recipient_requirements — Fetches recipient requirements for creating a new recipient. If account details are provided, validates the account details against the requirementscreate_recipient — The create_recipient tool exposed by this serversend_money — The send_money tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: WISE_API_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
uv package manager (only if installing directly) - Wise API token - Docker (if using Docker image)Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. MCP Wise sits in that group, and the shape of its toolset — list_recipients, get_recipient_requirements, create_recipient among others — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| list_recipients | The list_recipients tool exposed by this server. |
| get_recipient_requirements | Fetches recipient requirements for creating a new recipient. If account details are provided, validates the account details against the requirements. |
| create_recipient | The create_recipient tool exposed by this server. |
| send_money | The send_money tool exposed by this server. |
uv package manager (only if installing directly) - Wise API token - Docker (if using Docker image)| Variable | Description | Required |
|---|---|---|
| WISE_API_TOKEN | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.