INDIVIDUAL MCP TOOL
describe_authentication
Explain the discovery/data boundary and how to attach a Sorqen API key.
LIVE ENDPOINT
https://sorqen.flashodds.live/mcp
Connect to this endpoint to inspect the live schema for describe_authentication and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sorqen]
url = "https://sorqen.flashodds.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sorqen": {
"type": "http",
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sorqen
Remote MCP URL: https://sorqen.flashodds.live/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sorqen": {
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sorqen": {
"type": "http",
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sorqen",
"transport": "streamable-http",
"url": "https://sorqen.flashodds.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_leagues— List supported league ids, market types and periods.describe_methods— Describe the versioned fair-value method and refusal philosophy.describe_plans— Describe public plan limits and entitlements.list_fair_values— Return current no-vig sportsbook-consensus probabilities for supported upcoming markets.get_fair_value— Return one current fair value by canonical outcome id.get_fair_value_history— Return fair-value history for one outcome, bounded by the caller plan.grade— Grade a pregame price or probability against Sorqen's fair value at that timestamp, Sorqen Close when available, and the settled result when available.get_settlement_rules— Return Sorqen settlement-context rules and tie prior used by the local client comparison path.