← draftcall.io
INDIVIDUAL MCP TOOL
search_players
Find players by partial name, team abbreviation, or position.
LIVE ENDPOINT
https://draftcall.io/mcp
Connect to this endpoint to inspect the live schema for search_players and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.draftcall]
url = "https://draftcall.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"draftcall": {
"type": "http",
"url": "https://draftcall.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: draftcall
Remote MCP URL: https://draftcall.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"draftcall": {
"url": "https://draftcall.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"draftcall": {
"type": "http",
"url": "https://draftcall.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "draftcall",
"transport": "streamable-http",
"url": "https://draftcall.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compare_players— Compare any two NFL players head to head for fantasy football: points per game in the requested scoring format, volume stats, bye weeks, and which one produced more.get_rankings— Fantasy football rankings for a position in a given scoring format, ordered by points per game.get_player— A single player's fantasy profile: positional rank, points per game in all three scoring formats, season stats, games played, and bye week.get_positional_scarcity— How steep the fantasy dropoff is at each position in a given scoring format, measured from the top player to replacement level.get_bye_conflicts— Given a list of players, report which bye weeks two or more of them share.get_weekly_matchup— Who a player faces in a given week of the 2026 season, whether it is home or away, and how generous that opponent has been to that position.get_adp_market_gaps— Players whose consensus average draft position disagrees most with their actual production ranking.verify_claim— Check a number you are about to state, or one a user has stated, against DraftCall data for one player: points per game, games played, bye week, positional rank, or any season stat such as rushingYards or receptions.