Agent connection

Give your coding agent a real browser.

Connect one MCP endpoint for browser automation, verified flow maps, hermetic service clones, PR gating, and forensic run traces — 82 tools across Cartographer, Guard, Clones, and Trace.

OAuth 2.1 + PKCE · 82 MCP tools · scoped access
01
Cartographer
54 tools — explore, extract, validate, and export resilient flows.
02
Guard
13 tools — gate pull requests and monitor production journeys.
03
Clones
7 tools — deterministic vendor services with virtual time.
04
Trace
8 tools — inspect decisions, network evidence, and replays.

Manual JSON config

Paste this into mcp.json or claude_desktop_config.json.

{
  "mcpServers": {
    "molar": {
      "url": "https://api.molar.it/mcp"
    }
  }
}

Zero-human agent bootstrap

An agent can request its own restricted identity; a human verifies ownership by email. Read the guide.

# Register, then verify the emailed challenge
molar agent signup --human-email you@co.com --name "QA Bot" --harness cursor
molar agent signup verify --code 483921

Solo and self-hosted

Run only the surfaces you need. No hosted Molar account is required.

# Guard with an existing Playwright suite
npx @molar/guards-mcp

# Cartographer only
npx @molar/cartographer-mcp

# Compose selected surfaces
molar mcp serve --surfaces=guards,cartographer