Total tax, effective and marginal rate from a marginal bracket table.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
income | number | required | Taxable income |
brackets | array | required | Marginal brackets: [{up_to: number|null, rate: decimal}, ...] |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "tax_bracket", "arguments": {"income": 85000, "brackets": []}}}'curl -s https://wingmanprotocol.com/tools/tax_bracket \
-H 'Content-Type: application/json' \
-d '{"income": 85000, "brackets": []}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/tax_bracket from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).