Back to Apps

Cisco CUCM CDR Processor
Supports UIby sieteunoseis
Collects, parses, and enriches Cisco CUCM Call Detail Records with AI agent access via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does
Processes Cisco Unified Communications Manager (CUCM) Call Detail Records (CDR) and Call Management Records (CMR). It automates the ingestion of SFTP-pushed files, enriches them via AXL, and stores them in PostgreSQL, exposing the data to AI agents through a streamable HTTP MCP server.
Tools
cdr_search: Search CDR by caller, callee, device, cause, or time range.cdr_trace: Provides a full call trace combining CDR, CMR, and SDL commands.cdr_quality: Identifies poor-quality calls based on MOS, jitter, and latency.cdr_stats: Generates call volume and top-caller statistics.cdr_health: Monitors database stats and file processing activity.
Installation
Run via Docker Compose:
docker compose up -d
Add to MCP configuration:
{
"mcpServers": {
"cisco-cdr": {
"type": "url",
"url": "http://localhost:3000/mcp"
}
}
}
Supported hosts
- claude
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"cisco-cdr": {"type": "url", "url": "http://localhost:3000/mcp"}}}






