Cisco Ise Mcp Server

Created By
automateyournetworka year ago
ISE MCP Server The ISE MCP Server dynamically exposes Cisco Identity Services Engine (ISE) resources as structured, discoverable tools through the Model Context Protocol (MCP). It provides seamless integration with Cisco ISE using a structured JSON-RPC interface, simplifying automation, data retrieval, and integration into network operations workflows. Configured securely via environment variables, the server dynamically registers tools based on configured Cisco ISE REST API endpoints, each capable of handling optional filters to precisely retrieve the data you need. Key Features: Dynamic Tool Generation: Automatically creates structured tools from provided Cisco ISE REST API endpoints. Advanced Filtering: Tools support precise filtering using fields such as: Endpoints: name, mac, operatingSystem, etc. Identity Groups: name, parent, etc. Network Devices: ipaddress, modelName, softwareVersion, etc. Profiles and Certificates: friendlyName, issuedBy, expirationDate, etc. Licenses and Patches: name, status, expiry, etc. Policy and Security Groups: conditionType, attributeName, value, etc. and many others tailored to Cisco ISE configurations. JSON-RPC Interface: Easy integration with automation workflows through clear, structured JSON-RPC methods (initialize, tools/discover, tools/call). Secure & Flexible Setup: Configure environment variables (ISE_BASE, USERNAME, PASSWORD) for secure and flexible integration. Use Cases: Automating security policy audits. Real-time monitoring and analytics of network access. Dynamic retrieval of configuration and session state for troubleshooting. Integrating Cisco ISE data seamlessly with third-party tools. Operating Modes: One-shot Mode: Process single JSON-RPC requests, ideal for event-driven automation. Persistent Mode: Continuously listens for JSON-RPC requests for ongoing integrations. This server is ideal for network administrators, automation engineers, and security teams looking to efficiently manage and automate Cisco ISE data operations.
Overview

What is Cisco ISE MCP Server?

The Cisco ISE MCP Server is a Model Context Protocol (MCP) server that dynamically exposes Cisco Identity Services Engine (ISE) resources as structured, discoverable tools. It simplifies automation, data retrieval, and integration into network operations workflows through a structured JSON-RPC interface.

How to use Cisco ISE MCP Server?

To use the Cisco ISE MCP Server, configure the environment variables for ISE_BASE, USERNAME, and PASSWORD, and run the server using Python. You can operate it in either one-shot mode for single requests or persistent mode for continuous listening.

Key features of Cisco ISE MCP Server?

  • Dynamic tool generation from Cisco ISE REST API endpoints.
  • Advanced filtering capabilities for precise data retrieval.
  • Structured JSON-RPC interface for easy integration with automation workflows.
  • Secure and flexible setup using environment variables.

Use cases of Cisco ISE MCP Server?

  1. Automating security policy audits.
  2. Real-time monitoring and analytics of network access.
  3. Dynamic retrieval of configuration and session state for troubleshooting.
  4. Integrating Cisco ISE data seamlessly with third-party tools.

FAQ from Cisco ISE MCP Server?

  • What programming language is required to run the server?

Python 3.8 or higher is required.

  • How do I configure the server?

Create a .env file with the necessary environment variables and ensure you have a urls.json file structured correctly.

  • Can I run the server in different modes?

Yes, you can run it in one-shot mode for single requests or persistent mode for ongoing integrations.

Server Config

{
  "mcpServers": {
    "ise": {
      "command": "python",
      "args": [
        "ise_mcp_server.py",
        "--oneshot"
      ],
      "env": {
        "ISE_BASE": "https://devnetsandboxise.cisco.com",
        "USERNAME": "readonly",
        "PASSWORD": "ISEisC00L"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
automateyournetwork
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago