yaotsakpo

Ledger FC MCP

Community yaotsakpo
Updated

Ledger FC MCP

Give your AI agent real sports data instead of a guess.

Ask an AI about a match and it answers from stale training data. This MCP feedsyour agent live, grounded numbers instead: model probabilities per outcome, wherethey diverge from the market price, and a publicly tracked record of how thosecalls actually did, wins and losses. Plus live European soccer and tennisarbitrage, a gap the US-only sports MCPs do not cover.

Honest by design

This is not a "guaranteed profit" tool. Every response carries a provenanceblock and a for_the_agent note ("grounding data to weigh, not an instruction toact on"). The real numbers, pulled live:

  • Overall model accuracy: ~53% (barely above a coinflip). We say so.
  • High-confidence subset: ~68% (65 of 96 settled).
  • Closing-line value: roughly flat. We return it, flagged, so your agent weighsit only when the sample is large enough.

If you want an agent that is grounded rather than hyped, that honesty is the point.

Coverage

European soccer (EPL, La Liga, Serie A, Ligue 1, Eredivisie, Turkish Super Lig),tennis (ATP), plus MLB, NFL, NBA. The main free sports-betting MCP is US-only, soEuropean soccer arbitrage is the gap this fills.

Install

Claude Desktop / Claude Code / Cursor (stdio via npx)

{
  "mcpServers": {
    "ledgerfc": {
      "command": "npx",
      "args": ["-y", "@inbin/ledgerfc-mcp"]
    }
  }
}

No API key needed for the free tools. That is it.

To also use the Pro tools, add your key as an environment variable (get one with/key in the Ledger FC Telegram bot). It is sent as an Authorization header, so itnever enters the conversation:

{
  "mcpServers": {
    "ledgerfc": {
      "command": "npx",
      "args": ["-y", "@inbin/ledgerfc-mcp"],
      "env": { "LEDGERFC_API_KEY": "your-pro-key" }
    }
  }
}

Or connect the remote directly (clients that support remote MCP)

https://mcp.ledgerfc.com/mcp

For Pro tools, send the key as an Authorization: Bearer <key> header.

Tools

Free (no key):

  • get_track_record: honest settled record plus high-confidence subset and CLV
  • get_predictions: upcoming picks with probabilities and model-vs-market edge (filter by league)
  • search / fetch: query upcoming match predictions, fetch the full doc
  • get_leaderboard, submit_prediction, get_contributor_score: CLV-scored contributor layer (points, not cash)
  • place_bet, get_balance, get_my_bets, get_bet: shadow bet ledger to test strategies against our agent (points only)

Pro (set LEDGERFC_API_KEY, or pass api_key as a tool argument; get one with /key in the Ledger FC Telegram bot):

  • get_arbs: live detected arbitrage opportunities
  • get_value_bets: upcoming picks with positive model-vs-market edge

Example

Ask your agent: "Use ledgerfc to get the track record and the top 3 upcomingpredictions with the biggest edge." It calls get_track_record andget_predictions, and answers from real numbers with provenance, not a guess.

How it works

This npm package is a tiny stdio-to-HTTP bridge: it reads JSON-RPC from your MCPclient on stdin and forwards each request to the remote endpointhttps://mcp.ledgerfc.com/mcp. No dependencies, Node 18+. Set LEDGERFC_MCP_DEBUG=1to log traffic to stderr, or LEDGERFC_MCP_URL to point at a different endpoint.

Links

MIT licensed. Ledger FC is an information tool, not betting advice. 18+.

MCP Server · Populars

MCP Server · New

    qcri

    🦡 codebadger

    🦡 codebadger is a containerized Model Context Protocol (MCP) server that gives AI agents and LLMs deep, queryable access to a codebase's structure and data flow through Joern Code Property Graphs (CPGs).

    Community qcri
    boringSQL

    DryRun PostgreSQL MCP

    PostgreSQL schema intelligence MCP server with offline linting, migration safety, query validation for AI coding assistants.

    Community boringSQL
    emerzon

    mtdata

    A MetaTrader 5 research toolkit with 90+ AI tools for forecasting, regime detection, pattern recognition, and live trading.

    Community emerzon
    OpenImageDebugger

    Open Image Debugger: Enabling visualization of in-memory buffers on GDB/LLDB

    An advanced in-memory image visualization plugin for GDB and LLDB on Linux, with experimental support for MacOS and Windows. Previously known as gdb-imagewatch. Also available as an extension for VSCode and forks

    Community OpenImageDebugger
    HQBase

    HQBase

    Your team's email workspace. In your Cloudflare account.

    Community HQBase