Servers
B
Buffsend Sales Automation With Ai
@omaycompany
# BuffSend MCP - AI-Powered Sales Automation
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}
}