MCP.so
Sign In

cityparity: Cost-of-Living & Quality-of-Life Comparison

@summerstateofmind

About cityparity: Cost-of-Living & Quality-of-Life Comparison

cityparity gives AI agents real cost-of-living and quality-of-life comparison tools. Point it at two cities and it returns take-home pay, a full cost breakdown (housing, healthcare, childcare, food, transit, travel home, property tax), and the equivalent salary you'd need in the

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cityparity": {
      "command": "npx",
      "args": [
        "-y",
        "cityparity-mcp"
      ]
    }
  }
}

Tools

6

Compare two cities for one household: take-home pay, full cost breakdown, the equivalent target salary needed to match source net cash, non-cash lifestyle deltas (vacation, parental leave, healthcare), and a 0-100 quality score on five weighted dimensions. Use this for a head-to-head between two named cities; for a single city call get_city_summary, and to rank many cities call rank_cities. Read-only, no side effects; returns a text summary plus structured JSON. RSU income is NOT a parameter; RSU is treated as source-only because grants typically do not follow you across employers.

List all city slugs supported by cityparity, grouped by country. Call this first to discover valid slugs before any other tool; the optional country filter narrows to one country. Read-only, no side effects; returns a text summary plus structured JSON.

Concise profile of one city: currency, tax shape (bracket count + top rate + payroll/national insurance), headline costs (rent / groceries / transit / childcare), safety-net values (parental leave, vacation, universal healthcare), and data freshness. Lighter than compare_cities; use when the user is asking about one place rather than a comparison. On parental leave, quote safety_net.parental_leave_summary rather than building your own sentence: some countries (Ireland, Australia, the UK, Czechia, part of Sweden) pay a flat weekly cash sum instead of a share of salary, so parental_leave_paid_pct is 0 or partial for them and stating it alone would wrongly call their leave unpaid. safety_net.avg_commute_minutes is a ONE-WAY commute, a single leg rather than a daily round trip: report it as "about N minutes each way", and double it yourself if the user asked what they spend commuting per day. It is door to door, averaged over every commuter regardless of mode, for the metro area, and excludes people who work from home. Read-only, no side effects; returns a text summary plus structured JSON.

Rank supported cities by composite quality-of-life score across five weighted dimensions (financial, healthcare, vacation, childcare, safety_net). Returns top N (default 10), with filters for country, countries, region (europe/asia/north_america/south_america/oceania), has_universal_healthcare, include_cities, and exclude_cities. Use this to shortlist across many cities; for a head-to-head between two named cities use compare_cities. The same scenario is applied to every city so scores are directly comparable (default: single person, 2BR rent, $100k USD-equivalent gross). Read-only, no side effects; returns a text summary plus structured JSON.

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 (public_holidays is the count the statute lists; public_holidays_effective is how many of those fall on a working day once you account for whether the country replaces a weekend holiday, so quote the effective figure whenever you compare two places on time off), plus each city's safety_net dimension score (0-100) for relative strength. This is the only tool that accepts many cities in one call: use it to line several places up on family / leave / healthcare benefits. On parental leave, quote parental_leave_summary rather than composing your own line from parental_leave_paid_pct: Ireland, Australia, the UK, Czechia and part of Sweden pay a flat weekly cash sum instead of a share of salary, so their headline percentage is 0 or partial and reading it alone would wrongly call their leave unpaid; Germany pays a percentage up to a monthly cap (parental_leave_capped) and pays nothing at all above a household-income ceiling. Check parental_leave_basis (percentage / flat / capped / mixed / unpaid) before making any claim about pay. On sick pay, quote sick_leave_policy rather than composing your own line from sick_leave.phases: it is the STATUTORY FLOOR for someone in their first year of service, phases run one AFTER another rather than stacking, and the durations carry units that differ by country (Slovenia counts working days, Denmark counts calendar days), so sick_leave.paid_weeks is deliberately null wherever the phases are measured against different reference periods and no single total exists. For one city's full profile (tax shape + costs + safety net together) call get_city_summary instead; for a two-city head-to-head that includes cost-of-living use compare_cities. Read-only, no side effects; returns a text summary plus structured JSON.

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 regime=null when the country has no modeled regime, which is most cities. Modeled across 13 regimes in Belgium, Denmark, Germany, Greece, Ireland, Italy, Netherlands, Norway, Poland, Portugal, Spain, Sweden and the UK. Roughly half grant an actual reduction (a reduction_pct or a flat_rate) and the rest are note-only: the regime exists but grants a relocating employee nothing, so reduction_pct and flat_rate are null and the take-home is computed on ordinary tax. Each entry returns the mechanic, duration, income cap if any, and a note stating the salary floor where one exists and which eligibility conditions we do not test. Read-only, no side effects; returns a text summary plus structured JSON.

Overview

What is cityparity: Cost-of-Living & Quality-of-Life Comparison?

A hosted MCP server that lets AI agents compare cities on cost-of-living, take-home pay, equivalent target salary, and quality-of-life factors like vacation, parental leave, and universal healthcare. It covers about 165 cities across 69 countries and requires no API key. Built for relocation decisions, the service is free, rate-limited, and reachable at https://mcp.cityparity.com/mcp.

How to use cityparity: Cost-of-Living & Quality-of-Life Comparison?

Configure any Streamable HTTP–capable MCP client to point at https://mcp.cityparity.com/mcp. For stdio-only clients, use the npm bridge package cityparity-mcp (install globally or via npx). Start by calling list_cities to discover supported city slugs, then use tools like compare_cities, rank_cities, or get_safety_net as needed.

Key features of cityparity: Cost-of-Living & Quality-of-Life Comparison

  • Compare two cities with full cost breakdown and equivalent salary
  • Discover supported city slugs grouped by country
  • Get one-city profile with tax shape and headline costs
  • Rank cities by composite quality score with custom filters
  • Retrieve safety-net values (parental leave, vacation, healthcare) for up to 20 cities
  • Access inbound tax regime details for expat-friendly schemes

Use cases of cityparity: Cost-of-Living & Quality-of-Life Comparison

  • Evaluate cost-of-living difference between two specific cities before a move
  • Find the equivalent salary needed in a target city to maintain lifestyle
  • Rank multiple cities by quality score using custom weight preferences
  • Compare social safety-net benefits (childcare subsidies, parental leave, universal healthcare) across cities
  • Understand tax implications of inbound worker regimes like Italy impatriati or Portugal IFICI

FAQ from cityparity: Cost-of-Living & Quality-of-Life Comparison

How is this different from other cost-of-living calculators?

cityparity explicitly prices the social safety net (childcare subsidies, parental leave, statutory vacation, universal healthcare) so that "the lower-salary city actually pays more" becomes a quantifiable number.

What are the runtime or dependency requirements?

The hosted MCP server has no client-side dependencies. The optional npm bridge (cityparity-mcp) requires Node.js ≥ 20 and uses no external dependencies.

Where does my query data go?

Queries are sent only to mcp.cityparity.com. No accounts, no client-side telemetry, and no personally identifiable information is logged beyond standard HTTP server logs.

Are there any known limits or restrictions?

The service is rate-limited at the edge. RSU income is not supported as an input; grants are treated as source-only because they generally do not follow you across employers.

What transport and authentication are used?

The server speaks Streamable HTTP (MCP spec 2025-06-18). It is completely free and requires no API key or authentication.

Frequently asked questions

How is this different from other cost-of-living calculators?

cityparity explicitly prices the social safety net (childcare subsidies, parental leave, statutory vacation, universal healthcare) so that "the lower-salary city actually pays more" becomes a quantifiable number.

What are the runtime or dependency requirements?

The hosted MCP server has no client-side dependencies. The optional npm bridge (`cityparity-mcp`) requires Node.js ≥ 20 and uses no external dependencies.

Where does my query data go?

Queries are sent only to `mcp.cityparity.com`. No accounts, no client-side telemetry, and no personally identifiable information is logged beyond standard HTTP server logs.

Are there any known limits or restrictions?

The service is rate-limited at the edge. RSU income is not supported as an input; grants are treated as source-only because they generally do not follow you across employers.

What transport and authentication are used?

The server speaks Streamable HTTP (MCP spec `2025-06-18`). It is completely free and requires no API key or authentication.

Comments

More Other MCP servers