KosmoKrator

finance

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.

7 functions 6 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
splitwise
route_slug
splitwise
package
splitwise
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Splitwise MCP Client Matrix

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

Splitwise CLI Matrix

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

Function Catalog

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