MCP.so
Sign In
Servers
B

Buffsend Sales Automation With Ai

@omaycompany

# BuffSend MCP - AI-Powered Sales Automation

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:
[email protected], [email protected]"

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!

More from Productivity