Skip to main content
Glama
524,762 tools. Updated 2026-09-06 18:04

"MikroTik" matching MCP tools:

  • Update MikroTik SwOS switch endpoints by merging new field values into the full configuration blob and writing it back. Use dryRun to preview first, and rollback if needed.
    MIT
    Destructive
  • Retrieve DHCP lease entries from a MikroTik router. Filter by server, status, lease type, or MAC address, and paginate results to quickly locate specific leases.
    MIT
  • Read and filter MikroTik router system logs by topic, message prefix, or last N minutes, with pagination and multiple router support.
    MIT
  • Change a MikroTik device's identity (hostname) with a preview before applying. Use confirm=False to preview changes, then confirm=True to apply.
    Apache 2.0
  • Retrieve text file contents from MikroTik routers for inspection or troubleshooting. Provide the exact file name to read its content directly.
    MIT
  • Update NTP client settings on MikroTik routers: configure mode, servers, enable state, and VLAN interface. Idempotent behavior skips redundant changes.
    MIT

Matching MCP Servers

  • Retrieves the OpenVPN server configuration from a MikroTik router. Returns NOT_FOUND when the OpenVPN package is not installed, making missing setup identifiable.
    MIT
  • Retrieve MikroTik firewall rules from filter or NAT tables, filtering by chain and disabled status with pagination.
    MIT
  • Add, remove, disable, or enable firewall rules on MikroTik routers, using comment-based idempotency and dry-run validation.
    MIT
    Destructive
  • Add or remove an interface from a MikroTik router bridge. Idempotent design prevents duplicate port assignments and reports already_exists when the port is already present.
    MIT
    Destructive
  • Retrieve DHCP client configurations from MikroTik RouterOS to display interfaces with DHCP-assigned IPs, current status, and addresses. Filter by status or interface to quickly troubleshoot IP lease problems.
    MIT
  • List OpenVPN client interfaces on a MikroTik router to view connection status, remote server, and interface names.
    MIT
  • Checks for RouterOS updates from current channel by contacting MikroTik server. Reports installed and latest version without modifying configuration.
    Apache 2.0
  • List MikroTik router network interfaces filtered by type, status, or MAC address. Paginate results and include traffic counters as needed.
    MIT
  • Add, update, or remove IP addresses on MikroTik router interfaces with idempotency checks and dry-run validation for safe network configuration.
    MIT
    Destructive
  • Retrieve static routes from a MikroTik router with filters for active or dynamic status, plus pagination controls for managing large route lists.
    MIT
  • Read the current date, time, and timezone from a MikroTik router to verify system clock accuracy without extra status data.
    MIT
  • List WiFi/wireless interfaces on MikroTik routers, automatically using the correct command for RouterOS 7 or older versions.
    MIT
  • List firewall mangle rules on a MikroTik router in evaluation order, using filters for chain, action, or disabled state to locate specific packet marking or routing rules.
    MIT
  • List firewall address list entries on a MikroTik router. Filter by address list name or IP/CIDR to quickly find matching entries.
    MIT
  • List policy routing rules on a MikroTik router in evaluation order, filtering by routing table or disabled state to inspect active configurations.
    MIT