DraftCall
Rank #16,991io.draftcall/fantasy-football
Should I start X or Y? NFL fantasy compares, rankings, byes, matchups, schedule strength, checks
DraftCall is a Model Context Protocol (MCP) server published by evanatpizzarobot. It ranks #16,991 of 115,460 servers tracked on MCP Toplist. DraftCall is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 98,469 of 115,460 servers on MCP Toplist.
Use DraftCall
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http fantasy-football https://draftcall.io/mcp[mcp_servers.fantasy-football]
url = "https://draftcall.io/mcp"Add to ~/.codex/config.toml.
https://draftcall.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"fantasy-football": {
"url": "https://draftcall.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fantasy-football": {
"type": "http",
"url": "https://draftcall.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fantasy-football": {
"serverUrl": "https://draftcall.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fantasy-football": {
"url": "https://draftcall.io/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.draftcall%2Ffantasy-football)<a href="https://mcptoplist.com/server/io.draftcall%2Ffantasy-football"><img src="https://mcptoplist.com/badge/io.draftcall%2Ffantasy-football.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
evanatpizzarobot
Other servers by evanatpizzarobot
View all evanatpizzarobot servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 25, 2026 |
| 1.0.0 | Aug 24, 2026 |
Frequently asked questions
- Who maintains DraftCall?
- DraftCall is maintained by evanatpizzarobot, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is DraftCall listed on the Official MCP Registry?
- Yes — DraftCall is listed on the Official MCP Registry, alongside Glama.
- How many versions does DraftCall have?
- MCP Toplist tracks 2 versions of DraftCall, most recently published on Aug 25, 2026.
- Where can I find the source code for DraftCall?
- The source code for DraftCall is hosted at github.com/evanatpizzarobot/draftcall-mcp.