@ai-solutions.ru/mikrotik-mcp-server
npm
v2.0.3
Published by @ai-solutions.ru — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
AI-powered Model Context Protocol (MCP) server for MikroTik RouterOS automation
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 1.2 = 99. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −1.2 | Package runs install-time scripts MTC-SUP-010 | supply-chain |
2. Client adoption risk — 99 − 7 = 92. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
Tools that read sensitive data ([get_logs]) and tools that can send data out ([execute_command, schedule_tasks]) are exposed together. An agent can move private data to the sink.
Evidence: sources [get_logs] → sinks [execute_command, schedule_tasks]
Fix: Keep secret-reading and egress capabilities on separate, separately-approved servers.
Location: flow get_logs → execute_command
Tool "execute_command" appears to run shell commands or evaluate code (keyword "execute command" in tool name, parameter "command"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool execute_command
Tool "schedule_tasks" appears to run shell commands or evaluate code (parameter "script"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool schedule_tasks
In the server's implementation (`dist/cli/commands/claude.js:17`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: t(require("os")); const child_process_1 = require("child_process"); const util_1 = require("util"); const inquirer_1 = _
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/cli/commands/claude.js
In the server's implementation (`dist/notifications/desktop-notifier.js:39`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: equire("events"); const child_process_1 = require("child_process"); const util_1 = require("util"); const os = __importS
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/notifications/desktop-notifier.js
Tool "execute_command" takes a command-shaped parameter "command" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool execute_command · inputSchema.properties.command
Tool "schedule_tasks" takes a command-shaped parameter "script" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool schedule_tasks · inputSchema.properties.script
Tool "execute_command" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool execute_command
Tool "schedule_tasks" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool schedule_tasks
In a packaging/dev/install script (shipped, but not the server runtime) (`test/test-real-routeros.mjs:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: import { spawn } from 'child_process'; import readline from 'readline'; // Set test environment process.env.MIKROTIK_H
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server test/test-real-routeros.mjs
In a packaging/dev/install script (shipped, but not the server runtime) (`test/test-v2-complete.mjs:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: import { spawn } from 'child_process'; import readline from 'readline'; console.log('🧪 Complete Testing of MikroTik M
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server test/test-v2-complete.mjs
"@ai-solutions.ru/mikrotik-mcp-server" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.
Evidence: node scripts/postinstall.js
Fix: Review the scripts; install with --ignore-scripts where possible and vet what they do.
Location: package @ai-solutions.ru/mikrotik-mcp-server
Each tool and what it can reach — statically extracted from the published source.
execute_commandruns code / shellget_logsreads sensitive dataschedule_tasksruns code / shellActive Connectionsno sensitive capabilityadd_firewall_ruleno sensitive capabilityanalyze_routerno sensitive capabilityanalyze_securityno sensitive capabilityanalyze_trafficno sensitive capabilityAPI Documentationno sensitive capabilityAvailable Commandsno sensitive capabilityAvailable Toolsno sensitive capabilitybackup_configurationno sensitive capabilitycheck_healthno sensitive capabilityCommand Referenceno sensitive capabilityconfigure_basicno sensitive capabilityconfigure_bridgesno sensitive capabilityconfigure_certificatesno sensitive capabilityconfigure_firewallno sensitive capabilityconfigure_mplsno sensitive capabilityconfigure_networkno sensitive capabilityconfigure_ospfno sensitive capabilityconfigure_qosno sensitive capabilityconfigure_routingno sensitive capabilityconfigure_tunnelno sensitive capabilityconnectno sensitive capabilityConnection Statusno sensitive capabilityconnection_limitno sensitive capabilitycreate_backupno sensitive capabilityCurrent Configurationno sensitive capabilitydisconnectno sensitive capabilitygenerate_reportno sensitive capabilityget_api_endpoint_schemano sensitive capabilityget_dhcp_leasesno sensitive capabilityget_firewall_rulesno sensitive capabilityget_ip_addressesno sensitive capabilityget_routesno sensitive capabilityget_system_healthno sensitive capabilityget_system_infono sensitive capabilityget_wireless_clientsno sensitive capabilityget-system-infono sensitive capabilityinvoke_api_endpointno sensitive capabilitylan_interfaceno sensitive capabilitylan_subnetno sensitive capabilitylevelno sensitive capabilitylist_api_endpointsno sensitive capabilitylist_interfacesno sensitive capabilitymanage_dhcp_leasesno sensitive capabilitymanage_packagesno sensitive capabilitymanage_scriptsno sensitive capabilitymanage_usersno sensitive capabilitymikrotik-mcp-serverno sensitive capabilitymonitor_connectionsno sensitive capabilitymonitor_performanceno sensitive capabilityoptimize_performanceno sensitive capabilityPerformance Metricsno sensitive capabilityRouter Statusno sensitive capabilityrouter_nameno sensitive capabilitysecure_routerno sensitive capabilitysetup_basic_firewallno sensitive capabilitysetup_bgpno sensitive capabilitysetup_bondingno sensitive capabilitysetup_home_networkno sensitive capabilitysetup_hotspotno sensitive capabilitysetup_securityno sensitive capabilitysetup_vpnno sensitive capabilitysetup_wirelessno sensitive capabilitySystem Informationno sensitive capabilitySystem Logsno sensitive capabilitysystem_resetno sensitive capabilitytest_connectionno sensitive capabilitytest-connectionno sensitive capabilityTraffic Monitorno sensitive capabilitytroubleshoot_connectivityno sensitive capabilityupdate_firmwareno sensitive capabilitywan_interfaceno sensitive capabilitywifi_passwordno sensitive capabilitywifi_ssidno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v2.0.3 latest |
A 92/100 | 12 | 1.13.0 | 2026-09-07 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @ai-solutions.ru/mikrotik-mcp-server --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 3 side by side →
MCP server for MikroTik integration with Claude and other AI assistants
MCP server for MikroTik RouterOS — 780+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.
Operator control CLI for AdGuard Home with an MCP adapter
interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.
MCP server for the Aspro.Cloud REST API
MCP server for Atlassian Confluence and Jira Cloud APIs
AuroraCloud-first MCP server that exposes AuroraDocs workspace data to Claude Desktop and other AI agents
The official AWS Knowledge Base retrieval server using Bedrock Agent Runtime.