> ## Documentation Index
> Fetch the complete documentation index at: https://edgefinder.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EdgeFinder: AI-powered sports analysis for your agent

> EdgeFinder brings AI-powered NFL, NBA, and MLB betting recommendations, Polymarket odds, and portfolio tracking to your CLI and AI agents.

EdgeFinder gives you instant access to AI-driven sports analysis — betting picks, player stats, matchup breakdowns, Polymarket odds, and portfolio tracking — directly from your terminal or any MCP-compatible AI agent. Install the CLI in seconds and start asking questions in plain English.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Install EdgeFinder and get your first analysis in under two minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Log in with a magic link or set your API key directly.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/ask">
    Explore every command — ask, schedule, odds, standings, and portfolio.
  </Card>

  <Card title="MCP Server" icon="robot" href="/mcp/overview">
    Use EdgeFinder as an AI tool in Claude, Openclaw, or any MCP client.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Install the CLI">
    ```bash theme={null}
    npm install -g @edgefinder/cli
    ```
  </Step>

  <Step title="Log in">
    ```bash theme={null}
    edgefinder login
    ```

    Enter your email and click the magic link. If you don't have a subscription yet, EdgeFinder will open the pricing page for you.
  </Step>

  <Step title="Ask your first question">
    ```bash theme={null}
    edgefinder ask "Who should I bet on tonight?"
    ```
  </Step>
</Steps>

## What EdgeFinder can do

<CardGroup cols={2}>
  <Card title="AI Analysis" icon="brain" href="/cli/ask">
    Ask any sports question in plain English — betting picks, player breakdowns, injury impact, and matchup analysis for NFL, NBA, and MLB.
  </Card>

  <Card title="Polymarket Odds" icon="chart-line" href="/cli/odds">
    Pull live Polymarket betting odds for NFL and NBA games right from your terminal.
  </Card>

  <Card title="Portfolio Tracking" icon="wallet" href="/cli/portfolio">
    Track your Polymarket positions, view open bets, browse trade history, and get AI analysis on specific positions.
  </Card>

  <Card title="Schedules & Standings" icon="calendar" href="/cli/schedule">
    Get up-to-date game schedules, scores, and league standings for NFL and NBA.
  </Card>
</CardGroup>

## Use EdgeFinder in AI agents

EdgeFinder ships with a built-in MCP server. Add it to Claude Desktop, Openclaw, or any MCP-compatible agent to give your AI assistant real sports data and analysis tools.

<CardGroup cols={2}>
  <Card title="MCP Setup" icon="plug" href="/mcp/overview">
    Connect EdgeFinder to any MCP client in one config block.
  </Card>

  <Card title="OpenClaw Plugin" icon="puzzle-piece" href="/integrations/openclaw">
    Install the native OpenClaw plugin for seamless skill integration.
  </Card>
</CardGroup>
