Skip to content
Back to Wonders MCP

Card snapshot

www.machupicchu.org · 2026-06-23 07:41:29 UTC · 77bdf2cc30d6f11d2000d6c7f1b1083ce25f432a7e60061f5c4f722ed69ea690

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.1.0",
  "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": "Keyword search across the destination taxonomy (names, slugs, descriptions). Returns matching destinations with slug, name, article count and canonical link. The entry point for resolving a place name or theme into a slug to use with the other skills.",
      "tags": [
        "travel",
        "search",
        "destinations",
        "heritage",
        "tourism"
      ],
      "examples": [
        "Search for Machu Picchu",
        "Find destinations matching \"Andes\"",
        "Search \"heritage\" for related destinations"
      ]
    },
    {
      "id": "get_destination",
      "name": "Get Destination Detail",
      "description": "Retrieve full metadata for one destination by slug: geographic hierarchy, canonical URL, total article count, last-updated date, and a breakdown of how many articles exist per travel intent.",
      "tags": [
        "travel",
        "destinations",
        "detail",
        "editorial"
      ],
      "examples": [
        "Get details for machu-picchu",
        "Show the hierarchy and intent coverage for petra"
      ]
    },
    {
      "id": "list_destinations_by_region",
      "name": "List Destinations by Region",
      "description": "Enumerate destinations under a macro-region slug (continent, country, sub-region, or thematic group such as world-heritage). Returns each destination with slug, name, parent, article count and canonical link.",
      "tags": [
        "travel",
        "regional",
        "browsing",
        "list"
      ],
      "examples": [
        "List destinations in south-america",
        "List destinations under world-heritage"
      ]
    },
    {
      "id": "get_posts_by_intent",
      "name": "Get Editorial Posts by Travel Intent",
      "description": "Retrieve editorial articles for a destination filtered by one travel intent. Valid intents: budget, transport, seasonal, tickets, itinerary, tips, history, food, accommodation, photography, safety. Returns title, excerpt, word count, last-modified date, a click-through link and cite_as (canonical source link). Attribute facts to each article and link to its cite_as URL.",
      "tags": [
        "travel",
        "editorial",
        "intent",
        "articles"
      ],
      "examples": [
        "Budget articles for a destination",
        "Ticket-booking and skip-the-line guides",
        "Seasonal (best-time-to-visit) articles",
        "Photography articles for a heritage site"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}