Back to Home
youdotcom-oss icon

youdotcom-mcp-server

Verified Safe

by youdotcom-oss

Overview

Provides AI agents with real-time access to web information, including search, AI-powered answers, and content extraction, through the Model Context Protocol.

Installation

Run Command
npx @youdotcom-oss/mcp

Environment Variables

  • YDC_API_KEY

Security Notes

The server code demonstrates good security practices: - No direct usage of 'eval' or similar dangerous functions found in the provided source code. - API keys (YDC_API_KEY) are consistently handled via environment variables or explicitly passed configuration, preventing hardcoding of sensitive credentials. - External network calls are directed to You.com's official API endpoints (ydc-index.io, api.you.com), which are expected for its core functionality. - Input schemas for tools are rigorously validated using Zod, mitigating risks from malformed or malicious inputs. - Robust error handling is implemented for API calls, providing informative messages and generating pre-filled error report links rather than exposing raw system details. - The codebase structure, use of TypeScript, and reliance on established libraries (Hono, Bun, Zod) contribute to overall code quality and maintainability, indirectly enhancing security.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars7
Forks1
Last Update2026-01-19

Tags

Web searchAI agentContent extractionModel Context ProtocolTypeScript