Cric Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Cric Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An enterprise-grade Model Context Protocol (MCP) Server for daily cricket updates, built with Python, FastAPI, and the official MCP Python SDK.
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txtCreate a .env file based on .env.example:
cp .env.example .envAdd your Neon PostgreSQL URL and Redis URL.
alembic upgrade head uvicorn app.main:app --reloadTo connect this server to Claude via the MCP Remote Connector, you can provide the SSE endpoint URL (http://localhost:8000/api/v1/mcp/sse) in your Claude Desktop configuration or the relevant client configuration.
{
"mcpServers": {
"cricket": {
"command": "node",
"args": ["path/to/remote/mcp-client", "http://localhost:8000/api/v1/mcp/sse"]
}
}
}Note: Depending on the client, you may just need to point directly to the URL.
The project is configured for deployment on Render.
render.yaml file.DATABASE_URL environment variable securely in the Render dashboard for your Neon Postgres connection.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.