doc-mcp-server
Verified Safeby my-mcp-hub
Overview
Provides a Model Context Protocol (MCP) server that enables AI assistants and developer tools to search and retrieve documentation for the `watermark-js-plus` library.
Installation
npx -y @my-mcp-hub/doc-mcp-serverEnvironment Variables
- PORT
Security Notes
A hardcoded Algolia API key is present in the source code (src/tools/registerWatermarkJsPlus.ts). While likely for a public, read-only index, hardcoding API keys is generally a security anti-pattern. The server performs outbound `fetch` requests based on search results to retrieve content, which could pose a Server-Side Request Forgery (SSRF) risk if the Algolia index or search query leads to malicious or internal network resources.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.
bucketeer-docs-local-mcp-server
Provides a Model Context Protocol (MCP) server for Bucketeer documentation, enabling AI assistants to search and retrieve information about Bucketeer's feature flag and experimentation platform.