 

# MCP Server - SMB Sales Boost API

SMB Sales Boost provides a remote **Model Context Protocol (MCP)** server that lets AI assistants and LLMs interact with your account directly. All API v1 endpoints are available as MCP tools, enabling AI-powered lead search, export, and management workflows.

### What is MCP?

The Model Context Protocol is an open standard that enables AI models to securely access tools and data sources. With our MCP server, you can connect Claude, ChatGPT, or any MCP-compatible AI assistant to search, filter, and export leads through natural language.

### Connection Details

Endpoint

`https://smbsalesboost.com/mcp`

Transport

Streamable HTTP (stateless)

Method

POST

Auth

Bearer token (your API key) in Authorization header

### Client Configuration

Add this to your MCP client configuration (e.g., Claude Desktop, Cursor, or any MCP-compatible tool):

```
{
  "mcpServers": {
    "smb-sales-boost": {
      "type": "streamable-http",
      "url": "https://smbsalesboost.com/mcp",
      "headers": {
        "Authorization": "Bearer smbk_your_api_key_here"
      }
    }
  }
}
```

### Available Tools (36)

Every REST API endpoint is available as an MCP tool. Key tools include: get\_profile, update\_profile, search\_leads, export\_leads, list\_filter\_presets, create\_filter\_preset, list\_keyword\_lists, create\_keyword\_list, list\_email\_schedules, create\_email\_schedule, list\_export\_formats, create\_export\_format, list\_export\_history, switch\_database, ai\_suggest\_categories, ai\_generate\_keywords, list\_export\_blacklist, and more.

### Requirements

MCP access uses the same API key authentication as the REST API. An active paid subscription (Starter, Growth, Scale, Platinum, or Enterprise) is required. All rate limits and usage tracking apply.

---

### API Documentation Sections

[Introduction](/docs/api/introduction) | [Programmatic Purchase](/docs/api/programmatic-purchase) | [Authentication](/docs/api/authentication) | [Rate Limits](/docs/api/rate-limits) | [User Profile](/docs/api/user-profile) | [Leads](/docs/api/leads) | [Filter Presets](/docs/api/filter-presets) | [Keyword Lists](/docs/api/keyword-lists) | [Email Schedules](/docs/api/email-schedules) | [Export Formats](/docs/api/export-formats) | [Export History](/docs/api/export-history) | [Account Settings](/docs/api/account-settings) | [AI Features](/docs/api/ai-features) | [Export Blacklist](/docs/api/export-blacklist) | [Error Handling](/docs/api/error-handling) | [Credits & Subscription](/docs/api/credits-subscription) | **MCP Server** | [Integrations](/docs/api/integrations)

[View Full API Documentation](/docs/api)

---

**Ready to Find Your Next Customers?** Get access to newly registered business leads updated every 5 minutes. [Get Started](/?utm%5Fsource=content&utm%5Fmedium=cta)