CC
cityparity — Cost-of-Living & Quality-of-Life Comparison
/get_safety_net
Look up family safety net for several cities
Batch lookup of safety-net values for 1 to 20 cities at once: parental leave weeks + how it is paid, universal healthcare flag, vacation days, public holidays (
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_safety_net for me.
Input
| Field | Type | Description |
|---|---|---|
| cities* | array | Array of city slugs (1-20). Use list_cities to discover valid slugs. |
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_safety_net","input":{"cities":[]}}'cli
npx cracked-ai run -p mcp-com-cityparity-cityparity -e /get_safety_net -i '{"cities":[]}'mcp
run_tool({ provider: "mcp-com-cityparity-cityparity", endpoint: "/get_safety_net", input: {"cities":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.