- Home
- Mcp
Plug Lemwatch into your AI assistant
A best-in-market MCP server for website monitoring. Tools, live resources, and slash-command playbooks — with proper RBAC and confirmation gates on every write.
19 tools, 5 resources, 6 playbooks
Org-scoped, RBAC-aware
Hosted & instant
1. Mint a token
Visit Settings → MCP Tokens and create one. You'll see the token exactly once.
2. Add it to your AI client
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lemwatch": {
"url": "https://trezcnuiaocvjrtiyzho.supabase.co/functions/v1/mcp-server",
"headers": {
"Authorization": "Bearer lwm_YOUR_TOKEN_HERE"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lemwatch": {
"url": "https://trezcnuiaocvjrtiyzho.supabase.co/functions/v1/mcp-server",
"headers": { "Authorization": "Bearer lwm_YOUR_TOKEN_HERE" }
}
}
}For ChatGPT and other clients, point them to https://trezcnuiaocvjrtiyzho.supabase.co/functions/v1/mcp-server with header Authorization: Bearer lwm_…
3. Try a prompt
"Use Lemwatch to triage the most recent ongoing incident on lemwatch.com — find the likely root cause and recommend a next action."
What's exposed
Tools (11)
list_sitesviewer+List monitored sites with current statusget_siteviewer+Full site detail with health scoreslist_incidentsviewer+Incidents filtered by site/status/severityget_incidentviewer+Incident with last 5 checks as evidencelist_recent_checksviewer+Latest uptime probes for a siteget_ssl_statusviewer+TLS cert grade, expiry, issuerget_seo_auditviewer+Latest SEO crawl with issuesget_uptime_historyviewer+Daily uptime % and response-time trendcompare_sitesviewer+Side-by-side health comparison of two siteslist_maintenance_windowsviewer+Scheduled maintenance windowsrun_pulse_scanviewer+Run a Production Pulse audit on any URLget_pulse_reportviewer+Fetch a stored Pulse report by id, slug, or domaincompare_pulse_scansviewer+Head-to-head Pulse comparison for two domainsacknowledge_incidentmember+Mark incident acknowledged (confirm gate)resolve_incidentmember+Resolve an incident (confirm gate)trigger_recheckmember+Run all checks now (confirm gate)add_handoff_notemember+Post to team handoff inbox (confirm gate)add_maintenance_windowadmin+Suppress alerts during maintenanceget_audit_logadmin+Read the MCP request log for this org
Resources (4)
Live URIs the agent can subscribe to without burning tokens.
lemwatch://siteslemwatch://incidents/activelemwatch://fleet/healthlemwatch://pulse/recentlemwatch://sites/{id}/status
Prompts (5)
Pre-built investigation playbooks via slash menu.
/incident-triage/root-cause/performance-regression/weekly-client-report/pre-launch-check/pulse-audit
Tier limits
Free
Read-only basics
- list_sites · get_site · list_incidents · get_incident
- 1 site visible · 30 calls/hour
Pro · $19/mo
Full read + writes
- All tools except maintenance windows
- 3,600 calls/hour
Agency · $59/mo
Everything
- All tools including maintenance windows
- 7,200 calls/hour
Prebuilt agent skills
Markdown SKILL.md files that teach Claude or Cursor exactly how to use the Lemwatch MCP for triage, pre-launch audits, and weekly client reports.
For MCP registries & directories
Lemwatch publishes a standards-compliant discovery manifest at /.well-known/mcp.json so any MCP-aware client or registry can auto-discover capabilities, scopes, and rate limits.
Manifest URL: https://lemwatch.com/.well-known/mcp.json

