Back to Home
rudipoppes icon

RP_SL1_MCP

Verified Safe

by rudipoppes

Overview

This MCP server integrates with Restorepoint API to enable natural language interaction for network management, serving as a foundation for custom chat interfaces and AI-powered network automation.

Installation

Run Command
./start-mcp-server.sh

Environment Variables

  • PORT
  • HOST
  • NODE_ENV
  • LOG_TO_FILE
  • EC2_IP
  • SSH_KEY
  • REPO_URL
  • BRANCH

Security Notes

The server uses good security practices including `helmet` for HTTP headers, `cors` with whitelisted origins, and `express-rate-limit`. Input validation is performed using Zod schemas. However, the Restorepoint API token is primarily read from `config.json`, which could pose a risk if file permissions are not properly secured. Additionally, in non-production environments (`NODE_ENV !== 'production'`), it allows `rejectUnauthorized: false` for HTTPS connections, which is a significant security vulnerability if connecting to untrusted or public endpoints.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-19

Tags

apirestorepointnetwork-managementtypescriptnode.jsmcpautomationchat-interface