Back to Home
manuel2f icon

mcp-servers-manu

Verified Safe

by manuel2f

Overview

This server provides tools for searching and exploring internal CDN documentation, including specific components, DTS, and Wiki content.

Installation

Run Command
npm start

Environment Variables

  • CDN_DOCS_BASE_URL
  • CDN_DOCS_VERSION

Security Notes

The server primarily functions as a web scraper for internal documentation, using `axios` and `cheerio`. The default `BASE_DOCS_URL` points to an internal network address (`cdn-docs.cdn.hi.inet`), limiting external exposure. No `eval` or dynamic code execution is observed, and no hardcoded secrets are present. The main security considerations would be ensuring the internal documentation source itself is trusted and not susceptible to content injection that could bypass `cheerio`'s sanitization, or potential SSRF if `CDN_DOCS_BASE_URL` is set to an untrusted external URL via environment variable.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-01

Tags

CDNDocumentationSearchMCPDeveloper Tools