MCP Directory

antonio-mello-ai/mcp-pfsense

GitHub
Cloud

Manage pfSense firewalls through AI assistants — firewall rules, DHCP leases/reservations, DNS overrides, gateway monitoring, ARP table, and service management. 17 tools with two-step confirmation for destructive operations.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-pfsense

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from antonio-mello-ai/mcp-pfsense your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-pfsense": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pfsense"
      ]
    }
  }
}

Route antonio-mello-ai/mcp-pfsense intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-pfsense

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use antonio-mello-ai/mcp-pfsense directly without routing

npx -y mcp-pfsense

New to Agent-CoreX? View setup guide →

antonio-mello-ai/mcp-pfsense MCP Server — Agent-CoreX