D
decisions
/freelance_rate_floor
Freelance Rate Floor
Freelance Rate Floor — Calculates the hourly rate a freelancer must bill to match a given salary after self-employment tax and lost benefits. Returns a one-line
liveunknown~5s typical
mcpdecisions
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-everydaybudd-decisions /freelance_rate_floor for me.
Input
| Field | Type | Description |
|---|---|---|
| currentSalary* | number | A non-negative number (US dollars unless the field name says otherwise). |
| stateCode* | string | Two-letter US state code, e.g. CA, TX, NY. |
| filingStatus* | string (single | married_joint | married_separate | head_of_household) | One of: single, married_joint, married_separate, head_of_household. |
| annualBenefitsValue* | number | A non-negative number (US dollars unless the field name says otherwise). |
| billableHoursPerYear | integer | A non-negative number (US dollars unless the field name says otherwise). |
| year | integer | Tax year, e.g. 2026. Omit to use the current tax year. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-everydaybudd-decisions","endpoint":"/freelance_rate_floor","input":{"currentSalary":1,"stateCode":"...","filingStatus":"single","annualBenefitsValue":1}}'cli
npx cracked-ai run -p mcp-com-everydaybudd-decisions -e /freelance_rate_floor -i '{"currentSalary":1,"stateCode":"...","filingStatus":"single","annualBenefitsValue":1}'mcp
run_tool({ provider: "mcp-com-everydaybudd-decisions", endpoint: "/freelance_rate_floor", input: {"currentSalary":1,"stateCode":"...","filingStatus":"single","annualBenefitsValue":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.