Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Exit1 uptime monitoring. Let your AI assistant set up monitoring for the project you just shipped β read your repo, create the checks, configure alerts, and send a real test alert to prove it works β then ask it about uptime in plain language afterwards.
Hosted (recommended). No API key, no npm install, no plan requirement to get started. Run this in your terminal before starting a session: the login opens your browser, you sign in (or sign up) with Clerk, approve, and you're connected.
One line on purpose: pasting the two commands as separate lines is unreliable in some terminals (cmd.exe drops the second line). In old Windows PowerShell (5.1), where && doesn't parse, run the two halves one at a time. Connect before you start the session: MCP clients load servers at startup, so a server added mid-conversation isn't usable until a restart. On Claude Code versions without claude mcp login, start claude and authenticate via /mcp instead.
Local stdio. This npm package. Uses a Public API key from your dashboard. Use it when your client doesn't support remote MCP servers with OAuth.
Both expose the same tools. The hosted server is easier; the stdio one has no browser step, which some CI-ish setups prefer.
Connect the server (above), then paste this into Claude Code, Cursor, Codex or any MCP-capable assistant, from inside your project:
Once connected, the server also ships a setup_monitoring prompt containing the full playbook β in Claude Code, /exit1:setup_monitoring.
| Client | Hosted (OAuth) | Local stdio |
|---|---|---|
| Claude Code | β | β |
| Claude Desktop | β | β |
| Cursor | β | β |
| VS Code (Copilot) | β | β |
| Windsurf | β οΈ check version | β |
| Codex CLI | β οΈ check version | β |
| Gemini CLI | β οΈ check version | β |
| Goose | β οΈ check version | β |
| ChatGPT | via connector | via mcp-remote bridge |
Remote MCP with OAuth is still rolling out across clients. Where it isn't supported yet, the stdio path below works everywhere.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally). Same shape as Claude Desktop above.
Run MCP: Add Server from the Command Palette, choose Command (stdio), enter npx -y exit1-mcp. VS Code uses a servers key rather than mcpServers:
Same mcpServers block as Claude Desktop, in mcp_config.json (Windsurf settings βΊ MCP), ~/.gemini/settings.json, or via goose mcp add exit1 -- npx -y exit1-mcp. Restart the IDE or CLI afterwards.
Bridge the stdio server with mcp-remote, then add it under Settings βΊ Connectors.
| Tool | Scope | Description |
|---|---|---|
get_account | checks:read | Plan, limits and current usage. Call this first when setting things up. |
list_checks | checks:read | List checks with current status. |
get_check | checks:read | Detail for one check, including SSL state. |
get_check_history | checks:read | Individual results over time. |
get_check_stats | checks:read | Uptime % and response times across ranges. |
get_status_page | checks:read | Snapshot of a public status page. |
create_check | checks:write | Create a monitor (website, API, ping, TCP, DNS, domain, heartbeat). |
update_check | checks:write | Change an existing check's settings. |
toggle_check | checks:write | Pause or resume a check. |
delete_check | checks:delete | Permanently remove a check. |
get_alert_settings | alerts:read | See where alerts currently go. |
set_email_alerts | alerts:write | Set email recipients and events. |
add_webhook_alert | alerts:write | Connect Slack, Discord, Teams or a generic webhook. |
send_test_alert | alerts:write | Fire a real test alert. |
The hosted server requests checks:read, checks:write, alerts:read and alerts:write by default β not checks:delete, which has to be asked for explicitly. For the stdio path, tick the scopes you want when creating the API key.
| Environment variable | Required | Description |
|---|---|---|
EXIT1_API_KEY | stdio only | Your Exit1 API key (ek_live_β¦) |
EXIT1_API_URL | No | Override the API base URL (for development) |
Hosted connections are listed at app.exit1.dev/mcp and can be revoked there at any time. Revoking kills every token issued to that client immediately.
npm test spawns the built server and asserts the surface a client actually sees β the tool
count, readOnlyHint / destructiveHint annotations, the setup_monitoring prompt, and that an
unknown tool returns isError rather than a protocol error. It needs no API key and makes no
network calls.
check:catalog existsThe tool catalog is deliberately duplicated between this package and the hosted OAuth server,
which lives in Mopra/exit1.dev at
functions/src/mcp-tools.ts. Two separate builds, no shared package, nothing at compile time
tying them together. npm run check:catalog fails if they drift on tool names or input schemas,
and warns on wording differences. CI runs it on every push and once a day.
Change a tool here, change it there β and run the check before releasing.
To run it against a local checkout instead of GitHub:
Bump version in server.json to match, then re-publish the registry entry (see
below). The version string in src/index.ts is what clients see in
serverInfo β keep it in step with package.json.
server.json describes both distribution paths (the npm package and the hosted endpoint) for the
official MCP registry. The registry name is
dev.exit1/exit1-mcp, which requires proving control of exit1.dev:
npm ownership is proven by the mcpName field in package.json, which must stay equal to name
in server.json.
| Website | exit1.dev β Learn about the platform | Repo |
| Monitor App | app.exit1.dev β Sign in and manage your checks | Repo |
| Documentation | docs.exit1.dev β Guides, API reference, and setup instructions | Repo |
| MCP Server | exit1-mcp β this repo | Repo |
Also listed on the official MCP registry as dev.exit1/exit1-mcp.
MIT β see LICENSE.
The rest of exit1 is source-available rather than open source; this package is the exception, so it can be vendored and inspected freely by MCP clients.
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/exit1-uptime-monitoring)<a href="https://allmcps.com/mcp/exit1-uptime-monitoring"><img src="https://allmcps.com/api/badge/exit1-uptime-monitoring?style=directory" alt="Exit1 Uptime Monitoring on AllMCPs" /></a>