{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1",
  "serverInfo": {
    "name": "Plan Harmony Experiences",
    "version": "1.0.0",
    "description": "Travel experience data (tours, activities, attractions) from Plan Harmony's catalog. Supports destination lookup near geographic points, keyword and location-based experience search, and full experience details including itinerary and images.",
    "vendor": {
      "name": "Plan Harmony",
      "url": "https://www.planharmony.com"
    }
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.planharmony.com/mcp/"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "destinations_search",
      "description": "Find travel destinations near a geographic point. Returns destination name, type (COUNTRY, REGION, CITY), timezone, currency, and coordinates."
    },
    {
      "name": "experiences_search",
      "description": "Search for travel experiences (tours, activities, attractions) by keyword, location, or both. Returns compact summaries with product codes for drill-down."
    },
    {
      "name": "experiences_details",
      "description": "Get full details for a single experience by product_code, including title, full description, itinerary, all images, and destination info."
    }
  ]
}
