otherseattlebarsbreweriesdogspet-friendlybeerpatio
Seattle Dog-Friendly Bars & Breweries
About this data
A verified dataset of Seattle bars, taprooms, biergartens, and breweries that welcome dogs outdoors. Includes neighborhood, address, venue type, dog indoor/patio flags, source attribution, and notes.
Schema
| Name | Type | Description |
|---|---|---|
| name | string | Venue name |
| neighborhood | string | Seattle neighborhood |
| address | string | Street address |
| venue_type | string | bar | taproom | biergarten | brewery |
| indoor_allowed | boolean | Dogs allowed indoors |
| patio_allowed | boolean | Dogs allowed on patio |
| notes | string | Operator-provided notes |
| source | string | Source of verification |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Seattle Dog-Friendly Bars & Br" })
// Found: b082d416-7745-46f2-9947-6d8e1cd894e7
get_download_url({ dataset_id: "b082d416-7745-46f2-9947-6d8e1cd894e7" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/b082d416-7745-46f2-9947-6d8e1cd894e7/download-url