New — Wave 4

    Run SEO audits from inside any AI agent.

    LemAudit is the first SEO audit engine exposed as a Model Context Protocol server. Plug it into Claude Desktop, Cursor, ChatGPT, or your own LLM app and your agent can audit a domain, look up prospects, and compare competitors — all in one conversational turn.

    Zero context switching

    Your agent runs the audit, summarizes it, and follows up — without leaving the chat.

    Works with any MCP client

    Claude Desktop, Cursor, Continue, custom OpenAI Agents — anything that speaks MCP.

    Bring-your-own auth

    Bearer-token API keys per agency. Revoke any time. Hashed at rest.

    Tools your agent gets

    run_audit

    Score any domain on SEO + AI-readiness in 30s. Returns top issues, CWV, and a shareable report URL.

    get_audit

    Look up the most recent audit your account has captured for a domain.

    list_recent_leads

    Surface recently captured prospects, optionally filtered by heat (hot/warm/cold).

    compare_competitors

    Run a head-to-head SEO diff between any two domains. Returns pillar deltas and "they fixed it, you didn't" sales angles.

    Setup (90 seconds)

    1. Generate an MCP key in your dashboard. Copy the token — it's only shown once.
    2. Add LemAudit to your client's MCP config:
      {
        "mcpServers": {
          "lemaudit": {
            "url": "https://spbeymkqthdsailaqflw.supabase.co/functions/v1/mcp",
            "headers": { "Authorization": "Bearer YOUR_LEMAUDIT_MCP_KEY" }
          }
        }
      }
    3. Restart your client. Ask the agent something like:

      "Run a LemAudit on stripe.com and tell me the top 3 issues."

    Endpoint

    https://spbeymkqthdsailaqflw.supabase.co/functions/v1/mcp

    Streamable HTTP · JSON-RPC 2.0 · Protocol version 2025-06-18