Back to Apps

Call Intelligence MCP
by janani-n14
Autonomous AI sales intelligence agent for CRM extraction and lead signal analysis from call transcripts.
0 stars
Works in:claude
Exposes:Tools
What it does
Call Intelligence MCP is an end-to-end autonomous agent that extracts structured sales signals from call transcripts or audio. It connects a FastMCP server to a CRM pipeline, extracting key data points like budget, location, and decision-makers, persisting them to a local SQLite database, and automatically generating follow-up contexts using RAG.
Tools
process_sales_call: Processes raw text or audio transcripts to extract sales signals and update the CRM.extract_signals: Identifies specific budget, location, and stakeholder information from a conversation.generate_followup: Creates a custom follow-up email context based on identified missing entities.
Installation
Install dependencies:
uv pip install -r requirements.txt
Run the server:
uv run mcp dev main.py
For Claude Desktop config:
{
"mcpServers": {
"call-intelligence": {
"command": "uv",
"args": ["run", "mcp", "dev", "/path/to/main.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run mcp dev main.pyInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"call-intelligence": {
"command": "uv",
"args": ["run", "mcp", "dev", "/path/to/main.py"]
}
}
}





