Analytics
infersports.dev
Provides real-time sports betting odds, comparisons, and analytics for football and basketball matches.
ENDPOINT 1
https://api.infersports.dev/mcp
MCP server metadata
- Name
- infersports
- Version
- 1.0.0+3045029
Known tools 17
get_sharp_lineAnswer an odds question about a fixture in ONE call (natural language in, worked line out).
Inferred read-onlylist_today_matchesList today's (UTC) fixtures — "what games are on today / right now?".
Inferred read-onlylist_eventsList the fixtures for a calendar day — or a bounded [date, date_to] range.
Inferred read-onlymatch_infoGet the basics for a match in ONE call: the score, whether it's live, when it kicks off, and who's favored.
Inferred read-onlyget_opening_lineGet the opening odds (初盘) for a fixture, paired with the current price, in ONE call.
Inferred read-onlyfind_valueFind +EV value bets in a fixture — where a book's price beats the sharp fair line — in ONE call.
Inferred read-onlyscore_probMarket-implied correct-score probabilities for ONE football match — ONE call.
Inferred read-onlyfind_arbitrageFind cross-book arbitrage in a fixture — a guaranteed-profit price split — in ONE call.
Inferred read-onlyscan_slateScan today's whole slate in ONE call — each fixture with honest status + value/arb signal.
Inferred read-onlylist_resultsLook back at finished-match scores from the 30-day results cache, most-recent-first.
Inferred read-onlyCONNECT 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.infersports]
url = "https://api.infersports.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"infersports": {
"type": "http",
"url": "https://api.infersports.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: infersports
Remote MCP URL: https://api.infersports.dev/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": {
"infersports": {
"url": "https://api.infersports.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"infersports": {
"type": "http",
"url": "https://api.infersports.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "infersports",
"transport": "streamable-http",
"url": "https://api.infersports.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for infersports.dev was fetched 2026-07-26T17:43:52.608Z and is being refreshed.
infersports.dev is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.