> ## 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 CLI and MCP server

> EdgeFinder is an AI sports analysis tool that delivers betting picks, live odds, schedules, and Polymarket portfolio tracking from your terminal or AI agent.

EdgeFinder is a command-line tool and MCP server that brings AI-powered sports analysis directly to your terminal. It covers NFL, NBA, and MLB — giving you betting recommendations, player stats, matchup breakdowns, Polymarket odds, and portfolio tracking — all through plain-English questions or scriptable commands. You can also plug EdgeFinder into any MCP-compatible AI agent, including Claude Desktop and Openclaw, to give your assistant live sports data as a first-class tool.

## What EdgeFinder does

<CardGroup cols={2}>
  <Card title="AI analysis" icon="brain" href="/cli/ask">
    Ask any sports question in plain English. EdgeFinder returns 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 directly 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, NBA, and MLB.
  </Card>

  <Card title="MCP server" icon="robot" href="/mcp/overview">
    Run EdgeFinder as an MCP server and connect it to Claude Desktop, Openclaw, or any MCP-compatible AI client.
  </Card>

  <Card title="Openclaw plugin" icon="puzzle-piece" href="/integrations/openclaw">
    Install the native Openclaw plugin for seamless skill integration without manual MCP config.
  </Card>
</CardGroup>

## Subscription plans

EdgeFinder requires a paid subscription. All plans include full CLI and MCP server access.

| Plan     | Price    | Best for                                                |
| -------- | -------- | ------------------------------------------------------- |
| Starter  | \$20/mo  | Casual bettors getting started with AI analysis         |
| Pro      | \$50/mo  | Regular users who want deeper analysis and higher usage |
| Ultimate | \$150/mo | Power users and those who need maximum access           |

You can subscribe at [chat.edgefinder.io/subscription](https://chat.edgefinder.io/subscription). If you run `edgefinder login` without a subscription, EdgeFinder will open the pricing page in your browser automatically.

## Requirements

* Node.js 18 or later
* An active EdgeFinder subscription (Starter, Pro, or Ultimate)

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install EdgeFinder, log in, and run your first analysis in under two minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to log in with a magic link or set your API key manually.
  </Card>

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

  <Card title="MCP server" icon="plug" href="/mcp/overview">
    Connect EdgeFinder to Claude Desktop, Openclaw, or any MCP client.
  </Card>
</CardGroup>
