What is the Lemwatch MCP server?

Lemwatch runs a hosted Model Context Protocol server so AI assistants like Claude and ChatGPT can read your sites and act on incidents.

Quick answer

MCP (Model Context Protocol) is an open standard that lets AI assistants call live tools. Lemwatch's hosted MCP server exposes 11 tools, 4 resources, and 5 prompts so your AI can list sites, triage incidents, and open handoffs.

What it does

Where to find it in Lemwatch

Settings → MCP tokens to issue a token. Docs and endpoint URL live at /mcp.

How to connect

  1. Settings → MCP tokens → Issue token. Copy it once — we only store the hash.
  2. In your AI client, add the MCP server URL and paste the token as the bearer.
  3. Ask the assistant "list my sites" to verify.
  4. See the tool catalog for what to try next.

FAQ

Which AI clients are supported?

Anything speaking MCP 2025-06-18 over Streamable HTTP — Claude Desktop, Cursor, custom agents.

Is it secure?

Tokens are org-scoped, hashed, and rate-limited per plan. Writes require confirm: true.

Related