Limited time offer: 6 months freeClaim
EdgeFinder Logo
EdgeFinder
Back to Integrations

EdgeFinder for Claude

Give Claude access to live NFL, NBA, and MLB data, Polymarket odds, and player-level research through the EdgeFinder MCP server. Ask Claude any betting question and it can pull real data to answer.

Summary

EdgeFinder ships an MCP server so Claude Desktop and Claude Code can query NFL, NBA, MLB, and Polymarket data directly.

Instead of asking Claude to speculate, Claude can pull play-by-play, injuries, usage splits, and live odds through EdgeFinder, then answer with sourced context.

Use cases

  • - Player prop research with snap share, routes, targets, and red-zone usage.
  • - Injury impact checks using on/off samples and replacement patterns.
  • - Polymarket odds tracking and sportsbook cross-comparison.
  • - Parlay construction with per-leg probability reasoning.

Setup

  1. Step 1

    Install the EdgeFinder CLI

    The CLI ships the MCP server. Install it globally so Claude Desktop can spawn it.

    npm i -g @edgefinder/cli
  2. Step 2

    Authenticate

    Run login to get a session. Alternatively, set EDGEFINDER_API_KEY from your integrations page.

    edgefinder login
  3. Step 3

    Add the MCP server to Claude Desktop

    Edit claude_desktop_config.json and add EdgeFinder as an MCP server. Restart Claude Desktop to pick up the new server.

    {
      "mcpServers": {
        "edgefinder": {
          "command": "edgefinder",
          "args": ["mcp"]
        }
      }
    }
  4. Step 4

    Verify Claude can see the tools

    In a new Claude chat, ask Claude what tools it has available. The EdgeFinder tools should appear.

Example queries

  • - Research Saquon Barkley rushing yards tonight against a top-5 run defense.
  • - How does LaMelo Ball's usage change when Brandon Miller is out?
  • - Build me a three-leg NBA parlay for tonight with Polymarket context.
  • - Compare Polymarket and sportsbook prices on the Giants spread right now.

FAQ

Do I need a paid EdgeFinder plan to use Claude MCP?

Yes. The MCP server requires an EdgeFinder subscription because the underlying data queries run against the paid API.

Does this work with Claude Code?

Yes. The EdgeFinder MCP server works with any MCP-compatible client including Claude Desktop and Claude Code.