Cisco ISE MCP Server
Cisco ISE MCP Server
README
Cisco ISE MCP Server
An MCP server that gives an AI agent programmatic access to one or more Cisco Identity Services Engine (ISE) deployments through four complementary API surfaces. When more than one surface can serve a request, they are used in precedence order — Open API → ERS → Data Connect → Monitor API — falling back to a lower surface only if the higher one can't serve the task or errors:
- Open API (ISE 3.1+) — repository, backup/restore, certificates, policy, TrustSec, patch, licensing, deployment/nodes, plus a generic passthrough for any
/api/endpoint. Highest precedence. - ERS (External RESTful Services) — full CRUD on ISE configuration objects and current state.
- Data Connect (ISE 3.2+) — read-only SQL against the ISE monitoring database. The surface for reporting / historical / aggregate / audit data that no higher surface exposes.
- Monitoring (MnT) — legacy
/admin/API/mntlive session / CoA / failure-reason queries (returns XML). Lowest precedence — use only when no higher surface serves the request.
Multiple deployments
One running server can target many ISE deployments (e.g. a RADIUS deployment, a TACACS+ deployment, a VPN deployment). You pick the target per request by name or number:
"List all RADIUS policy sets on Deployment 1" "Add network device 'Office' (10.10.10.10) to the TACACS Only deployment"
- Non-secret config lives in a per-user registry (
deployments.json); passwords are stored separately in the OS keyring (or injected via env vars on headless hosts). - Each deployment has its own Data Connect certificate.
- Add deployments straight from the AI agent (no file editing) or with the CLI.
Tool surfaces are built from the Cisco-published OpenAPI YAML specs (ERS, Open API, Monitoring) — downloaded via iseapi_yaml/links.yaml and compiled into versioned JSON catalogs under src/cisco_ise_mcp/catalog/ by scripts/refresh_catalog.py; Data Connect views are scraped from Cisco DevNet. On a first install run uv run python scripts/refresh_catalog.py --all to build all four catalogs; later runs (scripts/refresh_catalog.py or cisco-ise-mcp refresh) auto-build ERS + Open API and only rebuild the Data Connect / Monitor API catalogs if a deployment enables them. Target release: Cisco ISE 3.4. 202 tools (82 ERS, 66 Open API, 17 Monitoring, 27 Data Connect, 10 meta).
Quick start (with uv)
uv venv && uv pip install -e .
uv run python scripts/validate.py # offline self-test (no ISE needed)
uv run python scripts/refresh_catalog.py --all # FIRST RUN: build all four catalogs (later refreshes auto-gate to enabled surfaces)
uv run cisco-ise-mcp add --name "RADIUS Only" --host 10.1.1.1 --ers-username ers-admin
uv run cisco-ise-mcp set-credential radius-only # secure password prompt
uv run cisco-ise-mcp update radius-only --host 10.1.1.9 # fix/add fields later (optional)
uv run cisco-ise-mcp list
uv run cisco-ise-mcp # start the stdio MCP server
New to this? Start with QUICKSTART.md.
MCP SDK v1 vs v2
The server runs under either major of the mcp Python SDK — the same code
auto-detects which one the venv installed. Only one mcp can be installed per
environment, so pick the major with an install extra (separate venvs from this
one repo):
uv pip install -e '.[v1]' # mcp 1.x (or: uv sync --extra v1)
uv pip install -e '.[v2]' # mcp 2.x (or: uv sync --extra v2)
Plain uv pip install -e . accepts either major (mcp>=1.28,<3). On v2,
tool results additionally carry a machine-readable structuredContent payload;
v1 returns text only. Both start the server the same way — cisco-ise-mcp,
python -m cisco_ise_mcp, or python -m cisco_ise_mcp.server.
Full setup (Windows / macOS / Linux), credential security, Data Connect certificates, adding multiple deployments, connecting Claude Desktop / Hermes / other MCP clients, the tool list, and troubleshooting are in USER_GUIDE.md.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。