CC
cityparity — Cost-of-Living & Quality-of-Life Comparison
/get_inbound_tax_regime
Look up inbound-worker tax regime for a city
Look up a city's inbound-worker tax regime, the special reduced-tax schemes for relocating workers that general cost-of-living tools do not surface. Returns reg
liveverifiedunknown~5s typical
mcpprobedcityparity—cost-of-living
$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-cityparity-cityparity /get_inbound_tax_regime for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | City slug. Use list_cities to discover valid slugs. Most cities return regime=null because |
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-cityparity-cityparity","endpoint":"/get_inbound_tax_regime","input":{"city":"..."}}'cli
npx cracked-ai run -p mcp-com-cityparity-cityparity -e /get_inbound_tax_regime -i '{"city":"..."}'mcp
run_tool({ provider: "mcp-com-cityparity-cityparity", endpoint: "/get_inbound_tax_regime", input: {"city":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.