otherseattlerestaurantsdogspet-friendlypatioindoor
Seattle Dog-Friendly Restaurants
About this data
Curated dataset of 30+ dog-friendly restaurants, bars, and breweries in Seattle. Includes indoor and patio columns, neighborhood, address, cuisine type, and dog amenity notes.
Schema
| Name | Type | Description |
|---|---|---|
| name | string | Restaurant name |
| neighborhood | string | Seattle neighborhood |
| address | string | Street address |
| cuisine | string | Cuisine type |
| indoor_allowed | boolean | Dogs allowed indoors |
| patio_allowed | boolean | Dogs allowed on patio |
| amenity_notes | string | Water bowls, treats, staff notes, etc. |
| 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 Restauran" })
// Found: 4f7f774f-e3fe-49c5-b943-a8bfa9c2dd16
get_download_url({ dataset_id: "4f7f774f-e3fe-49c5-b943-a8bfa9c2dd16" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/4f7f774f-e3fe-49c5-b943-a8bfa9c2dd16/download-url