fortinac-mcp
fortinac-mcp
由 AI 生成的代码(vibe-coded)/ 完全由 AI 生成的代码
用于在 FortiNAC 7.6 上诊断 rogue 主机的 MCP 服务器。
查询 FortiNAC REST API,将每台设备与 profiling 规则进行交叉对照,并运行 nmap 扫描,以准确识别哪些条件阻止了分类。
先决条件
Python 3.10+
nmap (
brew install nmap)一个 FortiNAC API 令牌,具备对主机和 profiling 规则的读取权限。
Related MCP server: MCP Network Tools
安装
cd fortinac-mcp
python3 -m venv .venv
.venv/bin/pip install -e .配置
在 ~/.mcp.json 中添加:
{
"fortinac": {
"type": "stdio",
"command": "/chemin/vers/fortinac-mcp/.venv/bin/python",
"args": ["-m", "fortinac_mcp"],
"env": {
"FORTINAC_URL": "https://fortinac.example.com",
"FORTINAC_TOKEN": "votre-token-api",
"FORTINAC_VERIFY_SSL": "false"
}
}
}重新启动 Claude Code 以加载服务器。
工具
check_status-- 检查 API 连接和 nmap 的可用性list_rogues-- 列出 rogue 主机(MAC、IP、厂商、VLAN)diagnose_rogues-- 批量诊断:针对所有 profiling 规则测试每个 roguediagnose_host-- 按 MAC 地址诊断主机scan_host-- 对某个 IP 执行 nmap 扫描(端口、服务、操作系统)lookup_vendor-- 根据 MAC 地址查找厂商get_profiling_rules-- 从 FortiNAC 导出 profiling 规则get_host_details-- 获取主机的完整详细信息reprofile_all_rogues-- 在 FortiNAC 端重新发起对 rogue 的评估
诊断
对于每个 rogue,diagnose_rogues 检查:
厂商 OUI(MAC 与预期厂商的匹配)
通过 nmap 检测的开放端口(与规则要求的端口对比)
DHCP 指纹(存在性和匹配情况)
SNMP OID(响应和预期值)
IP 范围(正确的子网)
位置(网络部署位置)
报告会指出哪些条件通过、哪些失败,并提出纠正措施。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for managing Fortinet FortiCNAPP via AI agents, enabling vulnerability scanning, agent management, and compliance monitoring.MIT
- FlicenseNot gradedqualityDmaintenanceA secure MCP server for network diagnostics, providing tools like ping, traceroute, whois, nslookup, dig, nmap, curl, and netstat through natural language interfaces.
- AlicenseAqualityDmaintenanceMCP server for managing Ruckus vSZ wireless controllers, providing 52 tools across 12 modules to query and manage APs, WLANs, zones, clients, alarms, and more, enabling LLM-driven network operations.532MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables natural language management of FortiGate firewalls via the FortiOS REST API, offering 393 tools for system, policy, routing, VPN, and security configuration.MIT
Related MCP Connectors
XFA's remote MCP server — query device posture, compliance, policies & CVEs. Read-only.
MEOK MCP Hardening MCP — automated security red-team for any MCP server. Maps OWASP LLM Top 10
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benbelo/fortinac-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server