Back to Home
AnuruddhaPaul icon

MCP_SERVER

Verified Safe

by AnuruddhaPaul

Overview

Retrieves and cleans official documentation for specified AI/Python ecosystem libraries using web search and LLM-based content extraction.

Installation

Run Command
uv run mcp_server.py

Environment Variables

  • SERPER_API_KEY
  • GROQ_API_KEY

Security Notes

API keys for Serper.dev and Groq are loaded from environment variables via `python-dotenv`, not hardcoded. The server makes external HTTP requests to Serper API and specified documentation domains using `httpx`. HTML content fetched from external sources is processed, but `trafilatura` and an LLM are employed for cleaning and extraction, which helps mitigate direct HTML injection risks. No `eval` or other inherently dangerous functions were found in the provided source code. The primary remaining risk relates to the reliability and security of external APIs and the content fetched from the web, which is intrinsic to the tool's function.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-01

Tags

Documentation RetrievalWeb ScrapingAI/MLMCP ServerLLM