Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add splitbill-mcp -- npx -y splitbill-mcp{
"mcpServers": {
"splitbill-mcp": {
"command": "npx",
"args": ["-y", "splitbill-mcp"],
"env": {
"SPLITBILL_TOKEN": "<splitbill_token>"
}
}
}
}SPLITBILL_TOKENResumen de MCP Servers
# SplitBill MCP
Split bills and collect payments through **PayNow (Singapore)** — from the AI you already use.
You paid for the dinner. SplitBill works out who owes what and gives you links to send.
Money never passes through us: everyone pays from their own banking app.
[](https://smithery.ai/servers/jittee/splitbill)
- Product page: <https://jittee.com/splitbill>
- Web app (no sign-up): <https://sposched.jittee.com/split/>
## Features
- Create a split bill from a receipt or a total
- Equal split, or a custom amount for one person (the rest is re-split)
- The person who paid up front is counted but never billed
- Participant management — names optional; payers can enter their own
- Shareable payment URLs (one per amount) + a read-only status link
- PayNow QR on the payment page
- Payment status tracking (self-reported with a transfer screenshot)
- Receipts attached to the total, visible to payers
- 日本語 / English / 中文
## Example
**User:**
> Split SGD 891 between 4 people.
**AI:** creates a SplitBill payment page
```
SGD 222.75 × 3 participants (you paid up front, so you are not billed)
Share: https://sposched.jittee.com/split/pay/?t=…
Manage: https://sposched.jittee.com/split/manage/?t=… (keep this one to yourself)
Status: https://sposched.jittee.com/split/manage/?t=… (read-only, safe to share)
```
## Setup
### Option A — point your client at the remote server (recommended)
```
https://jittee.com/mcp/splitbill
```
That endpoint speaks **OAuth 2.1** (dynamic client registration + PKCE), so there is no key to
copy around. Connecting opens SplitBill, you enter the PayNow number (or UEN) that should
receive the money plus the display name your payers will see in their banking app, and you
press allow. The key is created at that moment and kept by your client, and the AI is never
asked for your number again.
**Claude Code**
```bash
claude mcp add --transport http splitbill https://jittee.com/mcp/splitbill
```
**Claude Desktop / claude.ai / ChatGPT** — Settings → Connectors → add a custom connector and
paste the URL. Leave authentication on OAuth.
**Smithery** — <https://smithery.ai/server/jittee/splitbill> does the same through its gateway.
### Option B — hold the key yourself
For a stdio install, or a client that does not speak OAuth.
Open <https://sposched.jittee.com/split/mcp/> and enter the PayNow number (or UEN) that should
receive the money, plus the display name your payers will see in their banking app. You get a
key that starts with `wkn_`, **shown only once**.
> ⚠️ That key can create pages that collect money to your PayNow. Keep it to yourself.
> It cannot move money. If you lose it, just create another one.
**Claude Code**
```bash
claude mcp add splitbill --env SPLITBILL_TOKEN=wkn_xxx -- npx -y splitbill-mcp
```
**Any client with a JSON config**
```json
{
"mcpServers": {
"splitbill": {
"command": "npx",
"args": ["-y", "splitbill-mcp"],
"env": { "SPLITBILL_TOKEN": "wkn_xxx" }
}
}
}
```
**Remote, with the key in the URL** — for clients that cannot send headers. Choose
**No authentication**, since the key is already in the URL:
```
https://jittee.com/mcp/splitbill?token=wkn_xxx
```
### Then ask
> "Split this receipt four ways. Tanaka did not drink, so $20 for him."
## Tools
| Tool | What it does |
|---|---|
| `create_split` | Create the page. Takes a total or itemised receipt, a head count, optional names, per-person overrides and rounding. Returns the manage URL, the share URLs (one per amount) and a read-only status URL. |
| `list_splits` | Splits created with this key, newest first, with how much has been collected and who is left. |
| `get_split` | One split: who has paid, their notes, the share URLs. |
By default **you are treated as the person who paid up front**: you count towards the head
count, but no payment link is created for you. Pass `i_paid: false` to turn that off.
## Environment
| Variable | Meaning |
|---|---|
| `SPLITBILL_TOKEN` | Your key from `/split/mcp` (starts with `wkn_`). Required. |
| `SPLITBILL_URL` | Endpoint override. Only needed to point at a non-production environment. |
## Good to know
- **No sign-up, no login.** The key is the only credential.
- **Money never passes through us.** Payments go directly between banking apps over PayNow.
SplitBill only shows the amount and the recipient, and records who says they have paid.
- **Pages delete themselves** 7 days after the last payment, images included.
- NRIC cannot be used as a PayNow recipient (Singapore PDPA); mobile number or UEN only.
- Amounts are SGD.
- Anyone can create a split page, so payment pages carry a standing warning and a report
button. Never send money from a link you got from someone you do not know.
## Privacy and terms
- Privacy policy: <https://sposched.jittee.com/split/privacy/>
- Terms of use: <https://sposched.jittee.com/split/terms/>
- Contact: info@jittee.com
## License
MIT © Jittee Pte. Ltd.
Lo que la gente pregunta sobre splitbill-mcp
¿Qué es JojoYay/splitbill-mcp?
+
JojoYay/splitbill-mcp es mcp servers para el ecosistema de Claude AI. Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-18.
¿Cómo se instala splitbill-mcp?
+
Puedes instalar splitbill-mcp clonando el repositorio (https://github.com/JojoYay/splitbill-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar JojoYay/splitbill-mcp?
+
Nuestro agente de seguridad ha analizado JojoYay/splitbill-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene JojoYay/splitbill-mcp?
+
JojoYay/splitbill-mcp es mantenido por JojoYay. La última actividad registrada en GitHub es del 2026-09-18, con 0 issues abiertos.
¿Hay alternativas a splitbill-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega splitbill-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/jojoyay-splitbill-mcp)<a href="https://claudewave.com/repo/jojoyay-splitbill-mcp"><img src="https://claudewave.com/api/badge/jojoyay-splitbill-mcp" alt="Featured on ClaudeWave: JojoYay/splitbill-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.