sports-context-mcp

sbanthia92/sports-context-mcp
★ 0 stars Python 🗄️ Database Updated today
Standalone MCP server exposing Premier League sports stats and press-conference RAG as MCP tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sports-context-mcp": {
      "command": "uvx",
      "args": [
        "sports-context-mcp"
      ]
    }
  }
}

Or install with pip: pip install sports-context-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives Claude (or any MCP client) two tools for answering Premier League football questions: | Tool | What it does | |---|---| | `query_historical_stats` | Runs a read-only SQL SELECT against a PostgreSQL database with 3+ seasons of PL stats | | `query_press_conferences` | Semantic search over BBC Sport and The Guardian press-conference summaries and injury updates stored in Pinecone |

Tools (12)

DATABASE_URLDRY_RUNPINECONE_API_KEYargsingest_match_dataingest_press_contentqueryquery_historical_statsquery_press_conferencesrecency_weightsqltop_k