sales for VS Code
io.github.autostackup/sales
BANT + MEDDIC qualification, ICP scoring, pipeline forecasting & outreach for Claude.
client:VS Code
transport:stdio
runtime:npm
Install sales in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "hunter-api-key",
"description": "HUNTER_API_KEY",
"password": true
},
{
"type": "promptString",
"id": "apollo-api-key",
"description": "APOLLO_API_KEY",
"password": true
}
],
"servers": {
"sales": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@autostackup/sales"
],
"env": {
"HUNTER_API_KEY": "${input:hunter-api-key}",
"APOLLO_API_KEY": "${input:apollo-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs