InferSports · CHANGELOG

Changelog

What's new in the InferSports API and platform.

  1. Jun 9, 2026agents

    Install in one line — remote MCP + agent Skill

    • Remote MCP server at api.infersports.dev/mcp — add InferSports to Claude Code, Cursor, Codex, Gemini CLI and any MCP host in one line, keyless on the Free tier.
    • A bundled agent Skill (one-line download of skill.tgz) with deterministic, read-only verbs for small-context and local agents.
    • New /install guide with copy-paste setup for every host — plus an agent-readable /install.md twin so an LLM can wire it up itself.
    • Sixteen agent tools now, including list_events, list_results / get_result, and compare_prob.
  2. Jun 8, 2026release

    Sharp fair value for prediction markets

    • compare_prob judges an external price — e.g. a Polymarket or Kalshi line — against the sharp, de-vigged fair line, returning the edge in percentage points, ROI and a verdict. Detection only, never a wager.
    • A new /compare page lining InferSports up against the other odds APIs, with MCP and the Skill first-class.
  3. Jun 7, 2026release

    Opening lines, results, and time zones

    • get_opening_line and GET /v1/events/{id}/opening — true opening odds (初盘) paired to the current price, so you can read the move without a history database.
    • A rolling 30-day results cache: list_results / get_result answer "what was the score?" — scores only, live odds stay history-free.
    • Timezone-aware schedules — pass an IANA timezone and the day boundary plus kickoff times become local; new list_events scopes one specific calendar day.
  4. Jun 5, 2026platform

    New look

    • Refreshed the site and docs — clearer hierarchy, monospace numerals, and line movement marked ▲▼.
  5. Jun 4, 2026release

    MCP tools for agents

    • Twelve read-only agent tools over the same live data — call them as plain REST (/v1/mcp/<tool>) or run the MCP server and connect any MCP client.
    • match_info answers natural-language questions like "who is the favorite in France vs Argentina?".
    • find_value, find_arbitrage, and scan_slate surface edges across the book — detection only, never a wager.
    • get_opening_line pairs each event's opening line to its current line — open vs now, no history database required.
  6. Jun 1, 2026platform

    Developer platform

    • Self-serve signup, email verification, and login.
    • API-key console — create, rotate, and revoke keys; usage metrics per key.
    • Plan-based tiering: keys are gated to your plan (Free by default).
    • Interactive docs and a live Playground that runs real /v1 requests from your browser — no key required for the Free tier.
  7. May 30, 2026release

    REST API — general availability

    • Seven curated books — six Asian bookmakers plus Pinnacle — across football and basketball.
    • Asian handicap, over/under, and 1x2 — full-time and half-time, all lines.
    • Multi-format odds (decimal, Hong Kong, Malay, Indonesian, American, probability).
    • Fuzzy event resolution, handicap math helpers, and tiered rate limits.