Skip to main content
Glama

OPNSense MCP Server

find_arp_by_interface

Retrieve ARP table entries for a specific network interface on an OPNSense firewall. Input the interface name to view associated IP and MAC addresses, aiding in network troubleshooting and management.

Instructions

Find ARP entries on specific interface

Input Schema

NameRequiredDescriptionDefault
interfaceYesInterface name (e.g., "igc3_vlan6", "lan")

Input Schema (JSON Schema)

{ "properties": { "interface": { "description": "Interface name (e.g., \"igc3_vlan6\", \"lan\")", "type": "string" } }, "required": [ "interface" ], "type": "object" }

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/vespo92/OPNSenseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server