Integrations/MCP

MCP Server

Connect any MCP-compatible AI agent to Lightreach for full data access — create leads, launch campaigns, reply to emails, and more.

API Token
Not configured
Bearer token for MCP authentication. Keep it secret — anyone with this token can fully control Lightreach via the agent.

Rotating creates a new token and immediately invalidates the old one. Any agent configs must be updated with the new token.

Connect Your Agent
Add this to your project's .mcp.json (Claude Code) or claude_desktop_config.json (Claude Desktop).
{
  "mcpServers": {
    "lightreach": {
      "url": "https://lightreach.jasperfilmz.online/api/mcp",
      "headers": {
        "Authorization": "Bearer <your-bearer-token>"
      }
    }
  }
}

Generate a token above to populate the snippet with your actual bearer token.

Tool Reference
All 43 MCP tools exposed to your agent, grouped by domain.
ToolDescriptionParams
list_listsList all lead lists
create_listCreate a new lead listname
delete_listDelete a list and all its leadsid