Sponsored by Deepsite.site

Buffsend Sales Automation With Ai

Created By
omaycompany5 months ago
# BuffSend MCP - AI-Powered Sales Automation Transform your AI assistant into a complete sales automation powerhouse with BuffSend's Model Context Protocol integration. ## 🚀 Key Features - **250M+ Contact Database** - Search verified leads across industries - **Email Campaign Automation** - Create and launch multi-step sequences - **Phone Call Integration** - Make calls directly from your AI assistant - **Email Verification** - Validate deliverability before sending - **Real-time Analytics** - Track campaign performance and engagement - **Multi-AI Support** - Works with Claude Desktop, Cursor, Windsurf, and more ## 🎯 Use Cases - **Lead Generation**: Find decision makers at target companies - **Email Outreach**: Automate personalized campaign sequences - **Contact Enrichment**: Discover verified email addresses - **Sales Prospecting**: Research and qualify potential customers - **Marketing Automation**: Scale outreach with AI assistance - **Performance Tracking**: Monitor campaign success metrics ## 🛠 Setup 1. **Get API Key**: Sign up at [buffsend.com](https://www.buffsend.com/register) and generate MCP API key 2. **Configure AI Assistant**: Add the server config to your MCP client 3. **Start Automating**: Ask your AI to search leads and create campaigns ## 📖 Documentation - **Quick Start**: [GitHub Repository](https://github.com/omaycompany/buffsend-mcp) - **API Reference**: Complete documentation of 40+ available tools - **Usage Examples**: Real-world workflows and industry templates - **Configuration Guides**: Setup for all major AI assistants ## 💳 Credits - **Free Tier**: 75 credits monthly for lead searches and enrichment - **Campaign Management**: Unlimited campaign creation and analytics - **Email Verification**: Free validation tools Perfect for sales teams, marketers, and businesses looking to scale their outreach with AI automation.
Content

BuffSend MCP Integration

License: MIT MCP Compatible

Connect your AI assistant to BuffSend's powerful email marketing platform using the Model Context Protocol (MCP). Access 250M+ verified contacts, advanced email sequencing, and comprehensive marketing automation tools directly from Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI assistant.

🚀 Quick Start

Prerequisites

5-Minute Setup

  1. Get your BuffSend MCP API Key

    • Sign up at buffsend.com
    • Navigate to "MCP Keys" in the main sidebar
    • Generate a new API key with required scopes
  2. Configure your AI Assistant

    • Choose your assistant: Claude Desktop | Cursor | Windsurf
    • Copy the configuration file for your assistant
    • Replace YOUR_API_KEY_HERE with your actual API key
    • Restart your AI assistant
  3. Test the Connection

    Ask your AI: "Check my BuffSend account status"
    

That's it! No Python dependencies or server setup required. BuffSend MCP uses a hosted HTTP API for instant access.

🎯 Key Features

  • 🔍 Lead Generation: Search 250M+ verified contacts with advanced filtering
  • 📧 Email Campaigns: Create and launch multi-step email sequences
  • 📞 Voice Calling: Make phone calls to prospects via integrated calling
  • ✅ Email Verification: Validate email deliverability before sending
  • 📊 Analytics: Track campaign performance and engagement metrics
  • 🏢 Company Database: Search and enrich company information
  • 🤖 AI-Friendly: Built specifically for AI assistant integration

🛠️ Installation

Claude Desktop

macOS:

# Edit configuration file
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows:

# Edit configuration file  
notepad %APPDATA%\Claude\claude_desktop_config.json

Add this configuration:

{
  "mcpServers": {
    "buffsend": {
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      },
      "transport": "http",
      "url": "https://www.buffsend.com/api/v1/mcp"
    }
  }
}

Cursor

macOS/Linux:

# Edit configuration file
nano ~/.cursor/mcp.json

Windows:

# Edit configuration file
notepad %USERPROFILE%\.cursor\mcp.json  

Add this configuration:

{
  "mcpServers": {
    "buffsend": {
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      },
      "transport": "http", 
      "url": "https://www.buffsend.com/api/v1/mcp"
    }
  }
}

Windsurf

  1. Open Windsurf IDE
  2. Go to Settings → Extensions → MCP
  3. Add BuffSend MCP with the same configuration as above

📖 API Reference

Core Tools

ToolDescriptionCredits
get_account_stats()View account overview and usageFree
get_credit_balance()Check available creditsFree
list_senders()List connected email accountsFree

Lead Generation

ToolDescriptionCredits
search_leads()Search 250M+ contact database1 per search
search_companies()Find company information1 per search
enrich_lead_email()Find email for specific person1 per enrichment
verify_emails()Validate email deliverability1 per email

Campaign Management

ToolDescriptionCredits
create_campaign()Build email sequencesFree
launch_campaign()Start sending campaignsFree
add_contact_to_campaign()Add contacts to campaignsFree
get_campaign_analytics()View performance metricsFree

Advanced Features

ToolDescriptionCredits
make_call()Phone calls via integrated serviceVariable by duration
send_single_email()Send individual emailsFree

💡 Usage Examples

Search and Add Leads to Campaign

// Ask your AI assistant:
"Search for CTOs at AI startups in San Francisco, 
create an email campaign introducing our new product, 
and launch it"

Email Verification

// Ask your AI assistant:  
"Verify these emails before adding to campaign:
john@company.com, jane@startup.co"

Campaign Analytics

// Ask your AI assistant:
"Show me performance metrics for my latest campaign 
including open rates and click rates"

🔐 Authentication & Security

API Key Scopes

When generating your MCP API key, ensure these scopes are selected:

  • leads:search - Search contact database
  • contacts:write - Add and manage contacts
  • campaigns:create - Create email campaigns
  • campaigns:manage - Launch and modify campaigns
  • analytics:read - View performance metrics
  • calls:make - Make phone calls

Security Best Practices

  • Keep your API key secure and never commit it to version control
  • Use environment variables when possible
  • Regenerate keys periodically from your BuffSend dashboard
  • Monitor API usage from your account dashboard

🎯 Best Practices

Professional Email Campaigns

  1. Always Use Real Contacts: Never create fake email addresses
  2. Enrich Contact Data: Use enrich_lead_email() for verified emails
  3. Personalize Messages: Use tokens like {{first_name}} and {{company_name}}
  4. Verify Before Sending: Check email deliverability with verify_emails()
  5. Monitor Performance: Track metrics with get_campaign_analytics()

Personalization Tokens

Use these tokens in your email content for personalization:

  • {{first_name}} - Contact's first name
  • {{last_name}} - Contact's last name
  • {{company_name}} - Company name
  • {{title}} - Job title
  • {{email}} - Email address
  • {{phone}} - Phone number

🔧 Troubleshooting

Common Issues

Authentication Error

Error: Unauthorized (401)
  • Verify your API key is correct
  • Check that all required scopes are enabled
  • Ensure the key hasn't expired

No Tools Available

AI says: "I don't have access to BuffSend tools"
  • Restart your AI assistant after configuration
  • Verify configuration file location and syntax
  • Check that the MCP server URL is correct

Credit Balance Issues

Error: Insufficient credits
  • Check balance with get_credit_balance()
  • Purchase credits from your BuffSend dashboard
  • Some tools are free (account stats, campaign management)

Getting Help

🚧 Development

Local Testing

If you want to test the MCP integration locally:

# Clone this repository
git clone https://github.com/your-username/buffsend-mcp.git
cd buffsend-mcp

# Set your API key
export MCP_API_KEY="your_api_key_here"

# Test connection
node client/test-connection.js

Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🏢 About BuffSend

BuffSend is a modern email marketing platform designed for AI-first workflows. Learn more at buffsend.com.


Ready to automate your email marketing with AI? Get started with BuffSend today!

Server Config

{
  "mcpServers": {
    "buffsend": {
      "command": "node",
      "args": [
        "-e",
        "console.log('BuffSend MCP uses HTTP transport, not command-based server')"
      ],
      "transport": {
        "type": "http",
        "url": "https://www.buffsend.com/api/v1/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY_HERE"
        }
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.