Geo-Parity MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Geo-Parity MCP ServerCompare cost of living between Berlin and Lisbon on a $90k salary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Geo-Parity MCP Server
A live, hosted Model Context Protocol server for geographic parity — purchasing power, fair salaries across borders, cost of living, FIRE and runway, visas and passports, tax residency, timezone overlap, climate, country risk and relocation costs.
Endpoint: https://geo-parity.com/api/mcp
Transport: Streamable HTTP
Auth: none — open, no key, no sign-up
Install
Remote (recommended) — connect straight to the hosted server:
claude mcp add --transport http geo-parity https://geo-parity.com/api/mcp{
"mcpServers": {
"geo-parity": {
"type": "http",
"url": "https://geo-parity.com/api/mcp"
}
}
}stdio — for clients that do not speak Streamable HTTP. This package is a thin bridge to the same hosted server:
npx -y geo-parity-mcp{
"mcpServers": {
"geo-parity": {
"command": "npx",
"args": ["-y", "geo-parity-mcp"]
}
}
}The bridge forwards JSON-RPC verbatim and declares no tools of its own, so the tool list is always the server's. New tools appear without updating this package, and the protocol version your client negotiates is negotiated with the real server.
Environment variables (all optional):
Variable | Default | Purpose |
|
| Point the bridge elsewhere |
| — |
|
|
| Per-request timeout |
Related MCP server: irs-taxpayer-mcp
Protocol support
The server is dual-era: one endpoint serves both the modern per-request revision and the older initialization-handshake revisions, and it echoes back whichever version your client asks for.
Revision | Era | Notes |
| modern | per-request |
| legacy |
|
| legacy |
|
| legacy |
|
| legacy |
|
A version we do not implement is refused with -32022 listing the ones we do, so a
client can pick one and retry.
Tools (26)
Every tool is a pure read over static datasets — read-only, non-destructive, idempotent and closed-world — so no call needs confirming.
Tool | What it answers |
| What a US-baseline income is really worth in another country |
| Fair pay for the same role across borders |
| Local wage ladder: minimum, median, top 10% |
| Total cost of living against your income |
| Two countries' cost of living, side by side |
| Everyday prices (the Pint & Property Index) |
| Rent as a share of your income and of the local median wage |
| Health spending, out-of-pocket share and dentist access |
| Measured internet quality and price |
| Climate normals and comfortable days per year |
| Shared working days and public holidays |
| Country risk (INFORM, EC JRC) |
| Quality of life against cost |
| Where a portfolio can fund early retirement |
| How much longer your savings last if you relocate |
| Contractor vs employee net take-home |
| The freelance hourly rate you actually need |
| Digital nomad visas your income qualifies for |
| Visa-free access score and global rank |
| What it costs to arrive: entry fee, first rent, deposit |
| Whether an itinerary breaks Schengen 90/180 |
| Tax-residency day counts |
| Tax-residency risk for remote work abroad |
| Unified Schengen + residency + tax-cost tracker |
| Team timezone friction and the meeting window |
| Lowest-latency cloud host region |
Try it
curl -s -X POST https://geo-parity.com/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'curl -s -X POST https://geo-parity.com/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"calculate_ppp","arguments":{"income":100000,"target":"TH"}}}'Discover what the server supports in one request:
curl -s -X POST https://geo-parity.com/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":3,"method":"server/discover"}'Every result is citable
Successful responses carry an attribution block: the datasets used, their providers and
reference years, a ready-to-quote citation sentence, and a permalink to the page that
answers the same question. Quote it when you use these figures.
Rate limits
Open and key-less. Anonymous callers get 1,500 requests/month per IP plus a
30/minute burst cap. An optional API key (Authorization: Bearer gp_live_…, created
at https://geo-parity.com/account) raises both ceilings without changing any response,
and is metered per account rather than per key.
Over a ceiling, endpoints return HTTP 429 with RATE_LIMITED (slow down) or
QUOTA_EXCEEDED (allowance spent — retrying will not help).
Also available as
REST — every tool is a plain JSON endpoint: https://geo-parity.com/openapi.json
Capability index for agents — https://geo-parity.com/llms.txt
Server card — https://geo-parity.com/.well-known/mcp.json
Caveats
Figures are estimates built from public datasets (World Bank, Eurostat, OECD, WHO, HUD, INFORM, Nager.Date, Open-Meteo, Cloudflare Radar, ITU and others). They are not tax, legal or financial advice. Where a figure could not be verified it is reported as absent rather than guessed — an absent value never means zero.
Links
Site: https://geo-parity.com
Full documentation: https://geo-parity.com/llms.txt
Licence
MIT for this repository's contents. The hosted service is provided as-is under the site's terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only payroll calculations and multi-country tax comparisons for eight countries.
Cost of living, fair global pay, healthcare costs, nomad visas and tax residency. Free, no key.
Cost-of-living & quality-of-life comparison: take-home pay, equivalent salary, safety-net deltas.
FIRE & retirement calculators + a multi-currency portfolio rebalancer (exact buy/sell trades).
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like FRED, World Bank, and Census Bureau. It offers 28 specialized tools for calculating TAM/SAM, conducting industry analysis, and performing financial forecasting.4 npm36MIT
- AlicenseBqualityAmaintenance39 tax tools for US individual taxpayers — federal/state tax calculations, credits, deductions, retirement strategies, audit risk, and tax planning. All calculations run locally, no data leaves the machine. Supports TY2024 and TY2025 (One Big Beautiful Bill Act).44956 npm12MIT
- AlicenseAqualityDmaintenanceCost-of-living and quality-of-life comparison across ~165 cities: take-home pay, the equivalent salary you'd need, and the safety-net deltas (childcare, healthcare, vacation, parental leave).69 npm2MIT
- AlicenseNot gradedqualityDmaintenanceProvides retirement planning computations for AI agents, including Monte Carlo simulations, tax burden modeling across all US states, Social Security claiming optimization, and cost-of-living comparisons.7 npmMIT