Bring your Brandlight AI-visibility data into your AI assistant. Available to existing Brandlight users — you sign in with your Brandlight account and see exactly what you see in the platform.
Server URL: https://mcp.brandlight.ai/mcp
Settings → Connectors → Add custom connector, paste the server URL, then sign in to Brandlight when prompted. On Team & Enterprise plans an owner adds it under Organization settings → Connectors.
claude mcp add --transport http brandlight https://mcp.brandlight.ai/mcp
Then run /mcp and choose Authenticate — your browser opens the Brandlight sign-in.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"brandlight": {
"url": "https://mcp.brandlight.ai/mcp"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"brandlight": {
"type": "http",
"url": "https://mcp.brandlight.ai/mcp"
}
}
}
The first connection opens Brandlight in your browser: sign in if you aren't already, then allow the connection. Your assistant then uses your Brandlight identity — the same tenants, brands and permissions as in the platform. If it stops working, remove the stored authentication for the connector and connect again.