Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.
claude mcp add splitbill --transport http https://jittee.com/mcp/splitbill
~/.cursor/mcp.json
{
"mcpServers": {
"splitbill": {
"url": "https://jittee.com/mcp/splitbill"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"splitbill": {
"serverUrl": "https://jittee.com/mcp/splitbill"
}
}
}
.vscode/mcp.json
{
"servers": {
"splitbill": {
"type": "http",
"url": "https://jittee.com/mcp/splitbill"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"splitbill": {
"url": "https://jittee.com/mcp/splitbill"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"splitbill": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://jittee.com/mcp/splitbill"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://jittee.com/mcp/splitbill | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.jittee--splitbill/reviews or the review_server meta-tool.
POST /mcp