{"name":"io.github.AliKarami/mikromcp","slug":"alikarami-mikromcp","title":"MikroMCP","description":"MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.","url":"https://mcp.market/server/alikarami-mikromcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":43,"stars":66,"forks":3,"downloads_week":152,"last_push_at":"2026-09-06T08:54:10.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"npm","callable_via_gateway":false,"default_price_micros":0,"repository":"https://github.com/AliKarami/MikroMCP","website":null,"version":"1.11.0","remotes":[],"packages":[{"registryType":"npm","identifier":"mikromcp","version":"1.11.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"Path to the MikroMCP router registry YAML file. Defaults to ~/.mikromcp/routers.yaml.","format":"string","name":"MIKROMCP_CONFIG_PATH"},{"description":"Optional identity name for stdio transport RBAC. Omit to use the built-in superadmin identity.","format":"string","name":"MIKROMCP_STDIO_IDENTITY"},{"description":"Optional log level: trace, debug, info, warn, or error. Defaults to info.","format":"string","name":"MIKROMCP_LOG_LEVEL"}]}],"tools":[{"name":"apply_plan","description":"Execute write operations in order, stopping on first failure. Each step is snapshotted and journaled individually. Non-admin identities need a confirmationToken (same two-step flow as other destructive tools). Undo individual steps via rollback_change with the returned journal IDs.","write_action":true,"price_micros":0,"input_schema":null},{"name":"create_backup","description":"Create a binary configuration backup on a MikroTik router. The backup is saved as <name>.backup on the router's filesystem. Supports optional encryption via password and dry-run mode.","write_action":true,"price_micros":0,"input_schema":null},{"name":"delete_file","description":"Delete a file from the router filesystem by name. Idempotent: returns not_found gracefully if the file does not exist.","write_action":true,"price_micros":0,"input_schema":null},{"name":"export_config","description":"Export the router configuration as a RouterOS script. When no file is specified, returns the script text inline. When a file is specified, saves it as <file>.rsc on the router's filesystem. Supports compact mode to show only non-default values.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_dns_settings","description":"Read DNS resolver configuration: upstream servers, cache size, cache TTL, and whether remote DNS requests are allowed.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_file_content","description":"Read a text file's contents from a MikroTik router. Only suitable for text files \\u2014 binary files will return garbled content.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_log","description":"Read and filter the system log from a MikroTik router. Supports filtering by topic, message prefix, and a time window (last N minutes) measured against the router's own clock. Entries with unparseable timestamps are included conservatively.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_ntp_settings","description":"Retrieve NTP client settings from a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_ovpn_server","description":"Get the OpenVPN server configuration on a MikroTik router. Throws NOT_FOUND if the OpenVPN package is not installed.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_snmp_settings","description":"Retrieve SNMP settings from a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_system_clock","description":"Read the current date, time, and timezone from a MikroTik router. Focused single-purpose alternative to the clock section in get_system_status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_system_status","description":"Retrieve system status information from a MikroTik router including resource usage, identity, license, routerboard details, health sensors, and clock.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_upgrade_status","description":"Read the current RouterOS package upgrade status and routerboard firmware versions. Shows installed version, latest available version, update channel, and firmware upgrade availability.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_address_list_entries","description":"List firewall address list entries on a MikroTik router. Supports filtering by list name and address.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_arp_entries","description":"List ARP table entries on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_bgp_peers","description":"List BGP sessions on a MikroTik router (RouterOS 7+). Returns state, remote AS, prefix counts, and uptime.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_bridges","description":"List bridge interfaces and their port members on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_certificates","description":"List certificates on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_containers","description":"List RouterOS container instances with status, image, and network information.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_dhcp_clients","description":"List DHCP client configurations on a MikroTik router. Shows which interfaces obtain their IP via DHCP, current status, and assigned address.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_dhcp_leases","description":"List DHCP leases on a MikroTik router with optional filtering by server, status, lease type (dynamic/static), and MAC address. Supports pagination.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_dhcp_servers","description":"List DHCP servers on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_dns_entries","description":"List static DNS entries on a MikroTik router with optional filtering by name and type.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_files","description":"List files on a MikroTik router filesystem. Supports filtering by name and type.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_firewall_rules","description":"List firewall rules from the filter or nat table on a MikroTik router. Supports filtering by chain and disabled state, with pagination.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_interfaces","description":"List network interfaces on a MikroTik router with optional filtering by type and status. Supports pagination and optional traffic counters.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ip_pools","description":"List IP address pools on a MikroTik router. Supports filtering by name and pagination.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ip_services","description":"List IP services on a MikroTik router (api, api-ssl, ssh, telnet, www, www-ssl, winbox, ftp) with their port numbers and enabled/disabled status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ipsec_peers","description":"List IPSec peers on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ipsec_policies","description":"List IPSec policies on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_log_rules","description":"List RouterOS logging rules (system/logging) with optional topic substring and action exact-match filtering.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_mangle_rules","description":"List firewall mangle rules on a MikroTik router in evaluation order. Supports filtering by chain, action, and disabled state.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_neighbors","description":"List discovered neighbors (CDP/LLDP/MNDP) on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_netwatch_entries","description":"List Netwatch monitoring entries on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ospf_neighbors","description":"List OSPF neighbors on a MikroTik router (RouterOS 7+). Returns neighbor state, interface, DR/BDR, and uptime.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ovpn_clients","description":"List OpenVPN client interfaces on a MikroTik router. Shows name, remote server, and connection status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_packages","description":"List installed RouterOS packages with version and enabled status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_ppp_profiles","description":"List PPP profiles including the built-in default and default-encryption profiles.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_pppoe_clients","description":"List PPPoE client interfaces on a MikroTik router. Shows name, parent interface, ISP username, and connection status.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_queues","description":"List simple queues on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_routes","description":"List static routes on a MikroTik router with optional filtering by active status and dynamic status. Supports pagination.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_routing_rules","description":"List policy routing rules on a MikroTik router in evaluation order. Supports filtering by table and disabled state.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_routing_tables","description":"List custom routing tables on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_scheduled_jobs","description":"List RouterOS scheduler entries on a MikroTik router with next-run time, interval, and disabled state.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_scripts","description":"List RouterOS scripts on a MikroTik router. Supports optional name filter.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_user_groups","description":"List local user groups on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_users","description":"List local users on a MikroTik router. Passwords are never returned.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_vrrp_instances","description":"List VRRP instances on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_wifi_clients","description":"List currently connected WiFi clients (stations) with signal strength and transfer rates.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_wifi_interfaces","description":"List WiFi/wireless interfaces on a MikroTik router. Uses /interface/wifi on ROS 7.x, /interface/wireless on older versions.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_wireguard_interfaces","description":"List WireGuard interfaces and their status on a MikroTik router.","write_action":false,"price_micros":0,"input_schema":null},{"name":"list_wireguard_peers","description":"List WireGuard peers with last handshake time and transfer statistics.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_address_list_entry","description":"Add or remove a firewall address list entry. Idempotent by list name + address. Supports dry-run mode.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_bridge","description":"Create or remove a bridge interface on a MikroTik router. Idempotent: create returns already_exists if bridge with same name exists.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_bridge_port","description":"Add or remove an interface from a bridge on a MikroTik router. Idempotent: add returns already_exists if the port assignment already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_certificate","description":"Remove, trust, or untrust a certificate. Idempotent: trust/untrust return early if already in the target state.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_container","description":"Create, start, stop, or remove a RouterOS container. create needs a pre-configured veth interface; start/stop are no-ops when already in the target state; remove throws NOT_FOUND when absent. Supports dry-run.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_dhcp_client","description":"Add, remove, enable, or disable a DHCP client on an interface. Idempotent by interface name: add returns already_exists if a DHCP client is already configured on the same interface.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_dhcp_lease","description":"Convert a dynamic DHCP lease to static (make-static) or remove a lease. Idempotent by MAC address.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_dhcp_server","description":"Add, remove, enable, or disable a DHCP server. Idempotent by name: add returns already_exists if a server with the same name, interface, and address pool already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_dns_entry","description":"Add or remove a static DNS entry. Idempotent by name+type: add returns already_exists if the same record already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_dns_settings","description":"Update DNS resolver settings (upstream servers, cache size, cache TTL, allow-remote-requests). Idempotent: returns no_change if nothing differs.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_firewall_rule","description":"Add, remove, disable, or enable a firewall rule on a MikroTik router. Uses comment as idempotency key for deduplication and identification. Supports dry-run mode.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ip_address","description":"Add, update, or remove an IP address on a MikroTik router interface. Performs idempotency checks for add operations and supports dry-run mode for all actions.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ip_pool","description":"Add or remove an IP address pool. Idempotent by name: add returns already_exists if a pool with the same name and ranges already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ip_service","description":"Enable or disable a RouterOS IP service (api, api-ssl, ssh, telnet, www, www-ssl, winbox, ftp). Port number changes are intentionally not supported to prevent accidental lockout.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ipsec_peer","description":"Add, remove, enable, or disable an IPSec peer. Idempotent by name: add returns already_exists if a peer with the same name and address already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ipsec_policy","description":"Add, remove, enable, or disable an IPSec policy. Idempotent by composite key (srcAddress + dstAddress + tunnel).","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_mangle_rule","description":"Add, remove, enable, or disable a firewall mangle rule. Uses comment as idempotency key. Supports dry-run mode.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_netwatch_entry","description":"Add, remove, enable, or disable a Netwatch monitoring entry. Idempotent by host+port: add returns already_exists if an entry with the same host and port already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ntp_client","description":"Update NTP client settings on a MikroTik router. Idempotent: returns already_set if no changes are needed.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_ovpn_client","description":"Add, update, or remove an OpenVPN client interface. Idempotent by name (already_exists on matching name+connectTo; CONFLICT on differing connectTo; no_change when an update differs in nothing). Password is always written when provided since RouterOS does not return it on GET.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ovpn_server","description":"Enable, disable, or configure the OpenVPN server (a per-router singleton). Throws NOT_FOUND if the OpenVPN package is not installed. The set action requires at least one configuration field.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_package","description":"Enable or disable a RouterOS package. Changes take effect only after a router reboot \\u2014 use the reboot tool to apply. Idempotent: no-op if already in the target state.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_ppp_profile","description":"Add, update, or remove a PPP profile. Idempotent by name. update returns no_change when requested values match. Built-in profiles (default, default-encryption) cannot be removed \\u2014 RouterOS blocks this and the error is surfaced.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_pppoe_client","description":"Add, update, or remove a PPPoE client interface. Idempotent by name (already_exists on matching name+interface+user; CONFLICT on differing config; no_change when an update differs in nothing). Password is always written when provided since RouterOS does not return it on GET.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_queue","description":"Add, remove, enable, or disable a simple queue. Idempotent by name: add returns already_exists if a queue with the same name and target already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_route","description":"Add or remove a static route on a MikroTik router. Performs idempotency checks for add operations and supports dry-run mode for all actions.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_routing_rule","description":"Add, remove, enable, or disable a policy routing rule. Idempotent by srcAddress+dstAddress+interface+table composite key. Supports dry-run mode.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_routing_table","description":"Create or remove a custom routing table. Idempotent by table name. Supports dry-run mode.","write_action":true,"price_micros":0,"input_schema":null},{"name":"manage_scheduled_job","description":"Add, update, remove, enable, or disable a RouterOS scheduler entry. Idempotent by name. add throws CONFLICT if name exists; update throws NOT_FOUND if it does not. Supports dry-run.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_script","description":"Add, update, or remove a RouterOS script. Idempotent by name. add throws CONFLICT if the name already exists; update throws NOT_FOUND if it does not. Supports dry-run.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_upgrade","description":"Trigger a RouterOS package update check or install. 'check' queries the update server for new packages. 'install' downloads and applies the update \\u2014 the router will reboot automatically. Supports dry-run.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_user","description":"Add, remove, enable, disable, or set the password for a local RouterOS user. Idempotent by name: add returns already_exists if a user with the same name and group already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_user_group","description":"Add, update, or remove a local RouterOS user group. Idempotent by name: add returns already_exists if a group with the same name and policy already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_vlan","description":"Add, remove, enable, or disable a VLAN interface. Idempotent by name: add returns already_exists when a VLAN with matching name, vlan-id, and parent interface exists. Supports dry-run mode.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_vrrp_instance","description":"Add, remove, enable, or disable a VRRP instance. Idempotent by name: add returns already_exists if an instance with the same name, interface, and VRID already exists.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_wifi_interface","description":"Enable, disable, or update SSID settings on a WiFi interface. At least one of disabled or ssid must be provided.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_wireguard_interface","description":"Add, remove, enable, or disable a WireGuard interface. Idempotent by name. RouterOS generates the private key on create \\u2014 it is never passed in. The public key is returned after creation.","write_action":false,"price_micros":0,"input_schema":null},{"name":"manage_wireguard_peer","description":"Add or remove a WireGuard peer. Idempotent by public key: add returns already_exists if a peer with the same public key already exists on the interface.","write_action":false,"price_micros":0,"input_schema":null},{"name":"ping","description":"Send ICMP echo requests from the router to a target address. Returns per-packet RTT and summary statistics. 100% packet loss is a valid result, not an error.","write_action":true,"price_micros":0,"input_schema":null},{"name":"plan_changes","description":"Preview a sequence of write operations: each step runs with dryRun=true against live state, returning affected paths and the predicted action per step. Use apply_plan to execute the same steps for real.","write_action":false,"price_micros":0,"input_schema":null},{"name":"reboot","description":"Trigger a controlled router reboot with an optional delay. Supports dry-run. Use this tool instead of run_command for reboots \\u2014 run_command's deny list blocks /system reboot*.","write_action":false,"price_micros":0,"input_schema":null},{"name":"rollback_change","description":"Restore device state to before a write, identified by its journal ID. RouterOS: reads the before-snapshot, diffs against live state, and applies the reverse. SwOS: re-POSTs the exact pre-write '.b' blob. Use dryRun=true to preview. Requires MIKROMCP_DATA_DIR (defaults to data/).","write_action":false,"price_micros":0,"input_schema":null},{"name":"run_command","description":"Execute an arbitrary RouterOS console command via SSH. Guarded by an allow/deny policy (built-in deny list blocks destructive commands; tighten via cmdAllow in routers.yaml or MIKROMCP_CMD_ALLOW). Prefer dedicated tools (reboot, etc.) where available. Output capped at 4000 characters.","write_action":true,"price_micros":0,"input_schema":null},{"name":"run_script","description":"Execute a named RouterOS script. Fire-and-forget \\u2014 the script runs asynchronously and its output is written to the router system log. Use get_log after calling this tool to see results.","write_action":true,"price_micros":0,"input_schema":null},{"name":"set_system_clock","description":"Set the system date, time, and/or timezone on a MikroTik router. Idempotent: returns already_set if the values already match. Supports dry-run.","write_action":false,"price_micros":0,"input_schema":null},{"name":"torch","description":"Capture a real-time traffic snapshot on a router interface. The tool call blocks for the duration (seconds) and returns top flows by bytes. readOnlyHint true \\u2014 auto-retry enabled.","write_action":false,"price_micros":0,"input_schema":null},{"name":"traceroute","description":"Trace the network path from the router to a target address. Returns an ordered hop list with RTT per hop. Timeouts and partial results are valid responses.","write_action":false,"price_micros":0,"input_schema":null},{"name":"upload_file","description":"Upload a text file to a router, overwriting any existing file of the same name. Prefers SFTP (encrypted, over SSH) and falls back to plaintext FTP if SFTP is unavailable. Requires SSH (or FTP) access for the router user. Dry-run tests connectivity only.","write_action":true,"price_micros":0,"input_schema":null}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-20T11:38:37.870Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:38:37.804Z","components":{"code":{"score":25,"max":25,"notes":["4 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":12,"max":15,"notes":["local package, no credentials required"]},"maintenance":{"score":15,"max":15,"notes":["last push 14 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"packages":[{"registryType":"npm","identifier":"mikromcp","version":"1.11.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":13,"publishedAt":"2026-09-05T09:23:37.049Z","repositoryUrl":"git+https://github.com/AliKarami/MikroMCP.git","weeklyDownloads":152}],"repo":{"found":true,"owner":"AliKarami","repo":"MikroMCP","archived":false,"pushedAt":"2026-09-06T08:54:10Z","stars":66,"forks":3,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/13417237?v=4","ownerCreatedAt":"2015-07-20T12:09:50Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/13417237?v=4&s=128","source":"github"},"presence":{"stars":66,"forks":3,"downloadsWeek":152,"license":"MIT","lastPushAt":"2026-09-06T08:54:10.000Z","score":43}}}},"grade_history":[],"reviews":[]}