Vendor status pages, TLS cert inspection, DNS propagation checks, and incident-response playbooks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Check vendor status pages, inspect SSL/TLS certificates, verify DNS propagation, and get incident-response playbooks via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://devops-status.caseyjhand.com/mcp
Seven tools in three capability groups β vendor status (51 built-in vendors across Atlassian Statuspage, Status.io, Slack, AWS Health, Google Cloud Service Health, and Firehydrant backends, normalized to one shape, + raw Statuspage URL passthrough), pure-TypeScript cert/DNS checks (any domain), and incident-response guidance:
| Tool | Description |
|---|---|
devops_list_vendors | List vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and status page URL. |
devops_status_check | Check the current health status for one or more vendors. Returns per-vendor indicator (none / minor / major / critical / maintenance), degraded components, and active incident summaries. |
devops_get_incidents | Fetch incident history for a vendor β active, resolved, or scheduled maintenance. Returns the full incident timeline with per-update bodies and affected components. |
devops_watch_stack | Check the health of a named vendor stack persisted in session state. Pass vendors once to save the list; subsequent calls reuse it. Returns an aggregate health rollup plus per-vendor detail. |
devops_check_certs | Inspect SSL/TLS certificate health for one or more domains via a real TLS handshake. Reports expiry, chain depth, protocol version, cipher suite, and HSTS presence. Pure TypeScript β no external API. |
devops_check_dns | Resolve DNS records and verify propagation for one or more domains across Google (8.8.8.8), Cloudflare (1.1.1.1), and Quad9 (9.9.9.9). Reports per-resolver latency and resolver discrepancies. Pure TypeScript β no external API. |
devops_suggest_action | Instruction tool β returns a tailored incident-response playbook and pre-filled follow-up tool calls given a vendor name and optional incident context. No external calls; fully deterministic. |
devops_list_vendorsDiscover available vendors before running status checks or configuring a stack.
query (matches name and slug, case-insensitive) and an optional category filtercloud, cdn-edge, dev-platform, data, comms, auth, monitoring, aiaws, gcp, gitlab, neon, slack, and redis-cloud served through native-API adapters)Built-in vendor registry:
| Category | Vendors |
|---|---|
cloud | digitalocean, linode, aws, gcp |
cdn-edge | cloudflare, akamai |
dev-platform | gitlab, github, npm, vercel, netlify, render, fly-io, circleci, travis-ci, snyk, atlassian, figma, launchdarkly |
data | mongodb-atlas, planetscale, supabase, neon, redis-cloud, elastic, influxdb, upstash, cloudinary, segment |
comms | slack, discord, twilio, sendgrid, mailgun, hubspot, brevo, courier, loops |
auth | auth0, clerk, workos |
monitoring | datadog, sentry, new-relic, grafana-cloud, honeycomb |
ai | openai, anthropic, elevenlabs, pinecone, cohere |
Most registry entries are Atlassian Statuspage endpoints; aws (AWS Health Dashboard), gcp (Google Cloud Service Health), gitlab / neon (Status.io), slack (Slack's own status API), and redis-cloud (Firehydrant) are served through adapters that normalize into the same shapes, so every tool works identically for them. Azure remains out of the registry: its status feed is RSS with no severity or lifecycle field, so the normalized shapes cannot be filled from it without inventing values. Statuspage-compatible pages not listed here can still be reached by passing a raw base URL.
devops_status_checkBatch health snapshot across one or more vendors in a single call.
"github", "aws") or raw Atlassian Statuspage base URLs (e.g., "https://www.githubstatus.com") β mix freelymode: "summary" (default): indicator + degraded components + active incidentsmode: "detailed": adds full component list and scheduled maintenance windowsPromise.allSettled fan-out β one failing vendor does not block the rest; errors surface inlinecached: true flag on each resultdevops_get_incidentsFull incident timeline for a vendor with filter support.
filter: "all" (default): incidents plus scheduled maintenancesfilter: "active": only incidents with status investigating / identified / monitoringfilter: "resolved": only fully resolved incidentsfilter: "scheduled": only scheduled maintenance windowslimit (1β50) with offset for paging through longer history; a truncated result discloses the total and names the next offset to fetchfilter: "resolved" and filter: "scheduled" are always empty for awsdevops_watch_stackNamed, persisted vendor stack for recurring health sweeps.
vendors to define the stack β it is saved to tenant-scoped session state under stack_namevendors; the saved list is reused automaticallystack_name values (e.g., "production", "data-layer") β letters, digits, hyphens, and underscores, optionally separated by single dots or slashes, 1-64 charactersall_operational / degraded / partial_outage / major_outage / unknown (a vendor could not be reached β errored vendors count as unavailable and never roll up as all_operational)devops_check_certsDirect TLS handshake inspection β no external API required.
https:// prefix) β up to 10 per callwarning at < 30 days, critical at < 7), certificate subject and SANs, issuer common name, chain depth, negotiated TLS version (flags 1.0 and 1.1 as insecure), cipher suiteStrict-Transport-Security response header"error") rather than throwing β useful partial results when checking multiple domainsdevops_check_dnsMulti-resolver DNS propagation check β no external API required.
devops_suggest_actionDeterministic incident-response guidance, no external calls.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/devops-status-mcp-server)<a href="https://allmcps.com/mcp/devops-status-mcp-server"><img src="https://allmcps.com/api/badge/devops-status-mcp-server?style=directory" alt="Devops Status MCP Server on AllMCPs" /></a>