Catalog
io.github.Autostackup/sales
Officialby Autostackup · TypeScript
BANT + MEDDIC qualification, ICP scoring, pipeline forecasting & outreach for Claude.
Qualify leads using BANT/MEDDIC, score ICPs, and forecast sales pipeline.
README not available yet.
Install
Configuration
Environment variables
HUNTER_API_KEYsecretHunter.io API key for lead enrichment (optional)
APOLLO_API_KEYsecretApollo.io API key for contact enrichment (optional)
claude_desktop_config.json
{
"mcpServers": {
"sales": {
"command": "npx",
"args": [
"-y",
"@autostackup/sales@0.1.6"
],
"env": {
"HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>",
"APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
}
}
}
}