Skip to main content
Glama

Lead Qualifier MCP Tool

by nick-wati

🤖 Инструмент MCP для квалификации лидов

Легкий инструмент MCP, который использует ChatGPT для квалификации лидов по механизму BANT (Бюджет, Полномочия, Потребность, Сроки). И помогает пользователям вводить информацию о лидах вопрос за вопросом.

🚀 Особенности

  • 🧠 Извлечение и оценка информации о квалификации лида на основе LLM (BANT)
  • 💬 Одно поле за ход, с диалоговым потоком
  • 💾 Быстро, как отслеживание сеанса в памяти, можно расширить до Redis
  • 🔌 Совместимость с Dify / Cursor через MCP ( sse )

⚙️ Настройка

Настройте ChatGPT apikey в вашем файле .env.

OPENAI_API_KEY=1234

Запустите сервер NodeJS, который является вашим сервером MCP.

npm install npm start

Необязательно: предоставьте доступ к вашему серверу с помощью ngrok

ngrok http 3001

Конфигурация стратегии агента Dify

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

🛠 Пример

Название инструмента: lead-qualifier
Вход:

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

Выход:

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

Сессия:

{ "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.

Облегченный сервер, который использует ChatGPT для квалификации лидов с использованием фреймворка BANT (бюджет, полномочия, потребность, временная шкала) посредством разговорного подхода «вопрос за вопросом».

  1. 🚀 Особенности
    1. ⚙️ Настройка
      1. 🛠 Пример

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          An MCP Server that provides a conversational interface to the DoubleClick Bid Manager API, allowing users to manage programmatic advertising campaigns through natural language interactions.
          Last updated -
          Python
        • -
          security
          F
          license
          -
          quality
          A server that enables interaction with PhantAuth, a random user generator and authentication service through natural language commands.
          Last updated -
          Python
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that allows AI assistants to communicate with the ChatGPT desktop app on macOS, enabling users to send prompts to ChatGPT from any MCP-compatible assistant.
          Last updated -
          2
          43
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A FastAPI-based application that implements the Model Context Protocol for lead prospecting, allowing users to retrieve business leads from different data sources like Mantiks through a clean architecture.
          Last updated -
          18
          Python

        View all related MCP servers

        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