Grounded sports predictions plus European soccer and tennis arbitrage data for AI agents.
MCPpedia last refreshed this data
io.github.yaotsakpo/ledgerfc is an MCP server that grounded sports predictions plus European soccer and tennis arbitrage data for AI agents. Its tool list has not been published yet over http and stdio, requires no API key, and scores 89/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ledgerfc": {
"args": [
"-y",
"@inbin/ledgerfc-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Give your AI agent real sports data instead of a guess.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@inbin/ledgerfc-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @inbin/ledgerfc-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.yaotsakpo/ledgerfc and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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:
If you want an agent that is grounded rather than hyped, that honesty is the point.
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.
{
"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" }
}
}
}
https://mcp.ledgerfc.com/mcp
For Pro tools, send the key as an Authorization: Bearer <key> header.
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 edgeAsk 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.
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.
MIT licensed. Ledger FC is an information tool, not betting advice. 18+.