MCP server · Model Context Protocol

Your monitoring,in conversation

Sentinel speaks the Model Context Protocol, so Claude, ChatGPT and any MCP-compatible agent can read your monitoring and act on it. Ask, approve, done.

Your assistantConnected to Sentinel
Ask about your monitoring…

Scripted demo · real tool names

Why MCP

Answers, not dashboards

Most mornings you don't want a dashboard, you want an answer. With Sentinel connected to your assistant, you ask and it reads the result straight from your account, then takes the next step when you approve it.

  • Ask questions in plain language instead of clicking through dashboards
  • Let agents triage incidents, pause noisy monitors and run one-off checks
  • Standard protocol, so it works with the AI tools you already use

21

MCP tools

2

Ways to connect

4

Regions for live checks

24/7

On-demand access

Capabilities

Everything your assistant can reach

01

Answers in plain language

Ask “is anything down?” or “what needs my attention this morning?” and your assistant reads the answer straight from your account. No dashboard digging.

02

21 built-in tools

Uptime summaries, an attention roundup, monitor and incident inspection, performance and DNS history, certificate expiry, and on-demand global URL checks.

03

Read and write by plan

Read tools work on any plan with API access. Write tools (create, update, pause monitors and manage incidents) require full API access on Pro or Business.

04

Team-scoped and safe

An assistant only ever sees the team you're currently working in. Every write asks for your approval first, and deletes are flagged as destructive.

05

Works with any MCP client

It's standard Model Context Protocol, so it works with Claude, ChatGPT, Cursor, your own agents and IDE extensions. No lock-in.

06

OAuth or bearer token

One-click OAuth sign-in for hosted apps like Claude and ChatGPT, or an API bearer token for Claude Code, Claude Desktop and custom agents.

Instructions for agents

Connect in under a minute

Point your assistant at one of two endpoints. Hosted apps use OAuth; developer tools and custom agents send a bearer token. Both expose the same tools, scoped to your current team.

Replace YOUR_TOKEN with an API token from your account settings. Full setup, including ChatGPT and other clients, lives in the MCP docs and the MCP tools reference.

OAuth endpoint

Claude & ChatGPT apps

One-click sign-in, no token to copy.

Bearer token endpoint

Code & custom agents

Send an API token as an Authorization header.

Claude Code

claude mcp add --transport http sentinel https://sentinel.rootstuff.io/mcp/sentinel --header "Authorization: Bearer YOUR_TOKEN"

Claude Desktop & custom MCP clients

{
  "mcpServers": {
    "sentinel": {
      "type": "http",
      "url": "https://sentinel.rootstuff.io/mcp/sentinel",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

FAQ

MCP questions.

What is MCP?

The Model Context Protocol is an open standard for connecting AI assistants to external tools and data. Sentinel ships a built-in MCP server, so any MCP-compatible assistant can read your monitoring and act on it in plain language.

Which AI assistants can I connect?

Any MCP-compatible client. That includes the Claude apps and Claude Code, ChatGPT on paid plans, Cursor and other IDE extensions, plus your own agents. Hosted apps connect over OAuth; developer tools use a bearer token.

Is it safe to give an assistant access to my monitoring?

Yes. The connection is scoped to the single team you're working in, read tools are all it needs for routine questions, and every write asks you to approve it first. Deletes are explicitly flagged as destructive, and usage is tracked alongside your other API activity.

Do I need a paid plan?

Any plan with API access can use the read tools, asking “is anything down?” or “which sites are slowest this week?”. The write tools that create, update, pause monitors or manage incidents require full API access on Pro or Business.

What can the assistant actually do?

Read tools cover uptime summaries, an attention roundup, listing and inspecting monitors and incidents, performance and DNS history, expiring certificates, and on-demand URL checks from every region. Write tools create, update, pause and resume monitors, run one-off checks, and acknowledge, resolve or update incidents.

How do I connect it?

Paste the OAuth URL into a hosted app like Claude or ChatGPT, or run one command in Claude Code with a bearer token. Full step-by-step setup lives in the docs, and the connection snippets are on this page.

Ask your monitoring anything.

Connect Claude, ChatGPT or your own agent and get answers in plain language.

Works with any MCP client · OAuth or bearer token · Team-scoped access