The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Sentinel listing page.
Uptime, SSL, DNS and domain monitoring you can talk to: check, create and manage monitors for all your client sites from Claude, ChatGPT, or any MCP client.
Sentinel is uptime, SSL, DNS and domain-expiry monitoring built for agencies and freelancers managing client websites. This MCP server puts the whole product in your AI assistant: ask "which client SSL certificates expire this month?", "what was uptime across all sites in June?", or "add monitoring for newclient.com" in plain language. Tools cover creating, updating, pausing and deleting monitors, on-demand URL checks from every region, uptime summaries, incident management, DNS history, performance history, expiring-certificate reports, status pages, monitor groups, a team-members access review (roles, 2FA, last sign-in), and a needs-attention digest. Built by a solo founder who uses it daily instead of the dashboard.
This is a hosted (remote) MCP server; there is nothing to install or run. This repository is its public home: connection instructions, the registry manifest, and the issue tracker for feedback from agent users.
https://sentinel.rootstuff.io/mcp/sentinelhttps://sentinel.rootstuff.io/mcp/sentinel-oauthCreate an API token at sentinel.rootstuff.io/user/api-tokens.
Add a custom connector (Settings → Connectors → Add custom connector) with the URL https://sentinel.rootstuff.io/mcp/sentinel-oauth, or use the bearer endpoint above in a JSON config:
Add a custom connector with the URL https://sentinel.rootstuff.io/mcp/sentinel-oauth. The Claude.ai connector flow requires OAuth; you'll sign in to Sentinel and approve access, no token pasting needed. Supports OAuth 2.1 with dynamic client registration.
Any client that speaks MCP over Streamable HTTP works. Use the OAuth endpoint for clients with a browser sign-in flow, or the bearer endpoint with an Authorization: Bearer YOUR_API_TOKEN header for headless and CLI clients.
Monitoring reads (any plan with API access):
| Tool | What it answers |
|---|---|
get-uptime-summary-tool | "Is anything down right now?" |
get-attention-items-tool | "What needs my attention this morning?" |
list-monitors-tool / get-monitor-tool | Inspect monitors, filter and search |
list-incidents-tool | Review outages and their timelines |
get-performance-history-tool | Response-time trends per monitor |
get-dns-history-tool | DNS record changes over time |
list-expiring-certificates-tool | "Which SSL certificates expire soon?" |
list-status-pages-tool | Public status pages in the team |
list-groups-tool | Monitor groups (the dashboard's grouped view) |
list-team-members-tool | Who has access: role, 2FA state, last sign-in |
check-url-tool | On-demand check of any URL from every region |
Monitor and incident management (full API access):
| Tool | What it does |
|---|---|
create-monitor-tool / update-monitor-tool / delete-monitor-tool | Manage monitors |
pause-monitor-tool / unpause-monitor-tool | Pause checks during maintenance |
trigger-check-tool | Re-check a monitor right now |
create-incident-tool / update-incident-tool / delete-incident-tool | Manage incidents |
acknowledge-incident-tool / resolve-incident-tool | Work an incident from chat |
create-group-tool / update-group-tool / delete-group-tool | Organize monitors into groups |
Sentinel is a hosted service by rootstuff; the server code is not open source. This repository exists so MCP directories, registries, and agent users have a public home for the server. Bug reports and tool requests are welcome in the issues.