Cisco Intersight Mcp Server

Created By
jim-coyne7 months ago
An MCP (Model Context Protocol) server that enables LLMs to interact with Cisco Intersight APIs. This server exposes Intersight operations as tools for LLM applications. The Intersight MCP Server includes an intelligent Security & Health Check Agent that automatically orchestrates comprehensive infrastructure analysis when security or health checks are requested.
Overview

What is Cisco Intersight MCP Server?

Cisco Intersight MCP Server is a Model Context Protocol (MCP) server that facilitates interaction between Large Language Models (LLMs) and Cisco Intersight APIs, exposing Intersight operations as tools for LLM applications.

How to use Cisco Intersight MCP Server?

To use the server, you need to install Node.js, configure your LLM client (like VSCode or Claude Desktop) with the necessary Intersight API credentials, and run the server using the provided commands.

Key features of Cisco Intersight MCP Server?

  • Supports two configuration modes: Core Mode (66 essential read-only tools) and All Tools Mode (199+ tools with full CRUD capabilities).
  • Intelligent Security & Health Check Agent for comprehensive infrastructure analysis.
  • Detailed reporting and actionable recommendations based on security and health checks.

Use cases of Cisco Intersight MCP Server?

  1. Monitoring infrastructure and identifying critical alarms.
  2. Managing policies and configurations for servers and network devices.
  3. Conducting security and health checks across the infrastructure.

FAQ from Cisco Intersight MCP Server?

  • What are the prerequisites for using the server?

    You need Node.js 16+, VSCode with GitHub Copilot or Claude Desktop, and Intersight API credentials.

  • Can I use the server in different modes?

    Yes, you can switch between Core Mode and All Tools Mode based on your needs.

  • What kind of analysis does the Security & Health Check Agent perform?

    It conducts a 13-phase analysis covering alarms, advisories, CVEs, firmware, hardware, security posture, compliance, and performance.

Server Config

{
  "mcpServers": {
    "intersight": {
      "command": "node",
      "args": [
        "/path/to/intersight-mcp-server/build/index.js"
      ],
      "env": {
        "INTERSIGHT_API_KEY_ID": "your-api-key-id",
        "INTERSIGHT_API_SECRET_KEY_PATH": "/path/to/SecretKey.txt",
        "INTERSIGHT_BASE_URL": "https://intersight.com/api/v1",
        "INTERSIGHT_TOOL_MODE": "core"
      }
    }
  }
}
Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
jim-coyne
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

35 minutes ago