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.
🤖 Lead-Qualifizierungs-MCP-Tool
Ein leichtes MCP-Tool, das ChatGPT verwendet, um Leads über den BANT-Mechanismus (Budget, Autorität, Bedarf, Zeitleiste) zu qualifizieren. Und Benutzer werden durch die Eingabe von Lead-Informationen Frage für Frage angeleitet.
🚀 Funktionen
- 🧠 LLM-gestützte Extraktion und Bewertung von Lead-Qualifizierungsinformationen (BANT)
- 💬 Ein Feld pro Runde, mit Gesprächsfluss
- 💾 Schnell wie In-Memory-Session-Tracking, kann auf Redis erweitert werden
- 🔌 Kompatibel mit Dify / Cursor über MCP (
sse
)
⚙️ Einrichtung
Konfigurieren Sie den ChatGPT-API-Schlüssel in Ihrer .env-Datei.
Starten Sie Ihren NodeJS-Server, der Ihr MCP-Server ist.
Optional: Stellen Sie Ihren Server mit ngrok bereit
Konfiguration der Dify-Agentenstrategie
🛠 Beispiel
Toolname: lead-qualifier
Eingang:
Ausgabe:
Sitzung:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Ein leichtgewichtiger Server, der ChatGPT verwendet, um Leads mithilfe des BANT-Frameworks (Budget, Authority, Need, Timeline) durch einen konversationellen Frage-für-Frage-Ansatz zu qualifizieren.
Related MCP Servers
- -securityAlicense-qualityA 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 -7TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -1151TypeScriptMIT License
- -securityFlicense-qualityA 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,261TypeScript
- -securityFlicense-qualityA 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