Integrations

How to Use the MCP Server

By SMB Sales Boost Team.

✓ Quick Answer

SMB Sales Boost provides an MCP (Model Context Protocol) server that lets AI assistants like Claude search leads, export data, manage filter presets, and more on your behalf. Connect it to Claude Desktop, Claude Code, or any MCP-compatible client using your API key.

How to Use the SMB Sales Boost MCP Server

The MCP (Model Context Protocol) server lets you use AI assistants to interact with your SMB Sales Boost account through natural language. Ask Claude to search for leads, export data, manage keyword lists, set up email schedules, and purchase credits - all through conversation.

What Is MCP?

MCP is an open protocol that allows AI assistants to connect to external tools and data sources. SMB Sales Boost's MCP server exposes all of our API functionality as tools that AI assistants can call on your behalf.

Setting Up with Claude Desktop

  1. Get your API key - Go to Account Settings > API tab and generate or copy your API key
  2. Open Claude Desktop settings - Go to Settings > Developer > Edit Config
  3. Add the SMB Sales Boost MCP server to your configuration:
{
  "mcpServers": {
    "smb-sales-boost": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-remote", "https://smbsalesboost.com/mcp"],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop to load the new server
  2. Start asking questions - "Search for plumbing companies in Texas" or "Export my filtered leads to CSV"

Setting Up with Claude Code

For Claude Code (the CLI tool), add the MCP server to your project:

claude mcp add smb-sales-boost -- npx -y @anthropic-ai/mcp-remote https://smbsalesboost.com/mcp --header "Authorization:Bearer your_api_key_here"

Available MCP Tools

The MCP server provides access to all the same functionality as the REST API:

Lead Search and Export

Filter Presets and Keywords

Email Schedules

Export Formats

Export Blacklist

Credits and Billing

AI Features

Account

Purchasing (No Authentication Required)

Example Conversations

Finding leads: "Find newly registered plumbing companies in Florida and Texas"

Exporting data: "Export all restaurant leads in California to a CSV file"

Managing schedules: "Set up a daily email export of new construction companies in New York, and send it to team@mycompany.com"

Credit management: "How many credits do I have left? Purchase 500 more."

Requirements


Ready to Find Your Next Customers? Get access to newly registered business leads updated daily. Get Started


Related Articles