Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

B2Brilliant Server

БесплатноНе проверен

Enables business analysis, compatibility checking, and marketing campaign creation using the B2Brilliant API. Tools allow discovering and refining business info

GitHubEmbed

Описание

Enables business analysis, compatibility checking, and marketing campaign creation using the B2Brilliant API. Tools allow discovering and refining business information from URLs and generating personalized outreach campaigns.

README

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
    

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
    

from github.com/LiquidBuiltIt/b2brilliant-mcp

Установка B2Brilliant Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/LiquidBuiltIt/b2brilliant-mcp

FAQ

B2Brilliant Server MCP бесплатный?

Да, B2Brilliant Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для B2Brilliant Server?

Нет, B2Brilliant Server работает без API-ключей и переменных окружения.

B2Brilliant Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить B2Brilliant Server в Claude Desktop, Claude Code или Cursor?

Открой B2Brilliant Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare B2Brilliant Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development