EdgeFinder’s MCP server exposes seven analysis tools that Claude Desktop can call directly during a conversation. Once connected, you can ask Claude for betting picks, check your Polymarket positions, or pull live odds without switching to another app or terminal.Documentation Index
Fetch the complete documentation index at: https://edgefinder.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Claude Desktop installed
- Node.js 18 or later
- An active EdgeFinder subscription (Starter, Pro, or Ultimate)
Setup
Get your API key
Log in to chat.edgefinder.io/settings/integrations and copy your API key. It starts with
ef_live_.Add the EdgeFinder MCP config
Paste the following block into your MCP server configuration, replacing the placeholder with your actual API key:If you already have other MCP servers configured, add the
"edgefinder" entry inside your existing "mcpServers" object.Available tools
Once connected, Claude has access to these EdgeFinder tools:| Tool | Description |
|---|---|
ask | AI-powered analysis — betting picks, player stats, and matchup breakdowns for NFL, NBA, and MLB |
get_schedule | Game schedules and scores |
get_standings | League standings |
get_odds | Live Polymarket betting odds |
get_portfolio | Polymarket portfolio data — summary, open positions, and trade history |
analyze_position | AI analysis of a specific portfolio position with hold/exit advice |
get_status | Your EdgeFinder account and subscription status |
Example prompts
Start a conversation in Claude Desktop and try these:The MCP server launches on demand via
npx — you don’t need to install @edgefinder/cli globally. Node.js 18+ must be available on your system PATH for npx to work correctly.