cisco-cx-cloud-mcp
Verified Safeby 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
npm startEnvironment 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
vantage-mcp-server
Enable natural language exploration of cloud costs via Model Context Protocol (MCP) clients.
cli-microsoft365-mcp-server
This MCP server allows users to execute CLI for Microsoft 365 commands using natural language, enabling management of various Microsoft 365 services like SharePoint, Teams, and Power Platform.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes, enabling LLM-powered applications to interact with Kubernetes clusters by providing tools for resource listing, getting, applying, deleting, and executing commands.
mcp-server-kibana
This server provides a Model Context Protocol (MCP) interface to Kibana, enabling natural language or programmatic access for managing saved objects, executing API requests, and querying server status, with multi-space and dual transport support.