← mccoyai.io
INDIVIDUAL MCP TOOL
get_game_prediction
Return McCoy's latest stored predictions for a specific game.
LIVE ENDPOINT
https://api.mccoyai.io/mcp-http/mcp
Connect to this endpoint to inspect the live schema for get_game_prediction 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.mccoyai-picks]
url = "https://api.mccoyai.io/mcp-http/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mccoyai-picks": {
"type": "http",
"url": "https://api.mccoyai.io/mcp-http/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mccoyai-picks
Remote MCP URL: https://api.mccoyai.io/mcp-http/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": {
"mccoyai-picks": {
"url": "https://api.mccoyai.io/mcp-http/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mccoyai-picks": {
"type": "http",
"url": "https://api.mccoyai.io/mcp-http/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mccoyai-picks",
"transport": "streamable-http",
"url": "https://api.mccoyai.io/mcp-http/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
render_matchup_zone_card— Render McCoy's arsenal-vs-zones card: the pitcher's located pitch map (movement tails, velo/usage/whiff legend), overlaid on the batter's hot/cold wOBA zones when given.park_environment— How a ballpark is playing vs the league this season — fly-ball distance, HR/K/BB rate, runs & RBI per game, all as % vs league — with a rendered card.situational_ep— What a down & distance is really worth: does converting with a minimal gain raise or LOWER expected points?list_games— Return the slate of games for a sport and date.get_gated_picks— Return McCoy gated picks for a sport/date.get_track_record— Return gated accuracy and Brier score for a sport over a date window.get_todays_approved_picks— Today's mccoy_approved=true picks for a sport — demo data, free.fact_check_body— Fact-check arbitrary sports content against McCoy's canonical MLB DB.