Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wonders MCP

org.machupicchu/wonders-mcp

Read-only MCP for heritage travel: search 500+ UNESCO destinations by region and intent.

Uptime
100.0%
2 direct probes · 30d
Response
3686ms
last probe
Tools
4
callable
Resources
3
readable
Prompts
0
available

Tools · 4

search_destinations

Search the destination taxonomy by keyword, matching against destination names, slugs and descriptions (this is taxonomy search, not article full-text search). Returns up to `limit` matches as objects…

get_destination

Retrieve full metadata for a single destination by its `slug`. Returns an object with the geographic `hierarchy` (ancestor regions), a click-through `url`, `cite_as` (the canonical source link), total…

list_destinations_by_region

Enumerate all destinations nested under a macro-region. `region` must be a valid region slug (e.g. "south-america", "mediterranean-europe", "world-heritage"); browse the wonders://taxonomy resource to…

get_posts_by_intent

Fetch editorial articles for a destination, filtered by a single travel intent. `destination_slug` must be a valid destination slug (obtain it from search_destinations or get_destination). `intent` mu…

Resources · 3

Destinations

Canonical destinations list

wonders://destinations
Taxonomy

Full category hierarchy

wonders://taxonomy
Intents

Editorial intent enumeration

wonders://intents

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wonders_mcp": {
      "url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc",
      "transport": "streamable-http"
    }
  }
}