Skip to main content
Glama
svarun115

Splitwise MCP Server

by svarun115

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for WebSocket mode (default 4001)4001
SPLITWISE_ACCESS_TOKENYesAccess token for Splitwise API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
splitwise_get_groupsA

List all groups for the current user. Groups represent collections of users who share expenses together (e.g., household, trip, etc.).

splitwise_get_groupA

Get detailed information about a specific group, including members, balances, and settings.

splitwise_get_expensesC

List expenses with optional filters. Can filter by group, friend, date range, or update time.

splitwise_get_expenseA

Get detailed information about a specific expense, including all users involved and their shares.

splitwise_create_expenseA

Create a new expense. Can split equally among group members or specify custom shares for each user. For custom shares, provide users array with paid_share and owed_share for each user.

splitwise_update_expenseA

Update an existing expense. Only include fields that are changing. If users array is provided, all shares will be overwritten.

splitwise_delete_expenseB

Delete an expense permanently.

splitwise_restore_expenseB

Restore a deleted expense.

splitwise_get_categoriesA

Get a list of all expense categories supported by Splitwise. Use subcategory IDs when creating expenses.

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/svarun115/splitwise-mcp-server'

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