Back to Home
jayfoeelite icon

global-mcp-servers

by jayfoeelite

Overview

Fetches documentation for a specified library to extend AI capabilities for information retrieval.

Installation

Run Command
cd mcp-study/doc-fetcher-script && npm install && node index.js <libraryName>

Environment Variables

  • BRAVE_API_KEY

Security Notes

CRITICAL: The `BRAVE_API_KEY` is hardcoded directly in the `index.js` file (`BSAgFFoQcVVFuYIiBmjl9DIgUsuXiBb`), which is a severe security vulnerability as it exposes a sensitive credential. The script also makes external network requests to an arbitrary documentation URL, which could expose the system to content from untrusted sources, although `encodeURIComponent` is used for the initial search query. There are no obvious `eval` or obfuscation patterns.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-05

Tags

DocumentationWeb ScrapingInformation RetrievalDeveloper ToolAI Extension