INDIVIDUAL MCP TOOL
search_destinations
Search the destination taxonomy by keyword, matching against destination names, slugs and descriptions (this is taxonomy search, not article full-text search).
LIVE ENDPOINT
https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc
Connect to this endpoint to inspect the live schema for search_destinations 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
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.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.
Related tools
get_destination— Retrieve full metadata for a single destination by its `slug`.list_destinations_by_region— Enumerate all destinations nested under a macro-region.get_posts_by_intent— Fetch editorial articles for a destination, filtered by a single travel intent.