Sanitycheck Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Sanitycheck 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 MCP server that gives AI coding agents awareness of internet and service health. When your deploys fail, APIs timeout, or your AI assistant starts acting weird, these tools help figure out if it's you or if something is actually down.
is_the_internet_on_fireCheck the health of major internet infrastructure at a glance. Fetches status from 18 tracked services across cloud, CDN, devtools, AI, communications, and infrastructure categories.
Optional: category = "cloud" | "cdn" | "devtools" | "ai" | "comms" | "infra"whats_going_on_withInvestigate a specific service in detail. Pulls official status, component health, active incidents, plus third-party reports from Downdetector and StatusGator.
Required: service = "github" | "aws" | "vercel" | "npm" | ...Supports aliases like s3 → aws, gh → github, claude → anthropic.
how_am_i_feelingLets an AI model check its own provider's health and community-reported quality. Auto-detects which model is asking based on MCP client info, or accepts an explicit model parameter.
Optional: model = "claude" | "gpt" | "gemini"| Category | Services |
|---|---|
| Cloud | AWS, GCP, Azure |
| CDN | Cloudflare, Fastly, Akamai |
| DevTools | GitHub, GitLab, Vercel, Netlify |
| AI | OpenAI, Anthropic, Google AI |
| Comms | Slack, Discord |
| Infra | Datadog, PagerDuty, npm |
Add to your MCP client config:
{
"mcpServers": {
"sanitycheck": {
"command": "npx",
"args": ["-y", "sanitycheck-mcp"]
}
}
}Or with Claude Code:
claude mcp add sanitycheck -- npx -y sanitycheck-mcp| Variable | Description |
|---|---|
SANITYCHECK_DEBUG=1 | Enable debug logging to stderr |
SANITYCHECK_CHROME_PATH | Path to Chrome binary for headless browser features |
SANITYCHECK_DISABLE_CACHE=1 | Disable the on-disk cache for official status and aggregator fetches |
npm run dev # watch mode
npm test # run tests
npm run test:watch # watch modeISC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.