you-contents extracts full page content from URLs via You.com’s remote MCP server. It supports markdown, HTML, and metadata formats and handles multiple URLs in a single request.
you-contents is not available on the free tier (?profile=free). An API key is required.Installation
Environment Variables
YDC_API_KEY(required)
Parameters
Format Guidance
Example
Schema patching is required —mcpadapt generates invalid JSON Schema fields (anyOf: [], enum: null) that OpenAI rejects. The helpers below clean these schemas:
Code
Combining with you-search
A common pattern: search withyou-search via DSL, then extract content with you-contents via MCPServerAdapter. See You.com Search & Research Tools for search configuration.
Code
Security
you-contents is higher risk for indirect prompt injection than search tools — it returns full page HTML/Markdown from arbitrary URLs. Always include the trust boundary in the agent’s backstory and never pass user-supplied URLs directly without validation. See MCP Security for full details.