ledgerfc-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ledgerfc-mcpGet the track record and top 3 soccer predictions with the biggest edge."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 feeds your agent live, grounded numbers instead: model probabilities per outcome, where they diverge from the market price, and a publicly tracked record of how those calls actually did, wins and losses. Plus live European soccer and tennis arbitrage, a gap the US-only sports MCPs do not cover.
Honest by design
This is not a "guaranteed profit" tool. Every response carries a provenance
block and a for_the_agent note ("grounding data to weigh, not an instruction to
act 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 weighs it only when the sample is large enough.
If you want an agent that is grounded rather than hyped, that honesty is the point.
Related MCP server: AltSportsData MCP Server
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, so European 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 it
never 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/mcpFor 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 CLVget_predictions: upcoming picks with probabilities and model-vs-market edge (filter by league)search/fetch: query upcoming match predictions, fetch the full docget_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 opportunitiesget_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 upcoming
predictions with the biggest edge." It calls get_track_record and
get_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 MCP
client on stdin and forwards each request to the remote endpoint
https://mcp.ledgerfc.com/mcp. No dependencies, Node 18+. Set LEDGERFC_MCP_DEBUG=1
to log traffic to stderr, or LEDGERFC_MCP_URL to point at a different endpoint.
Links
Site: https://ledgerfc.com
Telegram (free channel + Pro key): https://t.me/ledgerfc
MIT licensed. Ledger FC is an information tool, not betting advice. 18+.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides AI-powered sports betting intelligence including live odds, injury reports, and documented picks for NBA, NHL, and NCAAB. It enables AI agents to analyze line movements, win rates, and betting edges using real-time data from sportsbettingaianalyzer.com.115MIT
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.2915MIT

Odds-API MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access sports betting odds data from 265+ bookmakers across 34 sports, including events, odds, historical data, arbitrage, and value bets.2295MIT- FlicenseNot gradedqualityCmaintenanceProvides AI agents with professional-grade tools for expected value calculation, Monte Carlo predictions, historical backtesting, and portfolio risk management in sports betting.
Related MCP Connectors
Live odds, cross-book +EV and graded player-prop results across 24 books. Hosted endpoint included.
Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaotsakpo/ledgerfc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server