Agents

View as MarkdownOpen in Claude

You.com runs two MCP servers with different URLs and different jobs.

Docs MCP vs Product MCP

ServerURLAuthTools
Docs MCPhttps://you.com/docs/_mcp/serverNonesearchDocs over these developer docs
Product MCPhttps://api.you.com/mcpAPI key or OAuthLive APIs: you-search, you-contents, you-answer, you-research, you-finance, you-discover
Product MCP (free)https://api.you.com/mcp?profile=freeNoneyou-search only, 100 queries per day

Use Docs MCP to read these pages. Use Product MCP to call the live APIs. https://you.com/_mcp/server is not Docs MCP—it redirects to sign-in.

Setup is in the Docs MCP Server guide and the MCP Server guide.

Pick an API

The five REST APIs are listed in the Quickstart. Open the overview that matches the job:

Web Search and Contents use ydc-index.io. Answer, Research, and Finance Research use api.you.com. Auth header: X-API-Key. Environment variable: YDC_API_KEY.

Agent Skills

Installable instruction packs live on Agent Skills (npx skills add youdotcom-oss/agent-skills). They route to Product MCP tools, Docs MCP searchDocs, or direct REST. A skill does not replace connecting an MCP server.

Documentation index: https://you.com/docs/llms.txt. Append .md to any docs URL for the Markdown export of that page.