Sorqen MCP
Provides fair-value consensus probabilities and market data for MLB games, including moneyline, spread, and total markets.
Provides fair-value consensus probabilities and market data for NBA games, including moneyline, spread, and total markets.
Provides fair-value consensus probabilities and market data for NHL games, including moneyline, spread, and total markets.
Sorqen API + MCP
Sorqen API is a sports fair-value API and MCP server by Flash AI Solutions. Sorqen de-vigs quotes from multiple sportsbooks per market, then aggregates them into versioned no-vig consensus probabilities with confidence, provenance, history, and settlement context.
This repository is the public connector and metadata surface for the hosted Sorqen API and MCP service. There is no proprietary Sorqen backend server to install from this repository. Point your client at the hosted endpoint and authenticate with a Sorqen API key for live data.
Canonical Sorqen links
Website: https://sorqen.flashodds.live/
Documentation: https://sorqen.flashodds.live/docs
MCP endpoint: https://sorqen.flashodds.live/mcp
Free API key: https://sorqen.flashodds.live/keys
Publisher: https://flashaisolutions.org
Related MCP server: sportsdata-mcp
Connect
Streamable HTTP endpoint:
https://sorqen.flashodds.live/mcpSend your API key in the Authorization header:
Authorization: Bearer <your_api_key>Anonymous access works for discovery (list_leagues, describe_methods, describe_plans, describe_authentication) so a client can inspect coverage and method before ever making a data call. Fair-value data requires at least a free key. Get one at https://sorqen.flashodds.live/keys.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sorqen": {
"type": "streamable-http",
"url": "https://sorqen.flashodds.live/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Tools
Tool | What it returns | Access |
| Supported league ids, market types, and periods | Anonymous |
| The versioned fair-value method and refusal philosophy | Anonymous |
| Public plan limits and entitlements | Anonymous |
| The discovery/data boundary and how to attach a key | Anonymous |
| Current no-vig consensus probabilities across supported markets, filterable by league/market/confidence | Free+ |
| One current fair value by canonical outcome id | Free+ |
| Historical fair values for one outcome, window bounded by plan | Builder+ |
| Settlement-context rules and tie prior for local comparison | Free+ |
| The caller's own plan, limits, and entitlements | Free+ |
REST and MCP share the same entitlement model, so a key sees the same tier regardless of transport.
What Sorqen is not
Sorqen is read-only market intelligence: a fair-value number with confidence and provenance, not a sportsbook, a wallet, an execution engine, a betting bot, or a picks service. It does not host or resell prediction-market data.
Coverage
Leagues: NFL, NBA, MLB, NHL. Markets: full-game moneyline, spread, and total. Every fair value carries a refusal reason instead of a fabricated number when the underlying quotes don't support one.
Plans
Free: 500 requests/day, 30/min, fair value without evidence, no history
Builder: 20,000 requests/day, evidence included, 7 days history, change feed + webhooks
Pro: 150,000 requests/day, 90 days history, 100 alert rules
Desk: 1,000,000 requests/day, full archive, bulk export, priority streaming
Enterprise: custom volume and SLA
See current pricing at https://sorqen.flashodds.live/pricing.
Data is informational only. Sorqen is not a sportsbook and does not accept wagers.
Links
Site + pricing: https://sorqen.flashodds.live/
Built by Flash AI Solutions
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Live odds, cross-book +EV and graded player-prop results across 27 books. Hosted endpoint included.
The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues
Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)
NBA/WNBA betting analytics: live odds, sharp fair prices, injuries, and prop verification.
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.2915MIT
- AlicenseBqualityAmaintenanceAn MCP server that exposes sports-data APIs from multiple providers (AFL, Sportsbet, Entain, NRL) as interchangeable tools, enabling cross-provider odds and stats comparison.2250013MIT
- AlicenseAqualityAmaintenanceA unified MCP server that aggregates 32 sports API providers into a single service, providing 336 tools for scores, stats, odds, esports, and more across 70+ sports.10014622MIT
- AlicenseAqualityBmaintenanceLive sports betting player props MCP server covering NBA, MLB, NFL, NHL, NCAA, and soccer. Unified from real sportsbooks into one REST API and a real MCP server (Streamable HTTP). Free tier, no card required.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iFan6oy/sorqen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server