Sentinel Monitoring MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sentinel Monitoring MCP ServerWhich client SSL certificates expire this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sentinel Monitoring MCP Server
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, 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.
Endpoint (API token / bearer):
https://sentinel.rootstuff.io/mcp/sentinelEndpoint (OAuth 2.1):
https://sentinel.rootstuff.io/mcp/sentinel-oauthTransport: Streamable HTTP
Connect
Claude Code
claude mcp add --transport http sentinel https://sentinel.rootstuff.io/mcp/sentinel \
--header "Authorization: Bearer YOUR_API_TOKEN"Create an API token at sentinel.rootstuff.io/user/api-tokens.
Claude Desktop
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:
{
"mcpServers": {
"sentinel": {
"type": "http",
"url": "https://sentinel.rootstuff.io/mcp/sentinel",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Claude.ai (web and mobile apps)
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.
ChatGPT and other MCP clients
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.
Related MCP server: SiteVitals
Tools (21)
Monitoring reads (any plan with API access):
Tool | What it answers |
| "Is anything down right now?" |
| "What needs my attention this morning?" |
| Inspect monitors, filter and search |
| Review outages and their timelines |
| Response-time trends per monitor |
| DNS record changes over time |
| "Which SSL certificates expire soon?" |
| Public status pages in the team |
| On-demand check of any URL from every region |
Monitor and incident management (full API access):
Tool | What it does |
| Manage monitors |
| Pause checks during maintenance |
| Re-check a monitor right now |
| Manage incidents |
| Work an incident from chat |
Example prompts
"Which of my client sites had downtime this week?"
"List SSL certificates expiring in the next 30 days."
"Create a monitor for https://client-site.com and check it now."
"Anything that needs my attention this morning?"
"Check if example.com is up from every region."
Authentication and plans
API tokens carry per-token permissions; write tools require the matching create, update, or delete permission on the token, and a refusal names the missing permission.
Plans: read tools are available on any plan with API access (Starter and up). Write tools (create, update, delete, pause) require full API access (Pro or Business). See pricing.
All access is scoped to the authenticated user's current team. Deletes are irreversible.
About
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.
Product: sentinel.rootstuff.io
MCP feature page: sentinel.rootstuff.io/mcp
Full docs: sentinel.rootstuff.io/docs/mcp
LLM-readable site index: sentinel.rootstuff.io/llms.txt
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rootstuff/sentinel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server