Back to Home
DhimanMajumdar icon

MCP-Server

Verified Safe

by DhimanMajumdar

Overview

An AI-powered tool for searching, retrieving, and summarizing online documentation for specified libraries.

Installation

Run Command
uv run mcp_server.py

Environment Variables

  • GROQ_API_KEY
  • SERPER_API_KEY

Security Notes

Utilizes `os.getenv` for API keys, which is good practice. Leverages external web search (Serper API) and LLMs (Groq) for content retrieval and processing. The `fetch_url` function sends raw HTML chunks to an LLM for cleaning and extraction, which relies on the LLM's adherence to the system prompt and is a potentially resource-intensive and indirectly risky approach if the LLM were to misinterpret or generate unintended content, but not a direct code injection vulnerability for the server itself. No `eval` or similar direct execution risks are present.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens20000
Stars0
Forks0
Last Update2025-11-29

Tags

AIWeb ScrapingDocumentation SearchLLMTooling