Back to Browse

Routing Director MCP Server

Developer ToolsUse Caution4.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server to integrate with Juniper Routing Director

About

MCP server to integrate with Juniper Routing Director

Security Report

4.0
Use Caution4.0High Risk

This MCP server integrates with Juniper's Routing Director platform and demonstrates reasonable authentication design with support for both basic and token-based auth. However, there are notable concerns: credentials can be stored in plaintext config files, sensitive data (org_id, URLs, tokens) may be logged, and some API call patterns lack proper input sanitization for filter parameters. The permissions align with the server's networking purpose, but the combination of configuration file credential storage and verbose logging creates moderate risk. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 1 high severity).

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-juniper-routing-director-mcp-server": {
      "args": [
        "routing-director-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!