feat: add You.com MCP server integration - #5519
Open
mouse-value-add wants to merge 2 commits into
Open
Conversation
- Add You.com as predefined MCP server option in connection creation - Support both SSE, HTTP, and WebSocket connection types - Optional YDC_API_KEY authentication with keyless fallback - Comprehensive provider hint with clear setup guidance - Add test coverage for You.com provider hint detection - Document integration setup and usage patterns The integration enables agents to access You.com web search, content extraction, and research capabilities through the standard MCP protocol.
Document setup, authentication options, available tools, and usage examples for the You.com MCP server integration in deco Studio.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add You.com MCP Server Integration
What Changed
This PR adds You.com as a predefined MCP (Model Context Protocol) server option in deco Studio, enabling agents to access web search, content extraction, and research capabilities through You.com's MCP endpoint.
Key Features
https://api.you.com/mcpImplementation Details
youcomto theConnectionProviderHinttype systemhttps://api.you.com/mcpHow to Test
Create New Connection:
https://api.you.com/mcpVerify Provider Hints:
Test Authentication Options:
Agent Tools Available
Once connected, agents gain access to:
you-search: Web search with customizable parametersyou-contents: URL content extractionyou-research: Synthesized research with citationsMigration Notes
This is a pure additive change with no breaking changes:
Validation Performed
✅ Provider hint detection works correctly for You.com URLs
✅ Supports all relevant connection types (SSE, HTTP, WebSocket)
✅ URL normalization handles trailing slashes properly
✅ Does not interfere with existing provider detection (GitHub, Perplexity)
✅ Test coverage added for all integration scenarios
✅ Documentation provides clear setup and usage guidance
Links
This integration makes You.com's web search and research capabilities immediately available to deco Studio users through the standard MCP protocol, with both authenticated and keyless operation modes supported.
Summary by cubic
Adds You.com as a predefined MCP server in deco Studio so agents can use web search, content extraction, and research via
https://api.you.com/mcp. Supports optional API key and keyless mode (100 free searches/day).https://api.you.com/mcpover SSE, HTTP, or WebSocket.Written for commit c84a0e6. Summary will update on new commits.