mcpbeat Sign in

KashRock MCP Server

local only

KashRock MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Esports props, odds, live scores, and player stats across 8 titles for agents.

Installs / week
pypi · kashrock-mcp
0
Stars
0 open issues
19 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check KashRock MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kashrock-mcp -- uvx kashrock-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kashrock-mcp": {
      "args": [
        "kashrock-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kashrock-mcp]
command = "uvx"
args = ["kashrock-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kashrock-mcp": {
      "args": [
        "kashrock-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kashrock-mcp": {
      "args": [
        "kashrock-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KASHROCK_API_KEY (KashRock API key. Optional — skips the login tool's Google sign-in flow by supplying an existing key directly.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to KashRock MCP

same job, measured the same way
MCP Server Espn
by ebrunet001

Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues

answering
Espn
by christianclaudio

Model Context Protocol server for live & historical sports stats and odds via ESPN.

1 029 installs/wk local only
pond
by tenequm

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

local only
Sports Hub
by lacausecrypto

41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.

70 installs/wk local only
StatsHawk
by statshawk

Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL.

answering
ParlayAPI
by jacobiusmakes

Sports odds, player props and source coverage for AI assistants. Connect with your own API key.

243 installs/wk 22 tools answering
Sports MCP Server
by cyanheads

Get live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, and soccer.

66 installs/wk local only
Big Balls Sports Data
by bigballsdata

Sports data across 8 sports under one canonical schema — scores, stats, standings, Elo, odds

answering

KashRock MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for KashRock MCP?
KashRock MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kashrock-mcp.
How do I connect KashRock MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kashrock-mcp straight from pypi; nothing to host, nothing to sign up for.
Is KashRock MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.