Odel
mcp contact classifier

mcp contact classifier

Local
@mambalabsdevJavaScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mambalabsdev/mcp-contact-classifierv1.0.0

Run

npx -y @mambalabsdev/mcp-contact-classifier

MCP client config

{
  "mcpServers": {
    "mcp-contact-classifier": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-contact-classifier"
      ]
    }
  }
}