Do I need a paid EdgeFinder plan to use Claude MCP?
Yes. The MCP server requires an EdgeFinder subscription because the underlying data queries run against the paid API.
Give Claude access to live NFL, NBA, and MLB data, Polymarket odds, and player-level research through the EdgeFinder MCP server. Ask Claude any betting question and it can pull real data to answer.
EdgeFinder ships an MCP server so Claude Desktop and Claude Code can query NFL, NBA, MLB, and Polymarket data directly.
Instead of asking Claude to speculate, Claude can pull play-by-play, injuries, usage splits, and live odds through EdgeFinder, then answer with sourced context.
Step 1
The CLI ships the MCP server. Install it globally so Claude Desktop can spawn it.
npm i -g @edgefinder/cliStep 2
Run login to get a session. Alternatively, set EDGEFINDER_API_KEY from your integrations page.
edgefinder loginStep 3
Edit claude_desktop_config.json and add EdgeFinder as an MCP server. Restart Claude Desktop to pick up the new server.
{
"mcpServers": {
"edgefinder": {
"command": "edgefinder",
"args": ["mcp"]
}
}
}Step 4
In a new Claude chat, ask Claude what tools it has available. The EdgeFinder tools should appear.
Yes. The MCP server requires an EdgeFinder subscription because the underlying data queries run against the paid API.
Yes. The EdgeFinder MCP server works with any MCP-compatible client including Claude Desktop and Claude Code.