sipap-data-mcp

odirasamuel/sipap-data-mcp
★ 0 stars Python Database Updated today
Consolidated data access MCP (Model Context Protocol) server that provides **read-only access** to sports data
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sipap-data-mcp": {
      "command": "uvx",
      "args": [
        "sipap-data-mcp"
      ]
    }
  }
}

Or install with pip: pip install sipap-data-mcp

README Excerpt

Consolidated data access MCP (Model Context Protocol) server providing read-only access to sports data stored in Aurora PostgreSQL. **sipap-data-mcp** consolidates 3 separate MCPs into a single unified server: - Sports data (matches, teams, leagues) - Odds intelligence (betting odds from 37+ bookmakers)
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →