69
/ 100
3 hours ago
glama

MikroCLAW

MCP server that enables Claude Code to access, monitor, and manage MikroTik RouterOS devices via its REST API, with 92 tools for read-only and optional write operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: MIKROTIK_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMIKROTIK_HOST✅ — IP/hostname router, mis. 192.168.88.1.
configMIKROTIK_USE_TLStrue true → HTTPS (www-ssl), false → HTTP.
configMIKROTIK_USERadmin User RouterOS (disarankan user khusus least-privilege).
🔐 secretMIKROTIK_PASSWORD(kosong) Password user tersebut.
configMIKROTIK_PORT443/80 Port REST. Default mengikuti USE_TLS.
configMIKROTIK_VERIFY_TLSKarena sertifikat self-signed, biarkan =false di .env
configMIKROCLAW_ALLOW_WRITE🚧 Operasi write digerbang oleh flag .
configMIKROTIK_TIMEOUT10 Timeout request (detik).
configMIKROCLAW_WEB_HOST127.0.0.1 Alamat bind. Set 0.0.0.0 untuk diakses dari LAN.
configMIKROCLAW_WEB_PORT8800 Port HTTP laman.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/syamsuddin-mikroclaw-rte61j)](https://m8ven.ai/mcp/syamsuddin-mikroclaw-rte61j)
commit: 3fc30be21dcc948010974f14b7050b2d50285b89
code hash: eac9f7e8d8e2f931691883fd4d33e3d3e07a9d00e45349a6f08ea858612f9c51
verified: 6/27/2026, 8:50:29 AM
view raw JSON →