Content Tools
machupicchu.org
Provides access to travel destination data and editorial articles.
ENDPOINT 1
https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc
MCP server metadata
- Name
- wonders-mcp
- Version
- 1.1.2
Heritage travel knowledge graph. Use search_destinations to find places, get_destination for full metadata, list_destinations_by_region to browse, get_posts_by_intent for editorial content by topic (budget, transport, tickets, itinerary, etc).
Known tools 4
search_destinationsSearch the destination taxonomy by keyword, matching against destination names, slugs and descriptions (this is taxonomy search, not article full-text search).
Inferred read-onlylist_destinations_by_regionEnumerate all destinations nested under a macro-region.
Inferred read-onlyget_posts_by_intentFetch editorial articles for a destination, filtered by a single travel intent.
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.wonders-mcp]
url = "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wonders-mcp": {
"type": "http",
"url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wonders-mcp
Remote MCP URL: https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc
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": {
"wonders-mcp": {
"url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wonders-mcp": {
"type": "http",
"url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wonders-mcp",
"transport": "streamable-http",
"url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for machupicchu.org was fetched 2026-08-04T01:33:46.339Z and is being refreshed.
machupicchu.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.