Skip to main content
Glama
nick-wati
by nick-wati

Herramienta de calificación de clientes potenciales MCP

Una herramienta MCP ligera que utiliza ChatGPT para calificar clientes potenciales mediante el mecanismo BANT (Presupuesto, Autoridad, Necesidad y Cronograma). Además, guía a los usuarios para que ingresen la información de los clientes potenciales pregunta por pregunta.

🚀 Características

  • Extracción y puntuación de información de calificación de clientes potenciales (BANT) impulsada por LLM

  • 💬 Un campo por turno, con flujo conversacional

  • 💾 Tan rápido como el seguimiento de sesiones en memoria, se puede ampliar a Redis

  • 🔌 Compatible con Dify / Cursor a través de MCP ( sse )

Related MCP server: LeadsClean MCP Server

⚙️ Configuración

Configure la clave API de ChatGPT en su archivo .env.

OPENAI_API_KEY=1234

Inicie su servidor NodeJS, que es su servidor MCP.

npm install
npm start

Opcional: exponga su servidor usando ngrok

ngrok http 3001

Configuración de la estrategia del agente Dify

{
  "lead_qualification": {
    "transport": "sse",
    "url": "https://24c3-172-235-53-238.ngrok-free.app/sse",
    "headers": {},
    "timeout": 50,
    "sse_read_timeout": 50
  }
}

🛠 Ejemplo

Nombre de la herramienta: lead-qualifier
Aporte:

{
  "sessionId": "abc123",
  "message": "We have a budget of $1000"
}

Producción:

{
  content: [
    {
      type: "text",
      text: "Are you the main person evaluating tools like this, or is there someone else involved in the decision?"
    }
  ],
  isError: false
}

Sesión:

{
  "qualificationMap": {
    "budget": "$1000 per month",
    "authority": "",
    "need": "",
    "timeline": ""
  },
  "scoreMap": {
    "budget": 30,
    "authority": 0,
    "need": 0,
    "timeline": 0
  },
  "totalScore": 30,
  "nextField": "authority",
  "lastPromptedField": "authority",
  "lastPromptedQuestion": "Are you the main person evaluating tools like this, or is there someone else involved in the decision?"
}
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Sales Intelligence · B2B Lead Extraction An MCP (Model Context Protocol) server that gives AI agents structured B2B lead intelligence extracted directly from company websites. Point it at any URL and get back a clean JSON object — company summary, buying signals, inferred needs, and personalised icebreaker lines — ready to drop into your outreach pipeline. Built for agent pipelines. Works with Cl
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Demo MCP server for booking confirmed sales appointments through Claude. Allows users to request appointments, check status, and get detailed BANT briefings using natural language, with realistic fake data for demonstration.
    3

View all related MCP servers

Related MCP Connectors

  • Run AI customer support from your terminal: conversations, knowledge base, and chat widget.

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nick-wati/lead-qualifier-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server