You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/tools.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,63 @@ For MCP servers configuration, use the `mcpServers` config, examples:
111
111
}
112
112
```
113
113
114
+
=== "You.com web search & research"
115
+
116
+
[You.com](https://you.com/?utm_source=editor-code-assistant-eca&utm_medium=2026-08-oss-integrations&utm_content=docs) provides web search, URL content extraction, and AI-powered research via MCP.
117
+
118
+
**Option 1: Authenticated (full features)**
119
+
120
+
Get your API key from [you.com/api](https://you.com/api?utm_source=editor-code-assistant-eca&utm_medium=2026-08-oss-integrations&utm_content=docs) and set it as `YDC_API_KEY` environment variable:
121
+
122
+
```javascript title="~/.config/eca/config.json"
123
+
{
124
+
"mcpServers": {
125
+
"you-search": {
126
+
"url": "https://api.you.com/mcp",
127
+
"headers": {
128
+
"Authorization": "Bearer ${env:YDC_API_KEY}"
129
+
}
130
+
}
131
+
}
132
+
}
133
+
```
134
+
135
+
**Option 2: Keyless (basic web search)**
136
+
137
+
Try You.com search without an API key using the free profile:
Available tools include `you_search` (web search with citations), `you_url_contents` (webpage content extraction), and `you_research` (multi-step research workflows).
170
+
114
171
=== "Advanced — DCR client name override"
115
172
116
173
Some OAuth-protected MCP servers allowlist clients during Dynamic Client
0 commit comments