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 or terminal.

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.

Hourly requests

Resets every hour

Loading...

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

Loading...