Back to Home
brendon92 icon

mcp-server

Verified Safe

by brendon92

Overview

Provides AI agents with specialized tools for comprehensive web search, content fetching, and data format conversion.

Installation

Run Command
node dist/index.js

Environment Variables

  • BRAVE_API_KEY
  • GOOGLE_API_KEY
  • GOOGLE_SEARCH_ENGINE_ID
  • BING_API_KEY
  • SERP_API_KEY
  • LOG_LEVEL

Security Notes

The server uses Zod for robust input validation, which is excellent for preventing common vulnerabilities. API keys are correctly managed via environment variables (process.env), preventing hardcoding. The `WebFetchTool` sanitizes HTML content by removing script/style tags. While XML parsing with `xml2js` generally has safeguards, there's no explicit DTD parsing configured, which would be a higher risk. Overall, practices are good.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-27

Tags

AI ToolsWeb SearchData ConversionWeb ScrapingMCP Protocol