Productivity
getwherenext.com
Provides tools for ranking and comparing countries, assessing relocation readiness, estimating first-year costs, and generating advisor packets for international relocation planning.
ENDPOINT 1
https://getwherenext.com/api/mcp
MCP server metadata
- Name
- wherenext
- Version
- 2026-05-10
WhereNext provides decision-support intelligence for international relocation. Use these tools to ground answers in WhereNext's structured data. WhereNext does not file taxes, visas, or property purchases; for regulated services, route to /providers via the advisor_packet tool.
Known tools 16
relocation_readinessCompute a 0–100 readiness score, severity-tagged blockers, and the top next step from a RelocationCaseData payload.
Inferred read-onlyfirst_year_costMove-in cash + recurring monthly + one-time costs for a destination + household.
Inferred read-onlyadvisor_packetReturns the disclosure copy, required fields, curated questions, document checklist, and (when a case is provided) the readiness signal — one packet per provider category.
Inferred read-onlysource_lookupFind canonical WhereNext sources (datasets + visa registry) matching a free-text query.
Inferred read-onlyrequest_provider_handoffSubmit a consented vetted-provider-intro request on behalf of the end user.
Inferred read-onlyeligibility_verdictDeterministic, regulator-cited verdict on whether an applicant meets the PUBLISHED financial threshold for each modelled visa pathway in a destination (income / savings / age only).
Inferred read-onlyclaim_verifyVerify a STRUCTURED relocation-threshold claim against WhereNext's own verified, regulator-cited figure.
Inferred read-onlydescent_eligibilityConservative, PRIMARY-SOURCE-cited reverse-eligibility verdict on whether someone can claim citizenship BY DESCENT (bloodline) through a given ancestor, for Canada, Italy, Ireland or Poland.
Inferred read-onlytax_residencyConservative, authority-cited verdict on whether someone is a TAX RESIDENT of a country by days present (the 183-day question), for PT/ES/DE/TH/CY/AE/GB/US.
Inferred read-onlypet_importConservative, authority-cited timeline for bringing a dog or cat into the EU, UK, Australia, Japan, Canada or the UAE: the ordered official steps + how far ahead to start (the rabies-titer wait is 3 months for EU/UK, 180 days for AU/JP; the UAE has no post-titer wait but gates the titer on MOCCAE's low-risk-country list).
Potential side effectsgolden_visa_matchSource-cited matcher that ranks the ACTIVE residency-by-investment (golden-visa) programmes for an investment budget + optional goals (Schengen access / EU-citizenship pathway / family inclusion) + an optional max physical-presence tolerance.
Inferred read-onlycorridor_readinessComposes ONE from→to view of which WhereNext primary-sourced relocation checks are modelled for a corridor: citizenship-by-descent, tax-residency, pet-import, and visa-eligibility.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wherenext]
url = "https://getwherenext.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wherenext": {
"type": "http",
"url": "https://getwherenext.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wherenext
Remote MCP URL: https://getwherenext.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wherenext": {
"url": "https://getwherenext.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wherenext": {
"type": "http",
"url": "https://getwherenext.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wherenext",
"transport": "streamable-http",
"url": "https://getwherenext.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.