KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Wise MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wise.

Wise CLI Matrix

Use these pages for direct Wise CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.