you-web
FeaturedUse You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.
AI & Automation 68 stars
11 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# You.com Web MCP
Use You.com MCP tools when the answer depends on current web information, source comparison, cited synthesis, or reading specific URLs.
## Prerequisites
The You.com MCP server must be installed and connected before using this skill:
- Server URL: `https://api.you.com/mcp`
- Auth: either `YDC_API_KEY` bearer auth, OAuth login into the server, or an x402-aware MCP client that can process `402 payment-required` challenges
- Required tools: `you-search`, `you-contents`, and `you-research`
For bearer auth, configure the host MCP client with an authorization header equivalent to:
```json
{
"Authorization": "Bearer ${YDC_API_KEY}"
}
```
If auth is not available and the client is not x402-aware, use the `you-free` skill for basic search.
## MCP server
Use the You.com MCP server at `https://api.you.com/mcp`. The normal setup is `YDC_API_KEY` bearer auth or OAuth login. x402-aware clients can receive upstream payment challenges and retry search or contents calls through MCP with payment headers.
Before using this skill, check the MCP tools available in the current agent environment:
- If `you-search`, `you-contents`, and `you-research` are available, use them directly.
- If the server or required tools are missing, tell the user which capability is missing, provide the server URL and auth options from the prerequisites above, and request approval before installing, connecting, or changing MCP configuration.
- Do not invent MCP commands for the host. Use t...
Details
- Author
- youdotcom-oss
- Repository
- youdotcom-oss/agent-skills
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
you-free
Use the free You.com MCP profile for unauthenticated basic web search with `you-search` only.
68 Updated today
youdotcom-oss AI & Automation Featured
you-research
Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.
68 Updated today
youdotcom-oss AI & Automation Featured
you-discover
Route You.com integration planning through the you-discover MCP tool, Docs MCP, and direct API options.
68 Updated today
youdotcom-oss