This gives Claude structured sales intelligence frameworks instead of just API access. It runs dual BANT and MEDDIC qualification scoring, calculates weighted pipeline forecasts with stale deal detection, scores prospects against your ICP definition with auto-disqualification logic, and generates personalized outreach copy across email, LinkedIn, and SMS with A/B subject lines included. You can also enrich leads via Hunter.io or Apollo.io if you bring your own API keys. Reach for this when you want Claude to think like a sales strategist, not just read CRM data. The marketing package adds Kotler's 9-element audit framework and IMC campaign planning. It's designed for founders who want expert-grade sales ops without hiring a consultant.
HUNTER_API_KEYsecretHunter.io API key for lead enrichment (optional)
APOLLO_API_KEYsecretApollo.io API key for contact enrichment (optional)
The AI operating system for founders — plug Claude directly into your sales pipeline, marketing strategy, and business operations. No new apps. No new dashboards. Just ask Claude and get expert-grade output instantly.
Most MCP servers connect Claude to APIs — they let you read and write data. Autostackup does something different: it gives Claude business intelligence frameworks — the strategic thinking tools that consultants, growth teams, and sales leaders use every day.
Ask Claude to qualify a lead using BANT and MEDDIC. Ask it to build a full IMC campaign across Meta and Google. Ask it to audit your marketing strategy against Kotler's 9-element framework. It does it — structured, scored, and actionable — in seconds.
| Package | Install | What it does |
|---|---|---|
@autostackup/sales | npx @autostackup/sales | Lead qualification, pipeline tracking, ICP scoring, outreach generation |
@autostackup/marketing | npx @autostackup/marketing | Kotler 9-element analysis, IMC campaign planning, audience segmentation |
@autostackup/hr | 🔜 Coming soon | Recruitment screening, onboarding protocol, offer generation |
@autostackup/research | 🔜 Coming soon | Trend scanning, competitor intelligence, market sizing |
@autostackup/founder | 🔜 Coming soon | Orchestrator — ties all modules together from idea to launch |
Add to your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"autostackup-sales": {
"command": "npx",
"args": ["-y", "@autostackup/sales"],
"env": {
"HUNTER_API_KEY": "your-hunter-key-optional",
"APOLLO_API_KEY": "your-apollo-key-optional"
}
},
"autostackup-marketing": {
"command": "npx",
"args": ["-y", "@autostackup/marketing"]
}
}
}
Restart Claude Desktop. Done. Every tool below is now available.
Turn Claude into a senior sales strategist. Qualify leads, score fit, write outreach, and track your pipeline — all from a conversation.
qualify_lead — BANT + MEDDIC Dual QualificationMost teams use BANT or MEDDIC. This tool runs both simultaneously and gives you a combined score, tier, and action plan.
What it does:
Example prompt:
"Qualify this lead: Acme Corp, 200 employees, SaaS company. Decision maker is the VP of Operations. They need to reduce manual reporting time by 80%. Budget is ~$50k/year. They want to decide by end of quarter."
score_icp — Ideal Customer Profile Fit ScoringBefore you spend time on a lead, know if they actually fit. Define your ICP once and score every prospect against it automatically.
What it does:
Example prompt:
"Score this prospect against my ICP: we sell to B2B SaaS companies, 50–500 employees, targeting Head of Finance or CFO, in the US or UK. The prospect is a 300-person fintech company in London, contact is the Chief Financial Officer."
track_pipeline — Weighted Pipeline Forecast + Risk DetectionSee your entire pipeline clearly — not just deal stages, but which deals are going cold, which are at risk of slipping, and what your realistic revenue forecast looks like.
What it does:
Example prompt:
"Track my pipeline: I have 8 deals — [list them with stage, value, last activity, and expected close date]. Give me the forecast and tell me what needs attention this week."
generate_outreach — Personalized Multi-Channel Sales CopyStop writing cold emails from scratch. Generate personalized, channel-appropriate outreach in seconds — with multiple subject line options and a follow-up sequence included.
What it does:
Example prompt:
"Write a cold email to Sarah Chen, VP of Marketing at GrowthCo (a 150-person B2B SaaS company). We help marketing teams cut campaign reporting time by 70%. Conversational tone, CTA is a 15-min call."
enrich_lead — Live Contact & Company EnrichmentGet verified emails, phone numbers, job titles, and company data for any lead — without leaving Claude.
What it does:
Requires: HUNTER_API_KEY or APOLLO_API_KEY in your MCP config env.
Give Claude the strategic frameworks that marketing consultants charge thousands for. Kotler's 9-element mix, full IMC campaign planning, and audience segmentation — ready in minutes.
kotler_analysis — 9-Element Marketing Mix AuditPhilip Kotler's marketing mix framework covers every dimension of how a business goes to market. This tool scores your company across all 9 elements and tells you exactly what to fix first.
The 9 elements scored:
| Element | What's evaluated |
|---|---|
| Product | Differentiation, feature depth, product-market fit evidence |
| Price | Value-based vs. cost-plus, price point definition, tiering |
| Place | Channel count, digital presence, channel conflict risk |
| Promotion | Active channels, message consistency, content strategy |
| People | Sales, support, and customer success structure |
| Process | Delivery process documentation, SLA definition |
| Physical Evidence | Social proof, reviews, website quality, packaging |
| Positioning | Target clarity, differentiation statement, competitive framing |
| Performance | KPI tracking, revenue-connected metrics, reporting cadence |
What you get:
Example prompt:
"Run a Kotler analysis on my SaaS company. We sell project management software to construction firms. [Describe your product, pricing, channels, promotions, team, process, evidence, positioning, and KPIs]."
plan_imc_campaign — Integrated Marketing Communications PlanBuilding a campaign across multiple channels is complex. This tool handles the strategy, budget allocation, channel-specific tactics, creative brief, and launch checklist — all in one output.
What it does:
Budget allocation — Splits your budget across channels intelligently based on your objective:
Meta (Facebook/Instagram) plan:
Google Ads plan:
Email plan (if enabled):
Content plan (if enabled):
Plus:
Example prompt:
"Plan an IMC campaign for my SaaS product targeting mid-market HR managers in the US. Objective is conversion. Budget $15,000 over 8 weeks. Use Meta and Google. Key message: cut HR admin time by 50%."
segment_audience — Persona Map + Messaging MatrixBefore you spend on ads, know exactly who you're talking to, what they care about, and which channel reaches them best.
What it does:
Example prompt:
"Segment the audience for my B2B project management tool for construction companies. I solve the problem of missed deadlines and miscommunication between contractors and clients."
Autostackup is the strategy and intelligence layer. For data and execution, pair it with these battle-tested tools:
| Need | Recommended MCP |
|---|---|
| Live lead search & enrichment | Inferensys/apollo-io-mcp — 27 Apollo.io tools |
| CRM (Pipedrive) | iamsamuelfraga/mcp-pipedrive — 100+ tools |
| Cold email sequences | LeadMagic/smartlead-mcp-server — 113 tools |
| Meta Ads execution | mikusnuz/meta-ads-mcp — 135 tools |
| Google Analytics | ruchernchong/mcp-server-google-analytics |
✅ v0.1 @autostackup/core — Shared types, response helpers
✅ v0.1 @autostackup/sales — 5 tools: qualify, score, track, outreach, enrich
✅ v0.1 @autostackup/marketing — 3 tools: Kotler, IMC, audience
🔜 v0.2 @autostackup/hr — Recruitment screening, onboarding, offer letters
🔜 v0.3 @autostackup/research — Trend analysis, competitor scanning, market sizing
🔜 v0.4 @autostackup/legal — Document review, contract risk, clause extraction
🔜 v1.0 @autostackup/founder — Full orchestrator: concept → plan → launch
| Key | Used by | Where to get it |
|---|---|---|
HUNTER_API_KEY | enrich_lead (Hunter mode) | hunter.io |
APOLLO_API_KEY | enrich_lead (Apollo mode) | apollo.io |
All other tools run entirely on Claude — no external API keys needed.
PRs welcome. Each tool lives in its own file under packages/<module>/src/tools/. Adding a new tool means:
packages/<module>/src/tools/your-tool.tssrc/index.tssrc/server.tsMIT — free to use, fork, and build on.
Built by autostackup — the AI operating system for founders.
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
io.github.dingdawg/dingdawg-sales-agent