Cisco RIS MCP Server
Enables querying Cisco CUCM Real-time Information Service and Performance Monitor data through MCP tools for device status, CTI connections, counter monitoring, and cluster health.
README
@calltelemetry/cisco-ris-mcp
MCP server for Cisco CUCM RIS (Real-time Information Service) and PerfMon APIs.
Quick Start
npx @calltelemetry/cisco-ris-mcp
Tools
| Tool | Description |
|---|---|
device_status |
Query real-time device registration status with wildcard search, filtering, and auto-pagination |
cti_status |
Query CTI port, route point, and application connection status |
counter_snapshot |
One-shot PerfMon counter collection with preset support |
counter_list |
Discover available PerfMon counter objects and counters |
counter_instances |
List instances of a PerfMon object |
counter_monitor_start |
Start background PerfMon monitoring (returns monitorId) |
counter_monitor_results |
Read accumulated samples and per-counter statistics |
counter_monitor_stop |
Stop a running monitor and return final statistics |
phone_summary |
Dashboard-ready phone registration summary with aggregate counts |
registration_health |
Cluster-wide health check combining RIS + PerfMon with threshold alerts |
Configuration
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
CUCM_HOST |
Yes | - | CUCM publisher hostname or IP |
CUCM_USERNAME |
Yes | - | CUCM admin username |
CUCM_PASSWORD |
Yes | - | CUCM admin password |
CUCM_PORT |
No | 8443 |
CUCM HTTPS port |
RIS_MCP_LOG_LEVEL |
No | warn |
Log level: debug, info, warn, error |
RIS_MCP_TLS_MODE |
No | permissive |
Set to strict to reject self-signed certs |
All credentials can also be passed per-tool-call via cucm_host, cucm_username, cucm_password, cucm_port parameters.
Counter Presets
| Preset | PerfMon Object | Counters |
|---|---|---|
call_processing |
Cisco CallManager | CallsActive, CallsAttempted, CallsCompleted |
registration |
Cisco CallManager | RegisteredHardwarePhones, RegisteredOtherStationDevices, UnregisteredPhoneCount |
sip |
Cisco SIP | (all counters) |
media |
Cisco CallManager | VideoCallsActive, VideoCallsCompleted |
system |
Processor | (all counters) |
MCP Configuration
Add to your mcp.json:
{
"mcpServers": {
"cucm-ris": {
"command": "npx",
"args": ["@calltelemetry/cisco-ris-mcp"],
"env": {
"CUCM_HOST": "cucm-pub.example.com",
"CUCM_USERNAME": "admin",
"CUCM_PASSWORD": "secret"
}
}
}
}
Or with a local build:
{
"mcpServers": {
"cucm-ris": {
"command": "node",
"args": ["/path/to/cisco-ris-mcp/build/index.js"],
"env": {
"CUCM_HOST": "cucm-pub.example.com",
"CUCM_USERNAME": "admin",
"CUCM_PASSWORD": "secret"
}
}
}
}
Development
yarn install # Install dependencies
yarn build # Build with Vite
yarn dev # Watch mode
yarn typecheck # Type check
yarn lint # Lint
yarn test # Run tests
yarn validate # typecheck + lint + test
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.