Integrations

Create API Key
Generate a key to use EdgeFinder from the CLI, MCP server, or any API client.
Quick Setup
Connect EdgeFinder to your AI agent, terminal, or Fandemic.

Fandemic

Create a dedicated key such as Fandemic, then paste it into Fandemic's EdgeFinder integration prompt. Fandemic should exchange it once with EdgeFinder and avoid storing or sending the raw key on every chat request.

Claude Code / MCP

{
  "mcpServers": {
    "edgefinder": {
      "command": "npx",
      "args": ["-y", "@edgefinder/cli", "mcp"],
      "env": {
        "EDGEFINDER_API_KEY": "your-api-key-here"
      }
    }
  }
}

CLI

Install & start

# Install & start
npm install -g @edgefinder/cli
edgefinder

Then just start asking questions

> Who should I bet on tonight?
> Lakers vs Celtics prediction
> /odds nba
> /schedule nfl
> /standings nba
Usage Limits
CLI and MCP requests are rate limited per hour. Fandemic uses your normal EdgeFinder account query limits.

Hourly requests

Resets every hour

Loading...

Your Keys
No keys yet. Create one above to get started.

Loading...