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.
Latest Blog Posts
- 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