Connector guide1-minute read2 MCP toolsEN · DE · IT

You.com su MCP — Pilota You.com da qualsiasi agente AI

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

HCBy HelpCode teamAggiornato 1 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

You.com

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

tool

2

Regione

INTL

Categoria

Public Data

Autenticazione

API Key

Env vars richieste

YDC_API_KEY
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi You.com con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

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

Prova a chiedere

Prompt di esempio per You.com

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

You.com · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → You.com, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

You.com

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

Setup

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. …

Prerequisiti: YDC_API_KEY

Installazione locale del connettore

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

Apri http://localhost:3000/connectors/store, scegli You.com e inserisci le variabili elencate nei Prerequisiti.

Tool disponibili

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

Prossimi passi

Questa guida ti è stata utile?

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.

Guide correlate