Available
Sales Outreach MCP
Cold email campaigns from your URL. Find leads, generate emails, send & optimize.
Installation
npx @distribute/sales-outreachOr add to your MCP config:
{
"mcpServers": {
"sales-outreach": {
"command": "npx",
"args": ["@distribute/sales-outreach"],
"env": {
"MCPFACTORY_API_KEY": "your-api-key"
}
}
}
}API Keys Required
Configure these in your distribute dashboard:
| Key | Purpose |
|---|---|
| OpenAI or Anthropic | Email generation |
| Apollo | Lead finding & enrichment |
| Resend | Email sending |
Usage
In Claude, Cursor, or any MCP-compatible client:
"Launch a cold email campaign for acme.com targeting CTOs at tech startups to book sales demos, $10/day budget"Available Tools
launch_campaign
Start a new outreach campaign.
{
"target_url": "acme.com",
"target_audience": "CTOs at tech startups, 10-200 employees",
"target_outcome": "Book sales demos",
"value_for_target": "Access to enterprise analytics at startup pricing",
"urgency": "Early-adopter pricing ends March 31st",
"scarcity": "Onboarding limited to 20 companies this quarter",
"risk_reversal": "14-day free trial, cancel anytime, no commitment",
"social_proof": "Used by 500+ SaaS companies including Vercel and Linear",
"budget": {
"max_daily_usd": 10
}
}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.distribute.you/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
Free — Free + your API costs. Unlimited.
Estimated API cost: ~$0.02/email (OpenAI + Apollo + Resend)