Roster-aware answers
Send the active roster, bench, scoring rules, league size, and available players so the response is specific to the user's decision.
EdgeFinder for Fantasy Apps
Give users an assistant that understands the roster, scoring format, matchup, trade, waiver, and draft context already inside your fantasy product. EdgeFinder turns structured application state into grounded analysis without requiring your team to build a separate sports-data orchestration layer.
Your application remains the system of record. EdgeFinder receives the state needed for a question and returns analysis for your product to render.
Send the active roster, bench, scoring rules, league size, and available players so the response is specific to the user's decision.
Evaluate proposed trades with production, age, role, format, and roster construction in the same request.
Add sleeper, rookie, ADP-value, breakout, and waiver analysis with transparent upside and risk cases.
Keep the conversation attached to the current roster, matchup, player, or trade so users can ask natural follow-up questions.
Workflows
Place an assistant beside a roster, matchup, player card, waiver list, or trade screen and pass that page state automatically.
Explain why a player ranks higher, which assumptions affect the recommendation, and what data is unavailable.
Generate personalized previews, player comparisons, and league-specific summaries from the same platform API.
Example
Structured context removes the need to infer the user's roster or league settings from a screenshot.
{
"message": "Should I accept this trade?",
"league": "nfl",
"context": {
"roster": { "players": ["..."] },
"trades": [{ "receive": ["..."], "send": ["..."] }],
"metadata": {
"format": "dynasty",
"scoring": "ppr",
"teams": 14
}
}
}Frequently asked questions
No. Your product should continue to own rosters, scoring, availability, and account state. EdgeFinder uses the structured state you send alongside its sports research data.
Yes. Include league size, scoring, roster rules, keeper or dynasty format, and any custom metadata needed for the decision.
Partner integrations can identify users with a partner-owned external end-user ID. Account and entitlement design depends on the integration contract.
Use EdgeFinder directly, or integrate the sports intelligence platform through the API, SDK, and supported agent interfaces.