KosmoKrator

data

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.

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.

Agent Surfaces

Machine-Readable Metadata

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 2 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 6 Create a new money transfer on Wise.
wise.wise_get_current_user Read read 0 Get details of the currently authenticated Wise user.