Skip to main content
Glama
SaharshPatel24

splitwise-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPLITWISE_API_KEYNoYour Splitwise API Key (simplest setup option)
SPLITWISE_ACCESS_TOKENNoYour Splitwise Access Token for OAuth 1.0
SPLITWISE_CONSUMER_KEYNoYour Splitwise Consumer Key for OAuth 1.0
SPLITWISE_CONSUMER_SECRETNoYour Splitwise Consumer Secret for OAuth 1.0
SPLITWISE_ACCESS_TOKEN_SECRETNoYour Splitwise Access Token Secret for OAuth 1.0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_expensesA

List Splitwise expenses. Filter by group, friend, date range, or limit. Returns cost, description, date, who paid, and splits.

get_expenseA

Get a single Splitwise expense by ID with full split details.

create_expenseA

Create a new Splitwise expense with explicit per-user splits. Always confirm split details with the user before calling.

delete_expenseC

Delete a Splitwise expense by ID.

get_friendsA

List all Splitwise friends with their IDs, names, emails, and current balances. Use this to look up user IDs before creating expenses.

get_groupsA

List all Splitwise groups with member details, group IDs, and current debts within each group.

get_friend_balancesA

Get a pre-computed net balance summary — who owes you, who you owe, and your overall net position across all friends. Much faster than manually summing raw balances.

get_current_userA

Get the currently authenticated Splitwise user — useful to find your own user ID when creating expense splits.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SaharshPatel24/splitwise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server