MCP.so
ログイン
C

Cisco Ise Mcp Server

@automateyournetwork

Cisco Ise Mcp Server について

ISE MCP Server

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

automateyournetwork

投稿者

John Capobianco

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "ise": {
      "command": "python",
      "args": [
        "ise_mcp_server.py",
        "--oneshot"
      ],
      "env": {
        "ISE_BASE": "https://devnetsandboxise.cisco.com",
        "USERNAME": "readonly",
        "PASSWORD": "ISEisC00L"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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) data as structured, discoverable tools via JSON-RPC calls. It integrates with Cisco ISE REST APIs, enabling easy data retrieval for administrators and developers.

How to use Cisco Ise Mcp Server?

Configure a .env file with ISE_BASE, USERNAME, and PASSWORD, and a urls.json file listing the ISE resource endpoints. Run the server in one-shot mode with python ise_mcp_server.py --oneshot for a single JSON-RPC request, or without --oneshot for persistent STDIN-based listening. Use the JSON-RPC methods initialize, tools/discover, and tools/call to interact with the generated tools.

Key features of Cisco Ise Mcp Server

  • Dynamic tool generation from ISE resource endpoints.
  • Environment-driven configuration via .env file.
  • Structured JSON-RPC interface for tool discovery and execution.
  • One-shot and persistent operating modes.
  • Automatic logging of requests, responses, and errors.

Use cases of Cisco Ise Mcp Server

  • Retrieve endpoint data from Cisco ISE for inventory management.
  • Fetch identity groups to integrate with access policies.
  • Dynamically expose any ISE REST resource as an MCP tool.

FAQ from Cisco Ise Mcp Server

コメント

「その他」の他のコンテンツ