Open Source · Rust · release checks
Open Source on GitHub

MCP tool surface. One protocol. Talk to your network.

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

Plain English in. Action and answer out.

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

AI on top. MCP in the middle. Your network underneath.

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.

// architecture, simplified
   ┌────────────────────────────────────┐
   │   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

MCP tool surface, organised by domain.

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.

Network Diagnostics

Network Diagnostics

60+

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

Configuration

Configuration

48+

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

Security and Access

Security and Access

40+

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

Multi-vendor

Multi-vendor

28+

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

Compliance

Compliance

22+

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

Portal and Marketing

Portal and Marketing

18+

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

VPN and Tunnel

VPN and Tunnel

14+

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

Firmware and OTA

Firmware and OTA

12+

Update check, staged rollout, rollback, version inventory, delta update

Quick start

Running in four steps.

STEP 01Install
npm install -g @airfy/mcp-server
STEP 02Configure
airfy-mcp init --api-key YOUR_KEY
STEP 03Connect
# Claude Desktop: add to mcp_servers
# ChatGPT: use HTTP transport
# Custom: stdio or HTTP
STEP 04Use
"Show me all clients on VLAN 10"
"Why is AP-Lobby at 95% load?"
"Create a guest SSID with 4h timeout"

MCP server FAQ.

Your AI. Our network. One protocol.

Open source. Rust. automated tests. Dual transport. Free tier available.