Connector guide1-minute read2 MCP toolsEN · DE · IT

You.com a MCP — Pilota You.com desde cualquier agente IA

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

HCBy HelpCode teamActualizado 1 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

You.com

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

herramientas

2

Región

INTL

Categoría

Public Data

Autenticación

API Key

Env vars requeridas

YDC_API_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade You.com con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

Prueba a pedir

Prompts de ejemplo para You.com

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

You.com · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → You.com, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

You.com

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

Configuración

This connector wraps the You.com Web Search API (ydc-index.io).

Setup:

  1. Create an API key at https://you.com/platform/api-keys (a key scoped to Web Search).
  2. Set YDC_API_KEY.

Authentication: the key is sent as the X-API-Key header on every call, exactly as the API reference documents for POST https://ydc-index.io/v1/search.

One endpoint, two tools: the API exposes a single search endpoint, POST /v1/search, which returns web and news results together, organised under results.web and results.news.

  • youcom_search — returns the full response. …

Requisitos previos: YDC_API_KEY

Instalar el conector localmente

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Abre http://localhost:3000/connectors/store, elige You.com e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
youcom_searchWeb search across the open web via You
youcom_newsNews-only search via You

Siguientes pasos

¿Te ha sido útil esta guía?

Your You.com agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas