Connector guide1-minute read2 MCP toolsEN · DE · IT

You.com zu MCP — You.com aus jedem KI-Agent steuern

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

HCBy HelpCode teamAktualisiert 1 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

You.com

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

Tools

2

Region

INTL

Kategorie

Public Data

Authentifizierung

API Key

Benötigte Env-Vars

YDC_API_KEY
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge You.com mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

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

Frag einfach

Beispiel-Prompts für You.com

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

You.com · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → You.com klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

You.com

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

Einrichtung

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

Voraussetzungen: YDC_API_KEY

Connector lokal installieren

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

Öffne http://localhost:3000/connectors/store, wähle You.com und trage die unter Voraussetzungen aufgelisteten Variablen ein.

Verfügbare Tools

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

Nächste Schritte

War dieser Guide hilfreich?

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.

Verwandte Anleitungen