Quick Start

Get up and running with distribute in 5 minutes.

1. Create an Account

Go to dashboard.distribute.you/sign-up and create your account.

2. Get Your API Key

In the dashboard, go to API Keys and copy your distribute API key.

3. Configure Your API Keys (Optional)

For advanced features, add your own API keys in API Keys:

  • Apollo - For lead search and enrichment
  • Anthropic - For AI-powered email generation

4. Connect Your AI Client

ChatGPT

  1. Go to Settings → Connectors
  2. Add custom connector with URL: https://mcp.distribute.you/mcp
  3. Add your API key for authentication

Claude.ai

  1. Go to Settings → Connectors
  2. Add the MCP URL: https://mcp.distribute.you/mcp
  3. Configure your API key

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "mcpfactory": {
      "url": "https://mcp.distribute.you/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

5. Test the Connection

In your AI client, ask:

"Check my MCPFactory connection status"

The AI will call mcpfactory_status and confirm your connection is working.

6. Launch Your First Campaign

Just describe what you want in natural language:

"Launch a cold email campaign for mybrand.com, targeting CTOs at SaaS companies. $10/day budget, 5 days trial."

The MCP will:

  1. Scrape your website to understand your business
  2. Find relevant leads via Apollo
  3. Generate personalized emails with AI
  4. Send emails and track responses
  5. Qualify replies and notify you of interested prospects

What's Next?