← machupicchu.org

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).

machupicchu.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc

No auth detected

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

machupicchu.org

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