← getwherenext.com

INDIVIDUAL MCP TOOL

request_provider_handoff

Submit a consented vetted-provider-intro request on behalf of the end user.

getwherenext.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://getwherenext.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_provider_handoff and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getwherenext.com

CONNECT 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.

Related tools

  • shortlist — Rank countries server-side from caller-supplied dimensional weights.
  • compare — Side-by-side scoring for 2-4 countries with per-dimension winners.
  • relocation_readiness — Compute a 0–100 readiness score, severity-tagged blockers, and the top next step from a RelocationCaseData payload.
  • first_year_cost — Move-in cash + recurring monthly + one-time costs for a destination + household.
  • advisor_packet — Returns the disclosure copy, required fields, curated questions, document checklist, and (when a case is provided) the readiness signal — one packet per provider category.
  • source_lookup — Find canonical WhereNext sources (datasets + visa registry) matching a free-text query.
  • nl_query — Free-form relocation question.
  • plan_relocation — Pattern-4 unified workflow.