Back the hourly rate a freelancer must charge from target take-home income, overhead, billable %, and tax buffer.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
target_income | number | required | Desired annual take-home income in USD |
annual_overhead | number | optional | Annual business overhead in USD |
billable_pct | number | optional | Percent of worked hours that are billable (e.g. 60) |
hours_per_week | number | optional | Hours worked per week |
weeks_worked | number | optional | Weeks worked per year |
tax_buffer_pct | number | optional | Percent set aside for taxes |
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": "hourly_rate", "arguments": {"target_income": 85000}}}'curl -s https://wingmanprotocol.com/tools/hourly_rate \
-H 'Content-Type: application/json' \
-d '{"target_income": 85000}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/hourly_rate from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).