Developer tool
Uptime that your agents can call.
Connect Cursor, VS Code, Claude, and other MCP clients to Tallwatch. One Bearer key — list monitors, triage incidents, no local server to babysit.
{
"mcpServers": {
"tallwatch": {
"url": "https://api.tallwatch.com/mcp",
"headers": {
"Authorization": "Bearer tw_live_your_key_here"
}
}
}
}Workflow
From key to agent
Three steps get an MCP client talking to the same API as the dashboard and CLI. Hosted endpoint, scoped keys, no local process.
Create a scoped API key
In Settings → API keys, mint a tw_live_… secret. Read keys list and inspect; write keys can pause monitors and ack incidents.
Point your client at Tallwatch
Hosted MCP at api.tallwatch.com/mcp — no npm package, no local process. Paste the config for Cursor, VS Code, or Claude.
Ask what's broken
Agents call get_status, list monitors, and triage incidents — the same ops surface as the CLI, minus browser login.
Prefer the terminal?
The same API keys power the Tallwatch CLI — shell login, monitors, and UptimeRobot import.
