Documentation

Get leads into your agent.

SalesTeams runs the same discovery, enrichment, and scoring engine behind the dashboard, available to your AI agents over MCP. Three steps to your first lead.

1. Get a key

Create an API key at Settings → API Keys, or connect via OAuth, no key management needed.

2. Connect

Add the SalesTeams MCP server to Claude Desktop, Cursor, or any MCP-compatible client.

3. Discover

Call run_discovery on a campaign, poll for status, and pull enriched leads back.

Quickstart

Create a campaign in the dashboard first (Discovery → Configure), then run discovery against it from your agent:

MCP tool call
{
  "tool": "run_discovery",
  "arguments": {
    "campaign_id": "cmp_8f2a",
    "sources": ["google_maps", "brave_search"],
    "target_quantity": 50
  }
}