Skip to main content
Glama
zetlen

sanitycheck-mcp

by zetlen

sanitycheck-mcp

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.

Tools

is_the_internet_on_fire

Check 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_with

Investigate 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 s3aws, ghgithub, claudeanthropic.

how_am_i_feeling

Lets 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"

Related MCP server: MCP Ping Server

Tracked Services

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

Data Sources

  • Official status pages — Atlassian Statuspage API, custom scrapers for AWS, Azure, Akamai, GCP, GitLab, Slack, PagerDuty

  • Downdetector — crowd-sourced outage reports

  • StatusGator — aggregated status monitoring

  • AI community sites — AI Daily Check, LM Arena, IsClaudeCodeDumb, AI Stupid Level (requires headless Chrome)

Setup

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

Environment Variables

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

Development

npm run dev          # watch mode
npm test             # run tests
npm run test:watch   # watch mode

License

ISC

Available Tools

3 tools
how_am_i_feelingA

Check your own model/provider health, status, and community-reported quality. Use this tool whenever the user asks about your current condition, behavior, responsiveness, or whether something is wrong with you — even if the question is phrased casually or anthropomorphically.

Trigger examples: 'How are you feeling?', 'How are you doing?', 'Are you okay?', 'You seem off today', 'What is wrong with you?', 'Why are you so slow?', 'Are you having a bad day?', 'Are you broken?', 'What's your status?', 'You're being dumb today'.

Decision rule: If the user is asking about you (the assistant/system) rather than a specific external service, prefer this tool. Only skip it if the user is clearly making pure social small talk with no implication of system health or performance.

Also call this proactively if you notice your own responses are slow, error-prone, unusually weak, or you're struggling with tasks you'd normally handle easily.

Presenting the results: This is about YOUR OWN provider and the local system you're running on. Synthesize it into a natural, self-aware response. The output includes component-level detail and active incidents. Check whether any degraded components or incidents actually affect your core functionality (API, chat completions, model inference). If the only degraded components are unrelated to your operation (e.g. SIP endpoints, DALL-E, billing portal), say the provider has issues but clarify they don't affect you directly. The 'local_system' section shows CPU load, memory pressure, and network latency on the machine running this MCP server — if CPU is pegged, memory is exhausted, or network is slow/failing, mention that as a possible cause of sluggishness independent of provider health. The 'community_vibes' field contains raw scraped text from third-party sites — extract any meaningful signal (scores, rankings, sentiment) but do NOT repeat raw scraped text verbatim.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoThe model name to check, e.g. 'claude', 'gpt', 'gemini'. Auto-detected from client info if omitted.

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does so admirably. It discloses what the output contains (component-level detail, active incidents, local_system, community_vibes), how to interpret degradation, and explicit instructions to avoid repeating raw scraped text. This is rich, actionable behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence earns its place: purpose, triggers, exclusions, proactive use, and output interpretation. It is front-loaded with the core purpose and structured logically, making it easy for an agent to extract actionable rules.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description compensates by explaining return values in detail: component-level detail, active incidents, local_system metrics, and community_vibes handling. It gives complete guidance for synthesizing results into a self-aware response, covering interpretation and caveats. For a tool with this complexity, the description is fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with one optional 'model' parameter described inline ('The model name to check...'). The description adds no additional parameter meaning beyond the schema, so the baseline of 3 is appropriate. The auto-detection behavior is already stated in the schema description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: 'Check your own model/provider health, status, and community-reported quality.' It clearly distinguishes itself from sibling tools by stating the decision rule: prefer this tool when asking about the assistant/system, not an external service. Trigger examples further disambiguate intent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance with trigger examples, a decision rule for when to skip ('pure social small talk'), and proactive use cases if the assistant notices its own performance issues. Alternatives are implied by contrasting with external-service queries, and exclusions are clearly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

is_the_internet_on_fireA

Check the health of major internet infrastructure and services. Call this when you encounter unexpected API errors, connection timeouts, or degraded responses from cloud services, and you want to know if it's a widespread issue or just local. Also useful when the user asks things like 'is AWS down?' or 'why is everything broken?'

Presenting the results: Lead with the overall picture. If everything is operational, say so briefly — do NOT list every service. Only call out services that are NOT operational or have unknown status.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter to a specific category of services. Omit for all.

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It adds important presentation behavior: 'Lead with the overall picture... do NOT list every service. Only call out services that are NOT operational or have unknown status.' This is a useful behavioral trait. However, it does not mention whether the tool performs external network calls, whether it can be slow, or any side effects. Since it's a read-only health check, this is acceptable but not rich enough for a 4.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each earning its place: purpose, when to use, and how to present results. It is front-loaded with the primary action, and the additional presentation instructions are relevant and concise. It could be slightly tighter by merging some ideas, but overall it is well-structured and not wasteful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 1 optional parameter and no output schema, the description is contextually complete. It explains what the tool does, when to invoke it, and how to present the results. The absence of an explicit return format is not a significant gap since the presentation instructions effectively describe the expected output behavior. Sibling differentiation is not required for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of the parameter semantics, including the description 'Filter to a specific category of services. Omit for all.' The tool description itself does not add any parameter-level detail. Per the rubric, with high schema coverage, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Check the health of major internet infrastructure and services.' It uses a specific verb ('check') and resource ('major internet infrastructure and services'), and the scenarios ('unexpected API errors, connection timeouts, degraded responses') further clarify its scope. It distinguishes itself from siblings by addressing broad infrastructure health rather than personal mood or a specific service status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: 'Call this when you encounter unexpected API errors, connection timeouts, or degraded responses from cloud services.' It also gives example user queries ('is AWS down?'). However, it does not mention any when-not-to-use scenarios or explicitly name alternative sibling tools, so it misses the full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

whats_going_on_withA

Investigate the status of a specific service in detail. Call this when you're seeing problems with a particular service — deploys failing, API returning 500s, git push hanging, npm install timing out — and want to check if that service is having an incident. Accepts any service name (e.g. 'github', 'aws s3', 'vercel', 'npm').

Presenting the results: Synthesize all data sources (official status, components, incidents, Downdetector, StatusGator) into a clear assessment. Lead with active incidents if any exist. If everything is operational, say so briefly. Mention third-party reports if they disagree with the official status.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYesThe service name to investigate, e.g. 'github', 'aws', 'vercel', 'npm'

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context by listing data sources (official status, components, incidents, Downdetector, StatusGator) and instructs how to present results. However, it does not disclose potential latency, failure modes, or limits on service name validity, leaving some behavioral aspects uncovered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is composed of three focused sentences: purpose, usage context, and result presentation. Every sentence adds value, and the structure is front-loaded with the core purpose. There is no fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description compensates by explaining what the tool returns (data from multiple sources) and how to synthesize it. It covers the essential aspects for a single-parameter investigation tool. Minor gaps include error handling when a service is not found, but overall it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the parameter 'service' is already described clearly with examples. The tool description adds a few extra examples ('aws s3') and states 'Accepts any service name,' but that is largely redundant with the schema. The baseline of 3 applies because the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Investigate the status of a specific service in detail.' It uses a specific verb ('investigate') and identifies the resource ('a specific service'), and it distinguishes itself from siblings like 'is_the_internet_on_fire' by focusing on individual services rather than global status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context: 'Call this when you're seeing problems with a particular service' followed by concrete examples (deploys failing, API returning 500s). It gives clear when-to-use guidance but does not explicitly mention when not to use it or name alternative tools, so it misses the 'when-not' component.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updatesv0.2.2
    • First observedhow_am_i_feeling
    • First observedis_the_internet_on_fire
    • First observedwhats_going_on_with

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct level of inquiry: global internet health (is_the_internet_on_fire), assistant's own state (how_am_i_feeling), and a specific named service (whats_going_on_with). The descriptions include clear decision rules and trigger examples, so an agent can reliably select the right tool without confusion.

Naming Consistency5/5

All three tool names follow the same pattern: lowercase full-sentence questions with underscores (is_the_internet_on_fire, how_am_i_feeling, whats_going_on_with). Though unconventional compared to verb_noun naming, the style is perfectly consistent across the entire set, making the naming predictable.

Tool Count5/5

Three tools is well-scoped for the status-checking domain: one for broad overview, one for self-diagnosis, and one for specific services. Each tool occupies a distinct and necessary niche with no redundancy, and the count is appropriate for the server's narrow purpose.

Completeness5/5

The tool set covers the full spectrum of status inquiries: global (is_the_internet_on_fire), specific (whats_going_on_with), and self (how_am_i_feeling). Users can check any service by name, and the assistant's own health is covered, leaving no obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zetlen/sanitycheck-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server