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_tokenBearer token- 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. Splitwise CLIHeadless setup and direct function calls. Splitwise 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.
Splitwise MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Splitwise.
Claude Code Splitwise MCP setup for Claude Code. Cursor Splitwise MCP setup for Cursor. Codex Splitwise MCP setup for Codex. OpenAI Agents Splitwise MCP setup for OpenAI Agents SDK. Claude Agent SDK Splitwise MCP setup for Claude Agent SDK. Vercel AI SDK Splitwise MCP setup for Vercel AI SDK. LangChain Splitwise MCP setup for LangChain. LangGraph Splitwise MCP setup for LangGraph. CrewAI Splitwise MCP setup for CrewAI. MCP clients Splitwise MCP setup for Generic MCP Clients.
Splitwise CLI Matrix
Use these pages for direct Splitwise CLI workflows in scripts, CI, cron, and agent wrappers.
CI Splitwise CLI for CI. Cron Jobs Splitwise CLI for cron jobs. Shell Scripts Splitwise CLI for shell scripts. Headless Automation Splitwise CLI for headless automation. Coding Agents Splitwise CLI for coding agents.
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. |