B2Brilliant MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@B2Brilliant MCP Servercreate a marketing campaign for https://techstartup.io"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
B2Brilliant MCP Server
Model Context Protocol (MCP) server for the B2Brilliant Campaign Agent API.
Quick Start
Install globally from NPM:
npm install -g b2brilliant-mcp-serverSet your API key:
export B2BRILLIANT_API_KEY=your_api_key_hereRun the server:
b2brilliant-mcp
Related MCP server: B2Bhint MCP Server
Available Tools
User Business Tools
discover_user_business- Analyze your business from website URLsrefine_user_business- Refine your business information with feedback
Target Business Tools
discover_business- Analyze target business from website URLsrefine_business- Refine target business information with feedbackcheck_compatibility- Assess compatibility between businesses
Campaign Tools
create_campaign- Generate marketing campaigns for target businessrefine_campaign- Improve campaigns based on feedback
Configuration
The server requires a B2Brilliant API key set as an environment variable:
export B2BRILLIANT_API_KEY=your_api_key_hereGet your API key by signing up for beta access at B2Brilliant.app.
Development Setup
If you want to contribute or work with the source code:
Clone the repository and navigate to the MCP package:
cd pkg/mcpInstall dependencies:
npm installBuild the project:
npm run buildRun tests:
npm testRun locally:
npm start
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"b2brilliant": {
"command": "b2brilliant-mcp",
"env": {
"B2BRILLIANT_API_KEY": "your_api_key_here"
}
}
}
}Example Workflow
Discover your business:
Use discover_user_business with your website URLFind target business:
Use discover_business with target company URLCheck compatibility:
Use check_compatibility with both business objectsCreate campaign:
Use create_campaign to generate personalized outreach
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceProvides 19 B2B data enrichment tools for finding and validating emails, searching company profiles, analyzing job postings, discovering employee information, and researching advertising campaigns through the LeadMagic API.Last updated237MIT
- AlicenseBqualityDmaintenanceEnables access to B2Bhint API for searching and retrieving company and person information, including company details, financial reports, and contact data across multiple countries.Last updated5MIT
- Alicense-qualityDmaintenanceA comprehensive B2B intelligence server providing over 48 tools for lead generation, company research, and sales automation via the Model Context Protocol. It enables AI-powered prospect discovery, enrichment, and competitive analysis through seamless integrations with Make.com, Claude Desktop, and Apify.Last updated2MIT
- Flicense-qualityDmaintenanceEnables prospect research through semantic web search, webpage scraping, and batch search using multiple APIs.Last updated1
Related MCP Connectors
abm.dev — the account-based marketing API for AI agents: Search, Enrich, and Create across B2B.
B2B lead generation and company search through Generect Live API for sales prospecting.
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LiquidBuiltIt/b2brilliant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server