Advanced Tip Split Calculator
Split bills by items with individual amounts and custom tip percentages per person
API Documentation
Request Endpoint
POST /en/api/tools/tip-calculator-split
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| subtotal | number | Yes | - |
| taxAmount | number | Yes | - |
| peopleCount | number | Yes | - |
| tipPercent | number | Yes | - |
| splitMethod | select | Yes | - |
| customTipPerPerson | text | No | - |
| customAmounts | text | No | - |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-tip-calculator-split": {
"name": "tip-calculator-split",
"description": "Split bills by items with individual amounts and custom tip percentages per person",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=tip-calculator-split",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]