Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

xupersplit

io.github.kanylbullen/xupersplit

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

Uptime
100.0%
1 direct probes · 30d
Response
441ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

create_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 …

get_split

Read a split: participants, expenses, per-person balances and the shortest set of payments that settles everyone up.

add_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 a…

record_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 use…

update_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-on…

delete_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.

add_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.

rename_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.

remove_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 b…

set_payment_methods

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 spl…

update_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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "xupersplit": {
      "url": "https://split.xuper.fun/api/mcp",
      "transport": "streamable-http"
    }
  }
}