Wonders MCP
org.machupicchu/wonders-mcpRead-only MCP for heritage travel: search 500+ UNESCO destinations by region and intent.
Tools · 4
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…
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…
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…
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
Canonical destinations list
wonders://destinations
Full category hierarchy
wonders://taxonomy
Editorial intent enumeration
wonders://intents
Similar MCP servers embedding-nearest
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"
}
}
}