Lead Qualifier MCP Tool

by nick-wati

Integrations

  • Supports exposing the MCP server publicly using ngrok for external access by services like Dify.

  • Uses ChatGPT to qualify leads through BANT mechanism (Budget, Authority, Need, Timeline) and extract qualification information from conversations.

  • Can be extended to use Redis for session tracking instead of in-memory storage.

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 )

⚙️ 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?" }
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor liviano que utiliza ChatGPT para calificar clientes potenciales utilizando el marco BANT (Presupuesto, Autoridad, Necesidad, Cronograma) a través de un enfoque conversacional pregunta por pregunta.

  1. 🚀 Características
    1. ⚙️ Configuración
      1. 🛠 Ejemplo

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
          Last updated -
          7
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI-powered interaction with YNAB (You Need A Budget) data, allowing users to query their budgets through conversational interfaces.
          Last updated -
          1
          15
          1
          TypeScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A server that manages conversation context for LLM interactions, storing recent prompts and providing relevant context for each user via REST API endpoints.
          Last updated -
          1,261
          TypeScript
        • -
          security
          F
          license
          -
          quality
          A conversational application server that integrates LLM capabilities via Ollama with vector memory context, supporting multiple users, sessions, automatic history summarization, and a plugin system for executing real actions.
          Last updated -
          Python

        View all related MCP servers

        ID: kg12iucfy9