Skip to main content
Glama

Lead Qualifier MCP Tool

by nick-wati

🤖 리드 자격 심사 MCP 도구

ChatGPT를 사용하여 BANT 메커니즘(예산, 권한, 니즈, 타임라인)을 기반으로 리드를 선별하는 경량 MCP 도구입니다. 사용자가 질문별로 리드 정보를 입력하도록 안내합니다.

🚀 특징

  • 🧠 LLM 기반 리드 자격 정보(BANT) 추출 및 점수 매기기
  • 💬 턴당 하나의 필드, 대화 흐름 포함
  • 💾 메모리 내 세션 추적만큼 빠르며 Redis로 확장 가능
  • 🔌 MCP( sse )를 통한 Dify/Cursor와 호환

⚙️ 설정

.env 파일에서 ChatGPT apikey를 구성합니다.

지엑스피1

MCP 서버인 NodeJS 서버를 시작합니다.

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.

BANT 프레임워크(예산, 권한, 필요, 타임라인)를 사용하여 대화형 질문별 접근 방식을 통해 리드를 선별하기 위해 ChatGPT를 사용하는 경량 서버입니다.

  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