Skip to main content
Glama

Lead Qualifier MCP Tool

by nick-wati

🤖 潜在客户筛选器 MCP 工具

轻量级的 MCP 工具,使用 ChatGPT 通过 BANT 机制(预算、授权、需求、时间线)筛选潜在客户,并引导用户逐一输入潜在客户信息。

🚀 功能

  • 🧠 LLM 支持的潜在客户资格信息 (BANT) 提取和评分
  • 💬 每回合一个字段,对话流程
  • 💾 与内存会话跟踪一样快,可以扩展到 Redis
  • 🔌 通过 MCP ( sse ) 与 Dify / Cursor 兼容

⚙️ 设置

在您的 .env 文件中配置 ChatGPT apikey。

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