{
  "name": "BrewLoop",
  "description": "Craft brewery discovery agent covering nearly 6,000 breweries across all 50 US states. Provides real-time open/closed status, curated road trip loops, event-based brewery routes, proximity data, and trip planning for Texas breweries.",
  "url": "https://texasbrewloop.com",
  "provider": {
    "organization": "BrewLoop",
    "url": "https://texasbrewloop.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "find-breweries",
      "name": "Find Breweries",
      "description": "Search and filter breweries by location, region, city, state, amenities (dog-friendly, kid-friendly, food, RV parking, outdoor seating), and name. Returns real-time is_open_now status for Texas breweries.",
      "tags": [
        "search",
        "breweries",
        "location",
        "amenities"
      ],
      "examples": [
        "Find dog-friendly breweries in Austin, Texas",
        "Which breweries in Dallas have outdoor seating?",
        "List all breweries in the Hill Country region",
        "Are there kid-friendly breweries near San Antonio?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "plan-trip",
      "name": "Plan Brewery Trip",
      "description": "Find breweries near a location for trip planning. Supports nearby search by coordinates, weekend trip suggestions, and custom itinerary building with driving distances and times.",
      "tags": [
        "trip-planning",
        "nearby",
        "itinerary",
        "road-trip"
      ],
      "examples": [
        "Plan a brewery day trip from downtown Austin",
        "Find breweries near AT&T Stadium for a game day visit",
        "Weekend brewery road trip in Hill Country"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "recommend-loop",
      "name": "Recommend Brewery Loop",
      "description": "Get personalized brewery loop recommendations based on constraints like duration, group type, pet-friendliness, and region. Each loop includes decision surfaces (useThisWhen, notFor, tradeoffs) for context-aware selection.",
      "tags": [
        "recommendations",
        "loops",
        "road-trip",
        "decision-support"
      ],
      "examples": [
        "Recommend a 1-day brewery loop for dog owners near DFW",
        "Best brewery loop for a group outing in Houston",
        "Find a family-friendly brewery loop in Central Texas"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "check-status",
      "name": "Check Brewery Status",
      "description": "Check if a specific brewery is currently open. Returns real-time is_open_now boolean computed from posted hours and Central Time zone.",
      "tags": [
        "status",
        "hours",
        "real-time"
      ],
      "examples": [
        "Is Jester King Brewery open right now?",
        "What time does Peticolas Brewing close today?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "find-nearby-places",
      "name": "Find Nearby Places",
      "description": "Find places near any Texas brewery across 9 categories: EV charging stations, restaurants, hotels, campgrounds, RV parks, airports, dog parks, parks & hiking, and BBQ joints.",
      "tags": [
        "nearby",
        "ev-charging",
        "restaurants",
        "hotels",
        "proximity"
      ],
      "examples": [
        "Find EV charging stations near Jester King Brewery",
        "What restaurants are near Community Beer Company?",
        "RV parks near breweries in Fredericksburg"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "event-breweries",
      "name": "Find Event Breweries",
      "description": "Find breweries near major Texas events including SXSW, FIFA World Cup 2026, Texas State Fair, ACL Festival, F1 US Grand Prix, and Houston Rodeo. Returns curated event loops with driving times.",
      "tags": [
        "events",
        "sxsw",
        "world-cup",
        "festivals"
      ],
      "examples": [
        "What breweries are near SXSW 2026?",
        "Brewery loop for the FIFA World Cup in Arlington",
        "Find breweries near the Texas State Fair"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "browse-events",
      "name": "Browse Brewery Events",
      "description": "Browse upcoming brewery taproom events: live music, trivia nights, beer releases, food truck rallies, and seasonal celebrations. Filterable by date, type, and region.",
      "tags": [
        "events",
        "live-music",
        "trivia",
        "beer-releases"
      ],
      "examples": [
        "What brewery events are happening this weekend in Austin?",
        "Upcoming beer releases in DFW"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "attraction-breweries",
      "name": "Find Breweries Near Attractions",
      "description": "Find craft breweries near 48 Texas attractions across DFW, Houston, Austin, and San Antonio — stadiums, theme parks, museums, parks, landmarks, and cultural districts. Each guide shows breweries within 8-12 miles with distance, drive time, and amenities.",
      "tags": [
        "attractions",
        "nearby",
        "tourism",
        "landmarks"
      ],
      "examples": [
        "What breweries are near Space Center Houston?",
        "Find craft beer near the Alamo in San Antonio",
        "Breweries near Barton Springs Pool in Austin",
        "Brewery stops near NRG Stadium for a Texans game"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "best-in-texas",
      "name": "Best Breweries in Texas",
      "description": "Statewide ranking of the best craft breweries across all Texas brewing regions. Features amenity comparison table, region breakdown, city-level guides, FAQ, and links to 17 city-specific rankings.",
      "tags": [
        "rankings",
        "statewide",
        "best-of",
        "texas"
      ],
      "examples": [
        "What are the best breweries in Texas?",
        "Top craft breweries in the Lone Star State",
        "Best Texas brewery for a road trip"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "best-in-city",
      "name": "Best Breweries in City",
      "description": "Curated, ranked lists of top breweries in 17 Texas cities with comparison tables, amenity breakdowns, and FAQ. Cities include Dallas, Fort Worth, Houston, Austin, San Antonio, Denton, Fredericksburg, El Paso, Waco, Round Rock, The Woodlands, Lubbock, Dripping Springs, San Marcos, Plano, and Arlington.",
      "tags": [
        "rankings",
        "city",
        "best-of",
        "curated"
      ],
      "examples": [
        "What are the best breweries in Houston?",
        "Top breweries in Fredericksburg, Texas",
        "Best craft beer in Denton TX"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "brewery-bbq-pairings",
      "name": "Find Brewery & BBQ Pairings",
      "description": "Discover Texas breweries within a short walk or drive of BBQ joints in DFW and Austin. Ranked by distance with walkability, drive times, and price ranges. Includes BBQ crawl hubs near multiple breweries.",
      "tags": [
        "bbq",
        "pairings",
        "food",
        "walkable",
        "dfw",
        "austin"
      ],
      "examples": [
        "Best brewery and BBQ pairings in Dallas-Fort Worth",
        "Walkable brewery and BBQ spots in Austin",
        "Which BBQ joints are near the most breweries in DFW?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "brewery-ev-charging",
      "name": "Find Breweries with EV Charging",
      "description": "Find Texas breweries with EV charging stations nearby in DFW and Austin. Shows charger network, distance, and drive time so you can charge while you drink.",
      "tags": [
        "ev-charging",
        "tesla",
        "electric-vehicle",
        "dfw",
        "austin"
      ],
      "examples": [
        "Breweries with EV charging nearby in Austin",
        "Where can I charge my Tesla near DFW breweries?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "brewery-hotel-pairings",
      "name": "Find Breweries Near Hotels",
      "description": "Discover breweries within walking distance of hotels in DFW and Austin. Perfect for planning a craft beer weekend without worrying about driving.",
      "tags": [
        "hotels",
        "lodging",
        "walkable",
        "weekend-trip",
        "dfw",
        "austin"
      ],
      "examples": [
        "Breweries near hotels in Dallas-Fort Worth",
        "Walkable brewery and hotel pairings in Austin",
        "Plan a brewery weekend in DFW — where should I stay?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "documentationUrl": "https://texasbrewloop.com/for-agents",
  "apiDescriptionUrl": "https://texasbrewloop.com/api/v1/openapi.json",
  "a2aEndpoint": "https://texasbrewloop.com/api/a2a",
  "additionalResources": {
    "a2a_endpoint": "https://texasbrewloop.com/api/a2a",
    "llms_txt": "https://texasbrewloop.com/llms.txt",
    "llms_full_txt": "https://texasbrewloop.com/llms-full.txt",
    "agents_md": "https://texasbrewloop.com/agents.md",
    "ai_json": "https://texasbrewloop.com/.well-known/ai.json",
    "mcp_server": "https://texasbrewloop.com/api/mcp",
    "mcp_sse": "https://texasbrewloop.com/api/mcp/sse",
    "api_root": "https://texasbrewloop.com/api/v1"
  }
}