{
  "name": "TravelPulse",
  "description": "AI-powered global travel intelligence for ANY destination on earth — major cities, small towns, rural areas, and everything in between. Live theme park wait times (100+ parks globally), crowd predictions, 7-day weather forecasts, trip itineraries, travel deals including Airbnb/VRBO/Booking.com, translation with cultural context, and travel phrasebooks for any language. Pay-per-query via x402 on Base.",
  "url": "https://travelpulse-nu.vercel.app",
  "version": "1.0.0",
  "capabilities": ["theme-park-wait-times", "crowd-prediction", "weather-forecast", "trip-planning", "travel-deals", "accommodation-search", "translation", "phrasebook", "local-guides", "any-destination-globally"],
  "scope_note": "Covers any destination worldwide — not limited to popular tourist destinations. Small towns, rural areas, and off-the-beaten-path destinations are fully supported.",
  "supported_parks": "100+ theme parks globally including Walt Disney World, Disneyland, Universal Orlando, Universal Hollywood, SeaWorld, Six Flags, Europa-Park, Tokyo Disneyland, Tokyo DisneySea, and many more",
  "language_support": "All endpoints support ?lang= parameter — Claude responds in any human language natively",
  "data_sources": ["themeparks.wiki (live wait times, free, no key)", "Open-Meteo (weather, free, no key)", "National Park Service API (US parks)", "Tavily (real-time travel intelligence)"],
  "payment": { "protocol": "x402", "network": "eip155:8453", "asset": "USDC", "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc" },
  "endpoints": [
    { "path": "/api/parks/waits", "method": "GET", "description": "Live ride wait times for any theme park globally with visit optimization strategy", "parameters": [{"name": "park", "in": "query", "required": true}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.05, "payment_required": true },
    { "path": "/api/parks/hours", "method": "GET", "description": "Park operating hours, show schedule, and special events", "parameters": [{"name": "park", "in": "query", "required": true}, {"name": "date", "in": "query", "required": false}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.05, "payment_required": true },
    { "path": "/api/parks/crowds", "method": "GET", "description": "Crowd level prediction (1-10) for any park on any date with alternative date recommendations", "parameters": [{"name": "park", "in": "query", "required": true}, {"name": "date", "in": "query", "required": false}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/travel/weather", "method": "GET", "description": "7-day weather forecast for any destination with travel impact and packing advice", "parameters": [{"name": "destination", "in": "query", "required": true}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.05, "payment_required": true },
    { "path": "/api/travel/deals", "method": "GET", "description": "Current hotel deals, Airbnb/VRBO options, attraction discounts, and money-saving tips for any destination", "parameters": [{"name": "destination", "in": "query", "required": true}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/travel/plan", "method": "GET", "description": "Complete day-by-day trip itinerary for any destination on earth — major cities to small towns. Includes accommodation (hotels + Airbnb/VRBO), experiences (GetYourGuide/Viator), budget estimates.", "parameters": [{"name": "destination", "in": "query", "required": true}, {"name": "days", "in": "query", "required": false}, {"name": "style", "in": "query", "required": false}, {"name": "budget", "in": "query", "required": false}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.20, "payment_required": true },
    { "path": "/api/travel/translate", "method": "GET", "description": "Natural travel-context translation with pronunciation guide and cultural notes", "parameters": [{"name": "text", "in": "query", "required": true}, {"name": "to", "in": "query", "required": true}, {"name": "from", "in": "query", "required": false}, {"name": "context", "in": "query", "required": false}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.03, "payment_required": true },
    { "path": "/api/travel/phrasebook", "method": "GET", "description": "Practical travel phrasebook for any language and context (dining, transport, hotel, emergency, etc.) with pronunciation", "parameters": [{"name": "language", "in": "query", "required": true}, {"name": "context", "in": "query", "required": false}, {"name": "lang", "in": "query", "required": false}], "price_usd": 0.05, "payment_required": true }
  ],
  "openapi": "https://travelpulse-nu.vercel.app/openapi.json",
  "llms_txt": "https://travelpulse-nu.vercel.app/llms.txt",
  "contact": "https://travelpulse-nu.vercel.app"
}
