# sportsbarwatch

Find sports bars showing live matches anywhere in the world. SportsBarWatch covers 2,200+ bars across 99 countries with daily-updated schedules for 30+ sports — football, ice hockey,  rugby, cricket,…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add haraldcb/sportsbarwatch

# Browse available tools
npx -y @smithery/cli@latest tool list haraldcb/sportsbarwatch

# Get full schema for a tool
npx -y @smithery/cli@latest tool get haraldcb/sportsbarwatch find_bars_showing_match

# Call a tool
npx -y @smithery/cli@latest tool call haraldcb/sportsbarwatch find_bars_showing_match '{}'
```

## Direct MCP Connection

Endpoint: `https://sportsbarwatch.run.tools`

## Tools (5)

- `find_bars_showing_match` — Find bars showing a specific match. Give team names, match description, or match ID, plus optional city to filter.
- `whats_on_tonight` — Get all matches being shown at bars tonight in a specific city.
- `bar_details` — Get full details about a specific bar including address, contact info, and upcoming matches.
- `search_matches` — Search for upcoming matches by team name, competition, or sport. Returns matches with bar counts.
- `team_schedule` — Get the upcoming schedule for a specific team, with bar counts and cities where each match is shown.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get haraldcb/sportsbarwatch <tool-name>
```
