akuig - Telepath AI - Unified Telecom Intelligence via MCP
Unified Telecom Intelligence for AI Agents
Break down BSS/OSS silos with Model Context Protocol (MCP) orchestration.
Enable AI agents to see and control your entire telecom infrastructure as one.
# Telepath orchestrates across TMF637, TMF639, TMF621...
✓ Service available
✓ Network resources verified
✓ No active faults detected
✓ Ready for activation
The Challenge
Telecom BSS/OSS systems are fragmented across dozens of APIs and data silos,
making it impossible for AI agents to deliver intelligent automation.
❌
Without Telepath
• Multiple disconnected APIs
• No context preservation
• Manual correlation required
• AI agents can't understand the full picture
• High activation failure rates
✅
With Telepath AI
• Single MCP interface for AI agents
• Persistent context across domains
• Automatic cross-silo correlation
• AI sees complete network state
• Exceptional first-call resolution
Architecture
Built on TM Forum Open Digital Architecture and CAMARA standards
🤖 AI Agent Layer
Service Agents
Network Agents
Revenue Agents
Analytics Agents
🔄 Telepath AI MCP Orchestration Core Innovation
MCP Server Core
Context Manager
Workflow Engine
Security Gateway
State Persistence
Event Correlation
🔌 TM Forum APIs & CAMARA Extensions
TMF622 Product Ordering
TMF640 Service Activation
TMF629 Customer Management
TMF621 Trouble Ticket
CAMARA QoS
CAMARA Edge Discovery
🏢 BSS/OSS Systems
CRM
Billing
Inventory
Provisioning
Fault Management
Performance
Key Features
Purpose-built for AI-driven telecom operations
🧠
Intelligent Context Management
Maintains state across multiple API calls, enabling complex workflows like combining service activation with real-time fault detection and automatic resolution.
🔄
Cross-Silo Orchestration
Seamlessly coordinates between BSS and OSS domains. Start provisioning, detect network issues, resolve them, and complete activation - all in one flow.
⚡
MCP Native
Built specifically for Model Context Protocol, providing deterministic tool interfaces that AI agents can reliably use without hallucination risks.
🔐
Enterprise Security
OAuth 2.0, JWT, mTLS support with complete audit trails. GDPR compliant with PII protection and immutable logging for regulatory compliance.
📊
Real-time Correlation
Event sourcing and correlation engine that connects alarms, performance metrics, and customer impacts in real-time for proactive operations.
🚀
Cloud Native
Kubernetes-ready with horizontal scaling, Redis caching, Kafka streaming. Deploy on-premise or in any cloud environment.
Standards-Based Integration
Full TM Forum ODA compliance with CAMARA extensions
Service Management
TMF633TMF640TMF637
Customer Management
TMF629TMF632TMF630
Product Catalog
TMF620TMF622
Resource Inventory
TMF639TMF638TMF685
Assurance
TMF621TMF656TMF628
CAMARA APIs
QoS on DemandEdge DiscoverySIM Swap
Transform Your Telecom Operations
Key benefits of unified BSS/OSS orchestration
⚡
Accelerated Integration
Dramatically reduce time to integrate new services and APIs. What previously took months can now be accomplished in days with our unified orchestration layer.
🎯
Superior Resolution Rates
Achieve exceptional first-call resolution by giving agents complete visibility across all systems, enabling proactive issue detection and resolution.
🚀
Rapid Service Deployment
Launch new services faster than ever before. Our orchestration layer eliminates the complexity of coordinating across multiple systems.
💰
Operational Cost Reduction
Significantly lower operational expenses through automation, reduced manual correlation, and elimination of swivel-chair integration.
🔄
Zero-Touch Operations
Enable fully automated provisioning and service management workflows that require no human intervention from order to activation.
🤖
AI-Ready Infrastructure
Future-proof your operations with an infrastructure designed specifically for AI agents, enabling autonomous network operations.
Simple Integration
Connect your AI agents in minutes, not months
from telepath_mcp import TelephathClient
# Initialize the MCP client
client = TelephathClient(api_key="your-key")
# AI agent can now orchestrate complex workflows
async def smart_activation(customer_id, service_id, address):
# Check service availability
availability = await client.service_qualification(
address=address,
service={"id": service_id}
)