EdgeFinder
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EdgeFinderWho should I bet on tonight?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EdgeFinder CLI
A native Rust CLI and MCP server for EdgeFinder sports analysis. Get AI-powered NFL, NBA, and MLB analysis, schedules, standings, Polymarket odds, and portfolio data from a terminal or AI agent.
Install
Install Rust 1.88 or newer, then build directly from GitHub:
cargo install --git https://github.com/andrewnexys/edgefinder-cli edgefinder-cliFor local development:
git clone https://github.com/andrewnexys/edgefinder-cli.git
cd edgefinder-cli
cargo install --path .CLI access requires an EdgeFinder Starter, Pro, or Ultimate subscription.
Related MCP server: polymarket-mcp
Sign in
edgefinder login
edgefinder ask "Who should I bet on tonight?"The login command sends a magic link and saves the resulting API key to ~/.edgefinder/config.json. On Unix-like systems, the file is created with 0600 permissions.
You can also configure an existing key:
export EDGEFINDER_API_KEY=ef_live_...
# or
edgefinder config set api-key ef_live_...Use edgefinder logout to remove a saved key.
Commands
# AI analysis (NFL is the default)
edgefinder ask "Who should I bet on tonight?"
edgefinder ask --nba "Lakers vs Celtics prediction"
edgefinder ask --mlb "Yankees vs Red Sox prediction"
# Schedules, odds, and standings
edgefinder schedule nfl
edgefinder schedule nba --date 2026-02-20
edgefinder odds nfl --week 12
edgefinder odds nba
edgefinder standings nba
# Polymarket portfolio
edgefinder portfolio summary
edgefinder portfolio positions --league nba
edgefinder portfolio trades --limit 20
# Account and configuration
edgefinder status
edgefinder config showStructured commands support --json. Run edgefinder --help or edgefinder <command> --help for the complete interface.
Running edgefinder with no subcommand starts an interactive session. Use /nfl, /nba, or /mlb to switch leagues while preserving conversation history.
MCP server
The same native binary includes a newline-delimited JSON-RPC stdio MCP server:
{
"mcpServers": {
"edgefinder": {
"command": "edgefinder",
"args": ["mcp"],
"env": {
"EDGEFINDER_API_KEY": "ef_live_..."
}
}
}
}Available tools:
Tool | Description |
| NFL, NBA, or MLB sports analysis |
| NFL or NBA schedules and scores |
| NFL or NBA standings |
| NFL or NBA Polymarket odds |
| Portfolio summary, positions, or trades |
| AI analysis of an open, traded, or closed position |
| Account and subscription status |
For URL-based connector UIs, use the hosted endpoint at https://chat.edgefinder.io/api/mcp. Prefer an Authorization: Bearer ... header. Query-string API keys are supported only when a connector cannot set headers, because URLs may be logged.
Development
cargo fmt --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-targets
cargo build --releaseThe Rust implementation uses rustls for TLS and does not require OpenSSL at runtime.
Plugins
The Codex plugin manifest in .codex-plugin/plugin.json uses the installed edgefinder binary for MCP. The OpenClaw package in openclaw-plugin/ bundles the corresponding skill and expects the native binary on PATH.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Live odds, cross-book +EV and graded player-prop results across 27 books. Hosted endpoint included.
Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
Sportsbook-derived no-vig fair value with confidence, provenance, and history over REST/MCP.
Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.294 npmMIT
- FlicenseAqualityBmaintenanceAI-agent ready FastMCP server for Polymarket market discovery, wallet analytics, and public CLOB data, providing a read-only interface for querying markets, wallets, and order books.22-
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes Polymarket prediction markets via CLI wrapper. Enables AI agents to discover markets, check prices, and place trades programmatically.-
- AlicenseNot gradedqualityCmaintenanceMCP server for querying and optionally trading across prediction markets (Polymarket, Kalshi, Limitless, Manifold) through a unified API.31MIT