Back to MCP Servers
Statuscraft
MCP server that checks the live status of 3831 software services in real time. Ask your AI agent "is GitHub down?" or "what's wrong with Sentry?" — and get a live answer pulled directly from official status pages, including full incident detail when something is broken. `npx -y …
monitoringgithubaiagent
By jabbawocky
Installation
npx -y github:jabbawocky/statuscraftConfiguration
{
"mcpServers": {
"statuscraft": {
"command": "npx",
"args": ["-y", "statuscraft"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes