Splitbill MCP server
Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.
0 stars1.1k downloads/wk
Reviews
Write oneNobody has reviewed Splitbill yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Splitbill tools (3, 1 write)
write = sends, deletes, buys or postscreate_splitwrite actionFreeCreate a payment page for a shared bill and return the manage URL plus the share URLs. The PayNow recipient is already saved with this connection — never ask the user for it. All you need is a total (total) or the receipt lines (items), plus the head count (people). By default the user is treated as having paid up front: they count towards the head count but get no payment link (pass i_paid=false to turn that off). Paste a share URL into the group chat and everyone sees their own amount and a PayNow QR code.
get_splitFreeReturn one split in full: who owes what, whether they have paid, the notes they left, and the share URLs.
list_splitsFreeReturn the splits created with this connection, newest first, with how much has been collected, how many people are still to pay, and the read-only URL. Use this to find a split again when the organiser has lost the link.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan4 source files scanned25/25
- Live reliabilityremote reachable in 3124ms17/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 1 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year5/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http splitbill https://jittee.com/mcp/splitbill
Splitbill: common questions
- Is Splitbill MCP server safe?
- Mostly: it is graded B (80/100). Read the Splitbill safety report
- How do I install Splitbill?
- It runs remotely at jittee.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Splitbill need an API key?
- Yes. The registry entry asks for
SPLITBILL_TOKEN. - Is Splitbill maintained?
- The last commit was 3 days ago (2026-09-18). The latest release is v1.0.7.
- Is Splitbill up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.