ledgerfc-mcp
Rank #28,326io.github.yaotsakpo/ledgerfc
Grounded sports predictions plus European soccer and tennis arbitrage data for AI agents.
ledgerfc-mcp is a Model Context Protocol (MCP) server published by yaotsakpo. It ranks #28,326 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ledgerfc-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 87,265 of 115,591 servers on MCP Toplist.
Use ledgerfc-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ledgerfc https://mcp.ledgerfc.com/mcpclaude mcp add ledgerfc -- npx -y @inbin/ledgerfc-mcp[mcp_servers.ledgerfc]
url = "https://mcp.ledgerfc.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ledgerfc]
command = "npx"
args = ["-y", "@inbin/ledgerfc-mcp"]Add to ~/.codex/config.toml.
https://mcp.ledgerfc.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ledgerfc": {
"command": "npx",
"args": [
"-y",
"@inbin/ledgerfc-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ledgerfc": {
"url": "https://mcp.ledgerfc.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ledgerfc": {
"command": "npx",
"args": [
"-y",
"@inbin/ledgerfc-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ledgerfc": {
"type": "http",
"url": "https://mcp.ledgerfc.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ledgerfc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inbin/ledgerfc-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ledgerfc": {
"serverUrl": "https://mcp.ledgerfc.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ledgerfc": {
"command": "npx",
"args": [
"-y",
"@inbin/ledgerfc-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ledgerfc": {
"url": "https://mcp.ledgerfc.com/mcp"
}
}
}{
"mcpServers": {
"ledgerfc": {
"command": "npx",
"args": [
"-y",
"@inbin/ledgerfc-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yaotsakpo%2Fledgerfc)<a href="https://mcptoplist.com/server/io.github.yaotsakpo%2Fledgerfc"><img src="https://mcptoplist.com/badge/io.github.yaotsakpo%2Fledgerfc.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yaotsakpo
Other servers by yaotsakpo
View all yaotsakpo servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Aug 24, 2026 |
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains ledgerfc-mcp?
- ledgerfc-mcp is maintained by yaotsakpo, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ledgerfc-mcp listed on the Official MCP Registry?
- Yes — ledgerfc-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does ledgerfc-mcp have?
- MCP Toplist tracks 2 versions of ledgerfc-mcp, most recently published on Aug 24, 2026.
- Where can I find the source code for ledgerfc-mcp?
- The source code for ledgerfc-mcp is hosted at github.com/yaotsakpo/ledgerfc-mcp.