EdgeFinder ships with a built-in MCP (Model Context Protocol) server that exposes its full sports analysis capability as a set of callable tools. Instead of running CLI commands yourself, you configure any MCP-compatible client — Claude Desktop, Openclaw, or a custom agent — to spin up the EdgeFinder server on demand and call tools likeDocumentation Index
Fetch the complete documentation index at: https://edgefinder.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ask, get_odds, or analyze_position directly in conversation.
What is MCP?
MCP is an open standard that lets AI assistants communicate with external tools over a structured protocol. When you add EdgeFinder to your MCP client config, the client automatically starts the EdgeFinder process, discovers its tools, and can invoke them mid-conversation without you writing any code.Prerequisites
- Node.js 18 or later
- An EdgeFinder API key — get one at chat.edgefinder.io/settings/integrations
- An MCP-compatible AI client (Claude Desktop, Openclaw, or similar)
Set up the MCP server
Get your API key
Sign in at chat.edgefinder.io/settings/integrations and copy your API key. It starts with
ef_live_.Add EdgeFinder to your MCP client config
Open your MCP client’s configuration file and add the
edgefinder block under mcpServers. Use npx so you always run the latest version without a global install.- Claude Desktop
- Openclaw
- Other MCP clients
Open
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:claude_desktop_config.json
Restart your MCP client
Save the config file and restart your AI client completely. Most clients do not hot-reload MCP configuration.
After restarting, you should see EdgeFinder listed in your client’s tool panel or available tool set. If it does not appear, check the troubleshooting section below.
Authentication
EdgeFinder authenticates using an API key passed as an environment variable in your MCP config. SetEDGEFINDER_API_KEY in the env block — never hard-code it elsewhere.
Available tools
The MCP server exposes seven tools your AI agent can call. See the MCP tool reference for full parameter documentation.| Tool | Description |
|---|---|
ask | AI-powered sports analysis for NFL, NBA, or MLB |
get_schedule | Game schedules and live scores for NFL or NBA |
get_standings | Current league standings for NFL or NBA |
get_odds | Polymarket betting odds for NFL or NBA games |
get_portfolio | Polymarket portfolio summary, positions, and trade history |
analyze_position | AI analysis of a specific Polymarket position |
get_status | Your EdgeFinder account status and query usage |