Skip to content
Back to Wonders MCP

Card snapshot

www.machupicchu.org · 2026-06-14 00:12:47 UTC · 0b1a3bca5a0440cdd0c41ef0ac16c6462c8220e089b1d076a8223e8d0b7d62b4

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Wonders MCP",
  "description": "Heritage travel knowledge graph covering 500+ destinations worldwide. Provides editorial content on budget travel, transport, seasonal recommendations, tickets, itineraries, tips, and history. Powered by machupicchu.org, a curated heritage and adventure travel publication.",
  "version": "1.0.9",
  "url": "https://www.machupicchu.org/wp-json/wonders-mcp/v1/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://www.machupicchu.org/.well-known/mcp.json",
  "provider": {
    "organization": "machupicchu.org",
    "url": "https://www.machupicchu.org/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_destinations",
      "name": "Search Destinations",
      "description": "Full-text search across 500+ travel destinations, filterable by region, theme, budget tier, and travel intent. Returns title, summary, location coordinates, and link to full editorial coverage.",
      "tags": [
        "travel",
        "search",
        "destinations",
        "heritage",
        "tourism"
      ],
      "examples": [
        "Find UNESCO World Heritage sites in South America",
        "Budget destinations under $50/day in Southeast Asia",
        "Best photography locations in the Andes"
      ]
    },
    {
      "id": "get_destination",
      "name": "Get Destination Detail",
      "description": "Retrieve full editorial detail on a specific destination by slug or ID, including history, climate, transport, accommodations, tickets, seasonal advice, and curated tips.",
      "tags": [
        "travel",
        "destinations",
        "detail",
        "editorial"
      ],
      "examples": [
        "Get full guide for Machu Picchu",
        "Detailed information about Petra"
      ]
    },
    {
      "id": "list_destinations_by_region",
      "name": "List Destinations by Region",
      "description": "Enumerate destinations within a specified region (continent, country, sub-region), with optional filters for travel theme and difficulty.",
      "tags": [
        "travel",
        "regional",
        "browsing",
        "list"
      ],
      "examples": [
        "Destinations in South America",
        "All World Heritage sites in Italy"
      ]
    },
    {
      "id": "get_posts_by_intent",
      "name": "Get Editorial Posts by Travel Intent",
      "description": "Retrieve editorial articles tagged by travel intent (e.g., 'budget', 'photography', 'family', 'solo'), ranked by relevance and editorial freshness.",
      "tags": [
        "travel",
        "editorial",
        "intent",
        "articles"
      ],
      "examples": [
        "Budget travel articles",
        "Solo female travel guides",
        "Photography tips for heritage sites"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}