{
  "schema_version": "2025-05-01",
  "name": "TripWise",
  "url": "https://trytripwise.com",
  "description": "Travel preparation platform: passports, visas, entry requirements, and personalized pre-departure checklists. Not a booking engine.",
  "publisher": {
    "name": "TripWise",
    "email": "hello@trytripwise.com",
    "url": "https://trytripwise.com"
  },
  "capabilities": [
    {
      "id": "lookup_entry_requirements",
      "summary": "Look up visa, eTA, and entry-form requirements for a (passport_country, destination_country) pair.",
      "endpoint": "https://trytripwise.com/api/requirements/{passport}/{destination}",
      "method": "GET"
    },
    {
      "id": "get_destination",
      "summary": "Retrieve destination intelligence: currency, plug type, language, emergency numbers, cultural notes.",
      "endpoint": "https://trytripwise.com/api/destinations/{country}",
      "method": "GET"
    },
    {
      "id": "list_destinations",
      "summary": "List all destinations supported by TripWise.",
      "endpoint": "https://trytripwise.com/api/destinations",
      "method": "GET"
    }
  ],
  "discovery": {
    "openapi": "https://trytripwise.com/openapi.json",
    "mcp": "https://trytripwise.com/mcp.json",
    "llms_txt": "https://trytripwise.com/llms.txt",
    "llms_full_txt": "https://trytripwise.com/llms-full.txt",
    "human_landing": "https://trytripwise.com/for-ai-agents"
  },
  "policies": {
    "terms": "https://trytripwise.com/",
    "privacy": "https://trytripwise.com/privacy-policy",
    "ai_usage": "Allowed for citation, summarization, and answer-engine indexing. See /robots.txt for crawler-specific allowlist."
  },
  "contact": "hello@trytripwise.com"
}
