← wanderingwell.site

INDIVIDUAL MCP TOOL

get_destination

Get full details for a single destination by its slug.

wanderingwell.sitenone authenticationAvailability not checked

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 endpoint

wanderingwell.site

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.wandering-well]
url = "https://wanderingwell.site/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wandering-well": {
      "type": "http",
      "url": "https://wanderingwell.site/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wandering-well
Remote MCP URL: https://wanderingwell.site/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": {
    "wandering-well": {
      "url": "https://wanderingwell.site/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wandering-well": {
      "type": "http",
      "url": "https://wanderingwell.site/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wandering-well",
  "transport": "streamable-http",
  "url": "https://wanderingwell.site/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_clusters — List the 18 experience-type clusters (themes) on Wandering Well.
  • list_countries — List the countries and territories represented on Wandering Well (~230).
  • get_cluster — Get a cluster's metadata + the top 60 destinations in that cluster, sorted by image aesthetic.
  • get_country — Get a country's metadata + the top 60 destinations in that country, sorted by image aesthetic.
  • search_destinations — Filter Wandering Well destinations by some combination of country, cluster, and radius from a named place.
  • get_travel_logistics — Get pre-computed travel logistics for a destination: the top 3 nearest commercial airports (worldwide) and, where rail infrastructure exists within a 2-hour drive, the top 3 nearest train stations.