mcpbeat Sign in

MCP Contact Classifier MCP Server

local only

MCP Contact Classifier runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 8 Sep 2026.

Classify a job title into department and seniority, and optionally verify the position.

Installs per day peak 17 · avg 7 · +158% w/w
a month agotoday
42
Installs / week
npm · @mambalabsdev/mcp-contact-classifier
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Contact Classifier every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-contact-classifier -- npx -y @mambalabsdev/mcp-contact-classifier
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-contact-classifier": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-contact-classifier"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-contact-classifier]
command = "npx"
args = ["-y", "@mambalabsdev/mcp-contact-classifier"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-contact-classifier": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-contact-classifier"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-contact-classifier": {
      "args": [
        "-y",
        "@mambalabsdev/mcp-contact-classifier"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIFY_TOKEN (Apify API token from https://console.apify.com/account/integrations). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Contact Classifier

same job, measured the same way
MCP People Finder
by mambabuilt

Find people at a company by role, seniority and department, with verified business emails.

59 installs/wk local only
Decompose
by echology-io

Decompose text into classified semantic units. Authority, risk, attention. No LLM.

100 installs/wk local only
Basedagents
by maxfain

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

33 installs/wk local only
SmartRecruiters Company Job Board Scraper
by ranovam

Scrape SmartRecruiters company job boards and get clean, de-duplicated JSON: title, department…

answering
Deposits
by theluckystrike

Security and retainer deposits per client: hold, apply to an invoice, refund, statement.

11 tools answering
Workable Jobs Scraper - Clean Job Data API
by ranovam

Scrape any company's Workable job board and get clean, de-duplicated job data: title, department…

answering
SEO Authority MCP
by forgemeshlabs

SEO authority, keyword, competitor, content, site-audit, and internal-link tools with optional.

49 installs/wk local only
Nationale Vacaturebank Jobs
by nationalevacaturebank-www

Search and retrieve job postings on Nationale Vacaturebank, the largest Dutch jobs site (read-only).

2 tools answering

MCP Contact Classifier — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Contact Classifier?
MCP Contact Classifier 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 @mambalabsdev/mcp-contact-classifier was installed 42 times last week.
How do I connect MCP Contact Classifier?
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 @mambalabsdev/mcp-contact-classifier straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Contact Classifier?
The npm package @mambalabsdev/mcp-contact-classifier was installed 42 times in the last week. Week over week that is +158%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Contact Classifier open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.