# Xupersplit MCP server

Split shared expenses in a group — no account needed. See who owes whom and settle up.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-kanylbullen-xupersplit
- Repository: https://github.com/kanylbullen/xupersplit
- Website: https://split.xuper.fun/mcp

## Install
- Endpoint: https://split.xuper.fun/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://split.xuper.fun/api/mcp

## Tools
- create_split (Create a split) - Create a new xupersplit for sharing expenses in a group. No account needed. Returns a secret link — give it to the user and tell them to share it with the group, since anyone holding the link can see and edit the split. Endpoint: https://split.xuper.fun/api/mcp
- get_split (Read a split) - Read a split: participants, expenses, per-person balances and the shortest set of payments that settles everyone up. Endpoint: https://split.xuper.fun/api/mcp
- add_expense (Add an expense) - Record something one person paid for the group. Split equally by default; pass split_between for a subset, or shares for an uneven split. One expense covers one set of people — a receipt whose items aren't all shared by everyone is several expenses, so call this once per group of items that the same people share, rather than splitting the total equally. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- record_payment (Record a payment) - Record that one person paid another back, settling part or all of a debt. Use get_split first to see who should pay whom. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- update_entry (Update an entry) - Change an existing expense or payment. Only the fields you pass are changed. Entry ids come from get_split. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- delete_entry (Delete an entry) - Remove an expense or payment for good. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- add_participant (Add a participant) - Add someone to an existing split. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- rename_participant (Rename a participant) - Change a participant's name. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- remove_participant (Remove a participant) - Remove someone from a split. Only works if they aren't on any expense yet. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- set_payment_methods (Set payment details) - Set how a participant wants to be paid back, so the split can show a QR code or pay link. Replaces their current list (pass an empty array to clear it). Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp
- update_split (Rename a split) - Change a split's title or currency. The currency is locked once the split has expenses. Works on simple, accountless splits. Secure splits (created by a signed-in user) are read-only here and must be opened in a browser. Endpoint: https://split.xuper.fun/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.kanylbullen
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
