Server Details
Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mrugankpednekar/bill_splitter_mcp
- GitHub Stars
- 0
Available Tools
6 toolsadd_splitTry in Inspector
Equal split receipt. If include_payer=True, payer also owes a share (Splitwise default). Example: payer='Owen', amount=60, participants=['Owen','Mrugank','David'] -> shares=$20 each.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| payer | Yes | ||
| amount | Yes | ||
| secret | Yes | ||
| group_id | Yes | ||
| participants | Yes | ||
| include_payer | No |
balancesTry in Inspector
Return minimal settlement transfers: [{from, to, amount}].
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | ||
| group_id | Yes |
create_groupTry in Inspector
Create a group and return {group_id, secret}.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| members | Yes |
historyTry in Inspector
Return recent raw entries for the group.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| secret | Yes | ||
| group_id | Yes |
quick_settleTry in Inspector
Paste: 'owen owes mrugank 20, mrugank owes david 15, barath owes david 7, owen owes barath 14' Returns minimal settlement without writing to DB.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
record_debtTry in Inspector
Splitwise-style direct debt: 'debtor owes creditor amount'. Implementation: store one expense paid by creditor, with participants=[debtor] for full amount.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| amount | Yes | ||
| debtor | Yes | ||
| secret | Yes | ||
| creditor | Yes | ||
| group_id | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.