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
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.
| Tool | Description | Params |
|---|---|---|
| list_lists | List all lead lists | — |
| create_list | Create a new lead list | name |
| delete_list | Delete a list and all its leads | id |