Sorqen API + MCP

MCP serverDev tools

sorqen turns sportsbook odds into no-vig fair value, meaning prices with the bookmaker's margin removed. Once added, your AI can quote fair values for markets along with a confidence level, the source of each number, and past values for comparison. It is a community-built tool with its code available on GitHub.

Available today. Use it from your connected AI after setup.

Add sorqen, then ask your AI for the fair value on a market you follow and review the confidence and provenance it returns.

Then ask your AI: use Sorqen API + MCP to list leagues

What your AI can do with it

  • Get no-vig fair value derived from sportsbook odds
  • See a confidence level with each fair value
  • Trace where each number came from using provenance details
  • Look up historical fair values to compare over time

From the project's README

As published by ifan6oy/sorqen-mcp in README.md.

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

Connect

Streamable HTTP endpoint:

https://sorqen.flashodds.live/mcp

Send 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

ToolWhat it returnsAccess
list_leaguesSupported league ids, market types, and periodsAnonymous
describe_methodsThe versioned fair-value method and refusal philosophyAnonymous
describe_plansPublic plan limits and entitlementsAnonymous
describe_authenticationThe discovery/data boundary and how to attach a keyAnonymous
list_fair_valuesCurrent no-vig consensus probabilities across supported markets, filterable by league/market/confidenceFree+
get_fair_valueOne current fair value by canonical outcome idFree+
get_fair_value_historyHistorical fair values for one outcome, window bounded by planBuilder+
get_settlement_rulesSettlement-context rules and tie prior for local comparisonFree+
get_planThe caller's own plan, limits, and entitlementsFree+

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

Tools it offers (10)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • list_leagues
  • describe_methods
  • describe_plans
  • describe_authentication
  • list_fair_values
  • get_fair_value
  • get_fair_value_history
  • grade
  • get_settlement_rules
  • get_plan

Signals

Last commit
Sep 2026
Advanced
Delivery
sorqen MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-ifan6oy-sorqen
Source
github.com/ifan6oy/sorqen-mcp
Hosted endpoint
https://sorqen.flashodds.live/mcp