> ## 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 Subscription Plans: Starter, Pro, and Ultimate

> Compare EdgeFinder's three subscription tiers, understand what's included with each plan, and learn how to subscribe or upgrade your account.

EdgeFinder's CLI and MCP server require an active paid subscription — every plan gives you the full set of commands and analysis tools, with the key difference being how many queries you can run each month. Choose the tier that matches how often you analyze games, check odds, and review your portfolio.

## Available plans

<CardGroup cols={3}>
  <Card title="Starter" icon="seedling">
    **\$20 / month**

    Full access to all CLI commands and MCP tools. Best for casual use and getting started with AI sports analysis.
  </Card>

  <Card title="Pro" icon="bolt">
    **\$50 / month**

    Higher monthly query limit for regular use across NFL, NBA, and MLB seasons.
  </Card>

  <Card title="Ultimate" icon="crown">
    **\$150 / month**

    The highest query limit available. Built for heavy daily use, portfolio-focused traders, and MCP agent workflows.
  </Card>
</CardGroup>

## What's included with every plan

All three plans give you access to every EdgeFinder feature — there are no commands or tools locked to higher tiers. What varies between plans is the number of queries you can make per month.

<CardGroup cols={2}>
  <Card title="CLI commands" icon="terminal">
    `ask`, `schedule`, `odds`, `standings`, `portfolio`, and `status` — the full command set for NFL, NBA, and MLB.
  </Card>

  <Card title="MCP tools" icon="plug">
    `ask`, `get_schedule`, `get_standings`, `get_odds`, `get_portfolio`, `analyze_position`, and `get_status` — usable from Claude Desktop and any MCP-compatible client.
  </Card>
</CardGroup>

<Note>
  Portfolio tracking commands (`edgefinder portfolio` and the `get_portfolio` / `analyze_position` MCP tools) require a Polymarket wallet connected to your EdgeFinder account. Configure your wallet at [chat.edgefinder.io](https://chat.edgefinder.io).
</Note>

## How to subscribe

The easiest way to subscribe is through the login flow. When you run `edgefinder login` and authenticate with your email, EdgeFinder checks for an active subscription. If none is found, the CLI offers to open the subscription page in your browser:

```bash theme={null}
edgefinder login
```

You can also go directly to the subscription page at any time:

[chat.edgefinder.io/subscription](https://chat.edgefinder.io/subscription)

After completing checkout, your plan activates automatically. Run `edgefinder status` to confirm:

```bash theme={null}
edgefinder status
```

## How to upgrade

Visit [chat.edgefinder.io/subscription](https://chat.edgefinder.io/subscription) and select a higher tier. Your new query limit takes effect immediately after checkout completes.

If you hit your monthly query limit mid-month, you see a `403` error. Upgrading before the monthly reset gives you access again right away rather than waiting for the cycle to renew.

## Checking your current plan and usage

```bash theme={null}
edgefinder status
```

This shows your account email, active plan name, and current query usage for the billing period.

## Open-source CLI, subscription API

The EdgeFinder CLI is open-source software released under the [MIT license](https://github.com/andrewnexys/edgefinder-cli/blob/main/LICENSE). The subscription covers access to the EdgeFinder API that powers the analysis — you pay for the data and AI, not the CLI itself.
