The Airfy MCP Server gives any AI direct access to network management. Diagnose, configure, optimize, audit. Via Claude, ChatGPT, Gemini, or your own agents.
What it actually feels like
Why is the WiFi slow at 1410 W. Mockingbird?
MCP response
Channel 6 has 47% utilization from neighboring APs. Switching to channel 11. ETA 2 minutes.
How it works
MCP is the wire format between any AI agent and the Airfy network platform. The AI doesn't have to learn every REST API, auth flow, and query parameter. It calls named tools and gets answers back. Same protocol whether the AI is Claude, GPT, Gemini, or a custom in-house agent.
┌────────────────────────────────────┐
│ AI agents (Claude · GPT · etc) │
└─────────────────┬──────────────────┘
│ MCP (open protocol)
┌─────────────────┴──────────────────┐
│ Airfy MCP server (Rust, OSS) │
│ MCP tools · release checks │
└─────────────────┬──────────────────┘
│ REST · MQTT · GraphQL
┌─────────────────┴──────────────────┐
│ Airfy platform │
│ Compass · Meshnode · Home │
└────────────────────────────────────┘
Tool catalog
Agents reach many device types through one Airfy AI-Linux layer. Routers, switches, IoT, robots, and consumer machines all expose the same tool surface to your AI.

Client analysis, AP health check, interference scan, bandwidth test, signal strength map

SSID create/update, VLAN management, firewall rules, QoS policies, radio settings

ZenWPA management, security audit, vulnerability scan, access control, certificate management

Third-party discovery, status monitoring, config management, SSH access

DORA report, ISO documentation, firmware compliance, incident log, audit trail

Guest portal setup, email capture config, voucher rules, analytics export

WireGuard setup, mesh VPN config, tunnel health, NAT traversal test

Update check, staged rollout, rollback, version inventory, delta update
Quick start
npm install -g @airfy/mcp-server
airfy-mcp init --api-key YOUR_KEY
# Claude Desktop: add to mcp_servers # ChatGPT: use HTTP transport # Custom: stdio or HTTP
"Show me all clients on VLAN 10" "Why is AP-Lobby at 95% load?" "Create a guest SSID with 4h timeout"
Open source. Rust. automated tests. Dual transport. Free tier available.