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.
🤖 リードクオリファイアーMCPツール
ChatGPTを用いてBANTメカニズム(予算、権限、ニーズ、タイムライン)に基づいてリードを選別する軽量なMCPツールです。ユーザーは質問ごとにリード情報を入力できます。
🚀 機能
- 🧠 LLM を活用したリード資格情報 (BANT) の抽出とスコアリング
- 💬 1ターンにつき1つのフィールド、会話の流れに沿って
- 💾 メモリ内セッショントラッキングと同じくらい高速で、Redis に拡張可能
- 🔌 MCP (
sse
) 経由で Dify / Cursor と互換性があります
⚙️ セットアップ
.env ファイルで ChatGPT apikey を設定します。
MCP サーバーである NodeJS サーバーを起動します。
オプション: ngrokを使用してサーバーを公開する
Difyエージェント戦略構成
🛠 例
ツール名: lead-qualifier
入力:
出力:
セッション:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
ChatGPT を使用して、BANT フレームワーク (予算、権限、ニーズ、タイムライン) に基づき、会話形式の質問アプローチでリードを評価する軽量サーバーです。
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