Skip to main content
Glama
LiquidBuiltIt

B2Brilliant MCP Server

B2Brilliant MCP Server

Model Context Protocol (MCP) server for the B2Brilliant Campaign Agent API.

Quick Start

  1. Install globally from NPM:

    npm install -g b2brilliant-mcp-server
  2. Set your API key:

    export B2BRILLIANT_API_KEY=your_api_key_here
  3. Run the server:

    b2brilliant-mcp

Related MCP server: B2Bhint MCP Server

Available Tools

User Business Tools

  • discover_user_business - Analyze your business from website URLs

  • refine_user_business - Refine your business information with feedback

Target Business Tools

  • discover_business - Analyze target business from website URLs

  • refine_business - Refine target business information with feedback

  • check_compatibility - Assess compatibility between businesses

Campaign Tools

  • create_campaign - Generate marketing campaigns for target business

  • refine_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_here

Get 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:

  1. Clone the repository and navigate to the MCP package:

    cd pkg/mcp
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Run tests:

    npm test
  5. Run 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

  1. Discover your business:

    Use discover_user_business with your website URL
  2. Find target business:

    Use discover_business with target company URL
  3. Check compatibility:

    Use check_compatibility with both business objects
  4. Create campaign:

    Use create_campaign to generate personalized outreach
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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