finance
Wise MCP, CLI, and Lua Integration for AI Agents
Wise integration docs for AI agents: MCP gateway setup, Wise CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Wise for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
wise- route_slug
wise- package
wise- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Wise CLIHeadless setup and direct function calls. Wise MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Wise MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wise.
Claude Code Wise MCP setup for Claude Code. Cursor Wise MCP setup for Cursor. Codex Wise MCP setup for Codex. OpenAI Agents Wise MCP setup for OpenAI Agents SDK. Claude Agent SDK Wise MCP setup for Claude Agent SDK. Vercel AI SDK Wise MCP setup for Vercel AI SDK. LangChain Wise MCP setup for LangChain. LangGraph Wise MCP setup for LangGraph. CrewAI Wise MCP setup for CrewAI. MCP clients Wise MCP setup for Generic MCP Clients.
Wise CLI Matrix
Use these pages for direct Wise CLI workflows in scripts, CI, cron, and agent wrappers.
CI Wise CLI for CI. Cron Jobs Wise CLI for cron jobs. Shell Scripts Wise CLI for shell scripts. Headless Automation Wise CLI for headless automation. Coding Agents Wise CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
wise.wise_list_profiles | Read read | 0 | List all Wise profiles (personal and business) for the authenticated user. |
wise.wise_get_profile | Read read | 1 | Get details of a specific Wise profile by ID. |
wise.wise_list_balances | Read read | 1 | List multi-currency account balances for a Wise profile. |
wise.wise_list_transfers | Read read | 4 | List Wise transfers with optional filtering by profile, status, and pagination. |
wise.wise_get_transfer | Read read | 1 | Get details of a specific Wise transfer by ID. |
wise.wise_create_transfer | Write write | 4 | Create a new money transfer on Wise. |
wise.wise_get_current_user | Read read | 0 | Get details of the currently authenticated Wise user. |