← dailylocks.ai

INDIVIDUAL MCP TOOL

get_player_props

Alias of get_props; will be removed.

dailylocks.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://dailylocks.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_player_props 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

dailylocks.ai

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.dailylocks]
url = "https://dailylocks.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dailylocks": {
      "type": "http",
      "url": "https://dailylocks.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dailylocks
Remote MCP URL: https://dailylocks.ai/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": {
    "dailylocks": {
      "url": "https://dailylocks.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dailylocks": {
      "type": "http",
      "url": "https://dailylocks.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dailylocks",
  "transport": "streamable-http",
  "url": "https://dailylocks.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_board_date — Current published board date for the selected sport, plus all available historical dates by data type.
  • get_odds — The board.
  • get_todays_picks — Daily game picks for the MLB board: STRONG_BET / MODERATE_BET / LEAN tiers, model win probabilities, edge vs the Vegas line, and pitcher matchup notes.
  • get_props — Prop plays for a slate.
  • get_daily_brief — Long-form daily brief in markdown covering lineups, weather, umpires, bullpen availability, and slate alerts.
  • get_walk_tracker — Season-to-date walk prop tracker: tracked plays with odds, results, and running hit rate.
  • get_hr_tracker — Season-to-date home run prop tracker with park factor, weather, and revenge-game context, plus running hit rate.
  • get_recent_wins — Recently graded winning prop plays with market, odds, and date.