Sponsored by Deepsite.site

SportsBarWatch

Created By
Harald3 months ago
Find sports bars showing live matches worldwide — World Cup 2026, Premier League, Champions League, and 30+ sports across 2,000+ bars in 99 countries. An MCP (Model Context Protocol) server that lets AI assistants answer questions like: "Where can I watch Arsenal vs Chelsea in London?" "What's on at sports bars in Stockholm tonight?" "Find bars showing the World Cup in Tokyo"
Overview

@sportsbarwatch/mcp-server
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

SportsBarWatch MCP Server

Find sports bars showing live matches worldwide — World Cup 2026, Premier League, Champions League, and 30+ sports across 2,000+ bars in 99 countries.

An MCP (Model Context Protocol) server that lets AI assistants answer questions like:

  • "Where can I watch Arsenal vs Chelsea in London?"
  • "What's on at sports bars in Stockholm tonight?"
  • "Find bars showing the World Cup in Tokyo"

Tools

ToolDescription
find_bars_showing_matchFind bars showing a specific match by team name or match ID
whats_on_tonightGet all matches showing at bars tonight in a city
bar_detailsGet full details about a bar including upcoming matches
search_matchesSearch matches by team, competition, or sport
team_scheduleGet upcoming schedule for a team with bar counts

Quick Start

With Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "sportsbarwatch": {
      "command": "npx",
      "args": ["-y", "@sportsbarwatch/mcp-server"],
      "env": {
        "SBW_DB_PATH": "/path/to/vargarmatchen.db"
      }
    }
  }
}

With Claude Code

claude mcp add sportsbarwatch -- npx -y @sportsbarwatch/mcp-server

Environment Variables

VariableDescriptionDefault
SBW_DB_PATHPath to SQLite database../data/vargarmatchen.db
SBW_TELEMETRYSet to off to disable demand loggingon

Anonymous Demand Logging

By default, the server logs anonymous demand signals (team + city + result count) to a local SQLite file (mcp-demand.db) next to the main database. This helps us understand which cities and teams have unmet demand so we can expand bar coverage.

What is logged: tool name, team/query (truncated to 80 chars, sanitized), city (bucketed to "[small city]" when fewer than 5 bars), sport, result count, date. One entry per unique combination per day. Data retained for 365 days.

What is NOT logged: no IP, no user identity, no device ID, no session tracking. Query inputs are truncated and sanitized — not raw conversation content.

Opt out: Set SBW_TELEMETRY=off in your environment.

Data

The server reads from a SQLite database (read-only, no writes) containing:

  • 2,000+ bars across 99 countries and 680+ cities
  • Daily-updated match schedules from 188 automated scrapers
  • 30+ sports: football, ice hockey, basketball, tennis, rugby, motorsport, and more
  • World Cup 2026: all 48 teams, group stage schedule, host city venues

Data is scraped daily from bar websites via GitHub Actions. Major chains include O'Learys, Walkabout, Social Pub & Kitchen, Belushi's, and hundreds of independent sports bars.

Example Queries

Ask your AI assistant:

  • "Where can I watch the Champions League final in Berlin?"
  • "What sports bars in Melbourne are showing AFL tonight?"
  • "Find a bar showing England vs Croatia in the World Cup in London"
  • "What's the schedule for Real Madrid this week?"
  • "Tell me about O'Learys TOLV in Stockholm"

License

MIT

Server Config

{
  "mcpServers": {
    "sportsbarwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@sportsbarwatch/mcp-server"
      ],
      "env": {
        "SBW_DB_PATH": "/path/to/vargarmatchen.db"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Tavily Mcp
CursorThe AI Code Editor