Cisco Ise Mcp Server
@automateyournetwork
关于 Cisco Ise Mcp Server
ISE MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
.envfile. - 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
—
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论