Splitwise MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for WebSocket mode (default 4001) | 4001 |
| SPLITWISE_ACCESS_TOKEN | Yes | Access token for Splitwise API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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