data
Splitwise MCP, CLI, and Lua Integration for AI Agents
Splitwise integration docs for AI agents: MCP gateway setup, Splitwise CLI commands, Lua API reference, credentials, and function schemas.Splitwise 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
| Function | Type | Parameters | Description |
|---|---|---|---|
splitwise.splitwise_list_expenses | Read read | 6 | List shared expenses from Splitwise. Optionally filter by group, friend, or date range. Returns expense details including cost, description, category, and split information. |
splitwise.splitwise_get_expense | Read read | 1 | Get detailed information about a specific expense in Splitwise, including cost, description, category, date, and how it was split among users. |
splitwise.splitwise_create_expense | Write write | 8 | Create a new shared expense in Splitwise. Specify the total cost, description, and users involved. The expense will be split equally unless custom owed_share amounts are provided per user. |
splitwise.splitwise_list_groups | Read read | 0 | List all groups the current user belongs to in Splitwise. Returns group names, member information, and balance summaries. |
splitwise.splitwise_get_group | Read read | 1 | Get detailed information about a specific group in Splitwise, including all members and their current balances. |
splitwise.splitwise_list_friends | Read read | 0 | List all friends on Splitwise with their current balance information. Shows how much you owe or are owed by each friend. |
splitwise.splitwise_get_current_user | Read read | 0 | Get the authenticated Splitwise user's profile, including name, email, default currency, and account settings. |