# You.com — MCP server on mcp.ai > Connect your You.com account and use 1 tools for artificial intelligence straight from your AI agent. Connect with your own API key. YouSearch is a search engine or search tool that enables users to find relevant information, possibly with enhanced filtering or privacy-focused features. By: mcp.ai · official Page: https://mcp.ai/yousearch ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_yousearch?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/yousearch/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/yousearch/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/yousearch/skill.md Postman collection (v2.1): https://mcp.ai/yousearch/postman.json ## Tools - yousearch_you_search(count?: integer, query: string, offset?: integer, country?: string, language?: string, freshness?: string, safesearch?: string) — Search the web using You.com's search API. Returns LLM-ready web results and news articles based on your query. Supports advanced filtering by country, language, freshness, and content safety. ## Example prompts - "What can I do in You.com?" - "Show me a summary of my You.com account" ## Links Docs: https://mcp.ai/docs/mcps/yousearch Website: https://mcp.ai/mcps/yousearch