Analytics
mccoyai.io
Provides sports analytics and data visualization for matchups, park factors, and game situations.
ENDPOINT 1
https://api.mccoyai.io/mcp-http/mcp
MCP server metadata
- Name
- mccoyai-picks
- Version
- 1.28.1
Known tools 27
render_matchup_zone_cardRender 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.
Inferred read-onlypark_environmentHow 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.
Inferred read-onlysituational_epWhat a down & distance is really worth: does converting with a minimal gain raise or LOWER expected points?
Inferred read-onlyget_track_recordReturn gated accuracy and Brier score for a sport over a date window.
Inferred read-onlyget_todays_approved_picksToday's mccoy_approved=true picks for a sport — demo data, free.
Inferred read-onlyfact_check_bodyFact-check arbitrary sports content against McCoy's canonical MLB DB.
Inferred read-onlyget_market_edgeMcCoy's flagship alpha tool: model probability vs sportsbook implied probability.
Inferred read-onlyget_prop_projectionMcCoy per-player prop projections from the stored sim pipeline.
Inferred read-onlyget_win_probabilityOn-demand MLB win probability for any matchup — scheduled or hypothetical.
Inferred read-onlyget_prediction_proofReturn the Merkle inclusion proof for a prediction — McCoy's verifiability surface.
Inferred read-onlyget_pitcher_arsenalMcCoy pitcher arsenal: per-pitch-type usage, velo, spin, and McCoy ratings.
Inferred read-onlyget_player_profileMcCoy player profile: archetype, overall rating, attributes JSON, season grade.
Inferred read-onlyget_team_ratingsMcCoy team ratings: overall, rotation, rotation_stuff, bullpen, lineup, defense, win_pct.
Inferred read-onlyget_umpire_profileMcCoy umpire profile: called-strike rate, zone tightness, K/BB shifts.
Inferred read-onlyget_catcher_framingMcCoy catcher framing stats: games, innings, FRM, DRS, CS/SB/PB.
Inferred read-onlyget_deserved_leaderboardMcCoy DESERVED-axis true-talent leaderboard — the sim's xwOBA forecast per hitter.
Inferred read-onlyget_player_deservedMcCoy DESERVED-axis true-talent eval for ONE hitter — sim xwOBA forecast + rank.
Potential side effectsget_consensus_edgeThe alpha fusion tool: McCoy model probability vs de-vigged consensus.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.