mcpbeat Sign in

Sales MCP Server

local only

Sales runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 8 Jun 2026.

BANT + MEDDIC qualification, ICP scoring, pipeline forecasting & outreach for Claude.

Installs per day peak 18 · avg 8 · +38% w/w
a month agotoday
53
Installs / week
npm · @autostackup/sales
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/tools/enrich-lead.ts:1, [пакет] src/tools/generate-outreach.ts:1, [пакет] src/index.ts:1 и ещё 4
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sales -- npx -y @autostackup/sales
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sales": {
      "args": [
        "-y",
        "@autostackup/sales"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sales]
command = "npx"
args = ["-y", "@autostackup/sales"]
.cursor/mcp.json
{
  "mcpServers": {
    "sales": {
      "args": [
        "-y",
        "@autostackup/sales"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sales": {
      "args": [
        "-y",
        "@autostackup/sales"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HUNTER_API_KEY (Hunter.io API key for lead enrichment (optional)), APOLLO_API_KEY (Apollo.io API key for contact enrichment (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sales

same job, measured the same way
Leadpipe MCP
by enzoemir1

AI lead qualification: ICP filter, 0-100 scoring, Hunter.io enrichment, HubSpot/Pipedrive export.

51 installs/wk local only
Alphalabs Intelligence
by pak209

Live trading-pipeline intelligence for AI agents: signal scoring, calibration, recorded outcomes.

6 tools answering
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Dingdawg Sales Agent
by dingdawg

AI prospect research, outreach drafting, lead scoring & pipeline tracking.

52 installs/wk local only
Skillmatch MCP
by jarmstrong158

Job search and ranking pipeline via MCP for Claude Desktop.

67 installs/wk local only
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

76 installs/wk local only
Leadbay
by leadbay

AI lead discovery, qualification, and outreach prep on your Leadbay account.

2 208 installs/wk answering
Reviewmetric
by vktr93

An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.

93 installs/wk local only

Sales — questions

Answers built from our own checks of this server.

Why is there no uptime for Sales?
Sales runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @autostackup/sales was installed 53 times last week.
How do I connect Sales?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @autostackup/sales straight from npm; nothing to host, nothing to sign up for.
How many people use Sales?
The npm package @autostackup/sales was installed 53 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sales open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.