Available

Sales Outreach MCP

Cold email campaigns from your URL. Find leads, generate emails, send & optimize.

Installation

npx @mcpfactory/sales-outreach

Or add to your MCP config:

{
  "mcpServers": {
    "sales-outreach": {
      "command": "npx",
      "args": ["@mcpfactory/sales-outreach"],
      "env": {
        "MCPFACTORY_API_KEY": "your-api-key"
      }
    }
  }
}

BYOK Keys Required

Configure these in your MCP Factory dashboard:

KeyPurposeGet it from
OpenAI or AnthropicEmail generationopenai.com / anthropic.com
ApolloLead finding & enrichmentapollo.io
ResendEmail sendingresend.com

Usage

In Claude, Cursor, or any MCP-compatible client:

"Launch a cold email campaign for acme.com targeting CTOs at tech startups, $10/day budget, 5 days trial, daily report to ceo@acme.com"

Available Tools

launch_campaign

Start a new outreach campaign.

{
  "target_url": "acme.com",
  "target_audience": "CTOs at tech startups, 10-200 employees",
  "budget": {
    "max_daily_usd": 10
  },
  "schedule": {
    "frequency": "daily",
    "trial_days": 5
  },
  "reporting": {
    "frequency": "daily",
    "email": "ceo@acme.com"
  }
}

get_campaign_results

Get results for a campaign.

{
  "campaign_id": "camp_abc123"
}

Returns:

{
  "status": "running",
  "stats": {
    "emails_sent": 247,
    "delivered": 231,
    "opened": 54,
    "replied": 12,
    "meetings_booked": 3
  },
  "costs": {
    "total_byok_usd": 4.23,
    "budget_remaining_usd": 5.77
  },
  "dashboard_url": "https://dashboard.mcpfactory.org/campaigns/camp_abc123"
}

pause_campaign / resume_campaign

Control campaign execution.

get_stats

Get your usage and community benchmarks.

{
  "your_usage": {
    "emails_this_month": 247,
    "estimated_byok_cost": "$4.23"
  },
  "community_benchmarks": {
    "delivery_rate": "94.2%",
    "open_rate": "23.1%",
    "reply_rate": "4.8%",
    "avg_cost_per_email": "$0.017"
  }
}

Pricing

PlanPriceQuota
Free$0 + BYOK costs1,000 emails
Pro$20/mo + BYOK costs10,000 emails

Estimated BYOK cost: ~$0.02/email (OpenAI + Apollo + Resend)