BrandJet MCP Turns LiveSignals Into Outreach.
Ask Claude, Cursor, OpenClaw, or any MCP-compatible agent to watch Reddit and X for buying signals, draft outreach from the mention, and bring you an approval step before anyone is enrolled or contacted. Dozens of agent-callable tools. Human control where it matters.
The Listen-To-Outreach Moment
Your agent catches the signal, BrandJet wires the workflow, and a human approves the outreach step before a lead enters the campaign.
Watch Reddit and X for founders complaining about Hootsuite.
create_mention_to_outreach_workflow wires the listening query to a paused campaign.
A matching mention.created event routes the author into the workflow.
Approval is required before BrandJet creates or enrolls the campaign lead.
The outreach campaign stays paused until launch and send controls are approved.
“Watch Reddit and X for founders complaining about Hootsuite, create a paused campaign, draft outreach from the mention, and ask me before enrolling anyone.”
“Create a 3-step email campaign for CTOs who mention switching away from Apollo.”
“Find warm leads from recent buyer-intent mentions and show me the top 25 to review.”
“Show leads created from social mentions this week that have not been contacted yet.”
“Show unread LinkedIn conversations from newly enrolled social-signal leads.”
“Show whether traffic changed after last week's social-signal outreach campaign.”
“List pending AI-generated replies and only approve the ones tied to buyer intent.”
“Show every outreach enrollment waiting for approval and summarize the mention behind it.”
Three Steps. Two Minutes.
Add one config, sign in once, and you're connected.
Connect your AI tool to the full BrandJet platform
Add Config
Paste a single JSON snippet into your AI tool's MCP configuration. Takes 30 seconds.
Authorize
A browser window opens for you to sign in and approve access. One-time OAuth consent, no API keys.
Start Using
Ask your AI agent anything. Manage campaigns, search leads, check analytics, all in natural language.
Quick Setup
Add one config snippet to your AI tool and you're ready to go. Pick your client below.
Open Claude Desktop → Settings → Developer → Edit Config
Config file location: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the BrandJet MCP server to your configuration:
{
"mcpServers": {
"brandjet": {
"url": "https://mcp.brandjet.ai/mcp"
}
}
}Restart Claude Desktop completely. A tool icon will appear in the chat input area.
Older Claude Desktop versions
If your Claude Desktop build is older than late 2025 and doesn't support the URL-only config, use the mcp-remote shim instead:
{
"mcpServers": {
"brandjet": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.brandjet.ai/mcp"
]
}
}
}On first connection, a browser window will open for you to sign in and authorize access. This is a one-time OAuth consent. No API keys needed.
Important: Fully restart your application after adding the configuration.
67 Tools. Full Platform Access.
17 categories covering everything from campaigns and leads to AI agents and analytics.
Featured Workflows
1Brands
2Brand Settings
3Campaigns
5Unified Inbox
6Leads & CRM
12Email Accounts
2Email Warmup
1Integrations
2Website Analytics
3Mentions & Sentiment
6AI Agents
5LLM Monitoring
4Competitors
3Lead Database & Enrichment
7Support
3User Settings
2Works With Your Favorite AI Tools
Any MCP-capable agent can connect to BrandJet and operate the outreach layer through tools.
Claude Desktop
Anthropic's desktop app with native MCP support
Claude Code
CLI-based coding agent with MCP integration
Cursor
AI-first code editor with built-in MCP
OpenClaw
Agent workspace for tool-driven workflows
VS Code
GitHub Copilot agent mode with MCP support
Windsurf
AI IDE with MCP marketplace
JetBrains IDEs
IntelliJ, WebStorm, PyCharm and more (2025.1+)
Cline
Autonomous coding agent with MCP marketplace
Zed
High-performance editor with MCP extensions
Got Questions?
Everything you need to know about BrandJet's MCP integration. Can't find what you're looking for? Reach out to our team.
MCP is an open standard created by Anthropic that lets AI agents connect to external tools and data sources. It allows tools like Claude, Cursor, OpenClaw, and VS Code Copilot to interact with platforms like BrandJet using natural language. No coding or API knowledge required.
No. BrandJet uses OAuth 2.1 for authentication, which means you sign in through your browser just like any other app. Your AI tool handles the OAuth flow automatically. Just add the config and authorize when prompted.
The MCP server can access only the scopes you explicitly approve on the consent screen. We expose fine-grained read/write scopes for campaigns, leads, mentions, integrations, settings, and more. Clients can request a subset; you can approve, deny, or reduce the request before granting.
BrandJet can listen for matching social signals and prepare workflow context automatically. The mention-to-outreach workflow requires approval before creating or enrolling the matched author as a campaign lead unless you explicitly choose auto-enrollment into a paused campaign.
Yes. All communication uses HTTPS. Authentication is OAuth 2.1 with PKCE plus per-token audience binding and Redis-backed revocation. Sessions are time-limited, and you can revoke access at any time from Settings -> Connected Apps in the BrandJet dashboard.
Claude Desktop, Claude Code, Cursor, OpenClaw, VS Code (GitHub Copilot), Windsurf, JetBrains IDEs (2025.1+), Cline, Zed, and any other tool that supports the Streamable HTTP MCP transport. The ecosystem is growing rapidly.
Open Settings -> Connected Apps in your BrandJet dashboard and revoke the consent for any MCP client. The client will need to re-authorize on its next connection attempt. You can also revoke individual access tokens from the same page.
Yes. The server implements MCP 2025-11-25 features including resumable SSE via Last-Event-ID, server-side prompts, readable resources, and tool annotations so your AI client can warn you before destructive actions.
Yes. Once connected, you can use the brandjet_list_brands and brandjet_switch_brand tools to switch between any brands you have access to within the same session.
Currently, the MCP server is available for BrandJet's cloud platform. Point your MCP client to https://mcp.brandjet.ai/mcp and sign in with your BrandJet account.