← Registry

Collaboration

xuper.fun

Manages group expense splitting, tracking payments, and settling debts among participants.

1 endpoint11 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://split.xuper.fun/api/mcp

No auth detected

MCP server metadata

Name
xupersplit
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

xupersplit splits shared expenses in a group — no accounts, no app. Create a split with create_split, then hand the returned link to the user so they can share it with the group; anyone holding that link can view and edit the split, so treat it as a secret. Add what people paid with add_expense, read who owes whom with get_split, and record paybacks with record_payment. Refer to people by name — the tools resolve names to participants for you. Working from a receipt or a photo of one: read it yourself and enter one expense per group of items sharing the same people, rather than one equal split of the total — the shared bottle of wine and the individual mains are separate expenses. When you cannot tell who had what, ask rather than spreading that line evenly; an even split you already suspect is wrong costs the group real money and looks authoritative doing it. The tell is that the counts don't fit the group — two glasses of wine for three people, one dessert for four. Name the line you can't place, say what you assumed for the rest, and ask.

Known tools 11

create_split

Create a new xupersplit for sharing expenses in a group.

Potential side effects
get_split

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

Inferred read-only
add_expense

Record something one person paid for the group.

Inferred read-only
record_payment

Record that one person paid another back, settling part or all of a debt.

Inferred read-only
update_entry

Change an existing expense or payment.

Potential side effects
delete_entry

Remove an expense or payment for good.

Potential side effects
add_participant

Add someone to an existing split.

Inferred read-only
rename_participant

Change a participant's name.

Inferred read-only
remove_participant

Remove someone from a split.

Potential side effects
set_payment_methods

Set how a participant wants to be paid back, so the split can show a QR code or pay link.

Potential side effects
update_split

Change a split's title or currency.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xupersplit]
url = "https://split.xuper.fun/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xupersplit": {
      "type": "http",
      "url": "https://split.xuper.fun/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xupersplit
Remote MCP URL: https://split.xuper.fun/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xupersplit": {
      "url": "https://split.xuper.fun/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xupersplit": {
      "type": "http",
      "url": "https://split.xuper.fun/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.