Lead Qualifier MCP Tool
🤖 潜在客户筛选器 MCP 工具
轻量级的 MCP 工具,使用 ChatGPT 通过 BANT 机制(预算、授权、需求、时间线)筛选潜在客户,并引导用户逐一输入潜在客户信息。
🚀 功能
🧠 LLM 支持的潜在客户资格信息 (BANT) 提取和评分
💬 每回合一个字段,对话流程
💾 与内存会话跟踪一样快,可以扩展到 Redis
🔌 通过 MCP (
sse) 与 Dify / Cursor 兼容
Related MCP server: LeadsClean MCP Server
⚙️ 设置
在您的 .env 文件中配置 ChatGPT apikey。
OPENAI_API_KEY=1234启动您的 NodeJS 服务器,即您的 MCP 服务器。
npm install
npm start可选:使用 ngrok 公开你的服务器
ngrok http 3001Dify代理策略配置
{
"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?"
}
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceA lightweight, AI-native server that enables GPT-based AI agents to fetch real-time customer and organization context from Zendesk APIs dynamically.
- AlicenseNot gradedqualityDmaintenanceSales 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 Cl1MIT
- FlicenseAqualityDmaintenanceDemo 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
- AlicenseNot gradedqualityBmaintenanceMCP server for qualifying and responding to inbound leads in seconds using a multi-agent AI pipeline.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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