Back to Home
ogbm77 icon

cisco-cx-cloud-mcp

Verified Safe

by ogbm77

Overview

Provides a Model Context Protocol (MCP) server interface for natural language access to Cisco CX Cloud APIs, enabling conversational queries for inventory, contracts, and product alerts through compatible clients like Claude.

Installation

Run Command
npm start

Environment Variables

  • CISCO_CLIENT_ID
  • CISCO_CLIENT_SECRET

Security Notes

The server securely retrieves API credentials from environment variables (`CISCO_CLIENT_ID`, `CISCO_CLIENT_SECRET`) rather than hardcoding them. OAuth tokens are cached and automatically refreshed, and sensitive authorization headers are sanitized in logs. Hardcoded Cisco API and OAuth endpoints prevent arbitrary network requests to external domains. There are no immediate signs of 'eval' or other malicious dynamic code execution patterns. Input validation for 'customerId' is present for tools requiring it, and dependencies appear to be standard and well-maintained. The primary security considerations involve proper management of the environment variables on the host system and the security of the underlying Cisco APIs.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-05

Tags

Cisco CX CloudAPI IntegrationNatural Language ProcessingMCP ServerIT Operations