Collaboration
xuper.fun
Manages group expense splitting, tracking payments, and settling debts among participants.
ENDPOINT 1
https://split.xuper.fun/api/mcp
MCP server metadata
- Name
- xupersplit
- Version
- 1.0.0
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
get_splitRead a split: participants, expenses, per-person balances and the shortest set of payments that settles everyone up.
Inferred read-onlyrecord_paymentRecord that one person paid another back, settling part or all of a debt.
Inferred read-onlyset_payment_methodsSet how a participant wants to be paid back, so the split can show a QR code or pay link.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.