fortinac-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fortinac-mcplist rogue hosts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fortinac-mcp
Serveur MCP pour diagnostiquer les rogue hosts sur FortiNAC 7.6.
Interroge l'API REST FortiNAC, cross-reference chaque device contre les profiling rules, et lance des scans nmap pour identifier precisement quelles conditions bloquent la classification.
Prerequis
Python 3.10+
nmap (
brew install nmap)Un token API FortiNAC avec acces lecture aux hosts et aux profiling rules
Related MCP server: FortiCNAPP MCP Server
Installation
cd fortinac-mcp
python3 -m venv .venv
.venv/bin/pip install -e .Configuration
Ajouter dans ~/.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"
}
}
}Relancer Claude Code pour charger le serveur.
Outils
check_status-- verifie la connexion API et la disponibilite de nmaplist_rogues-- liste les rogue hosts (MAC, IP, vendor, VLAN)diagnose_rogues-- diagnostic batch : teste chaque rogue contre toutes les profiling rulesdiagnose_host-- diagnostic d'un host par adresse MACscan_host-- scan nmap sur une IP (ports, services, OS)lookup_vendor-- recherche le fabricant a partir d'une adresse MACget_profiling_rules-- exporte les regles de profiling depuis FortiNACget_host_details-- details complets d'un hostreprofile_all_rogues-- relance l'evaluation des rogues cote FortiNAC
Diagnostic
Pour chaque rogue, diagnose_rogues verifie :
Vendor OUI (correspondance MAC / fabricant attendu)
Ports ouverts via nmap (vs ports requis par la regle)
DHCP fingerprint (presence et correspondance)
SNMP OID (reponse et valeur attendue)
IP range (sous-reseau correct)
Location (placement reseau)
Le rapport indique les conditions qui passent, celles qui echouent, et propose des actions correctives.
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
- AlicenseBqualityDmaintenanceA complete MCP server for Fortinet FortiOS 7.6.x that exposes the entire REST API as typed MCP tools for use with MCP-compatible clients like Claude Desktop.Last updated10011MIT
- Alicense-qualityBmaintenanceMCP server for managing Fortinet FortiCNAPP via AI agents, enabling vulnerability scanning, agent management, and compliance monitoring.Last updatedMIT
- Flicense-qualityDmaintenanceA secure MCP server for network diagnostics, providing tools like ping, traceroute, whois, nslookup, dig, nmap, curl, and netstat through natural language interfaces.Last updated
- Alicense-qualityDmaintenanceMCP 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.Last updated2MIT
Related MCP Connectors
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
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