feat: add optional You.com MCP server integration - #6171
Open
mouse-value-add wants to merge 1 commit into
Open
Conversation
- Add mcpserver_youcom_web.yaml for deploying You.com web search MCP server - Support both keyless operation (100 free searches/day) and API key authentication - Include comprehensive documentation and usage examples - Add optional secret template for API key configuration - Integrate with ToolHive's existing MCP server management patterns Features: - Web search with real-time results and citations via you-search tool - Content extraction from URLs via you-contents tool - Multi-step research capabilities via you-research tool - Optional YDC_API_KEY for enhanced quotas and features - SSE transport with https://api.you.com/mcp endpoint - Resource-efficient configuration (50m CPU, 64Mi RAM requests) Documentation includes setup instructions, usage examples, troubleshooting, and integration patterns with other ToolHive MCP servers.
mouse-value-add
requested review from
ChrisJBurns,
JAORMX,
amirejaz,
jhrozek,
rdimitrov and
tgrunnagle
as code owners
August 1, 2026 20:41
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.
Overview
This PR adds You.com web search capabilities as an optional MCP server integration in ToolHive. You.com provides real-time web search, content extraction, and research capabilities that complement ToolHive's existing MCP server ecosystem.
What This Adds
Core Integration Files
Key Features
Why You.com Fits ToolHive
Usage Example
Integration Benefits for ToolHive Users
Technical Implementation
Validation Performed
✅ YAML configuration files validate successfully
✅ Follows existing MCPServer example patterns
✅ Documentation is comprehensive with setup, usage, and troubleshooting
✅ Both keyless and authenticated operation modes documented
✅ Integration fits ToolHive's architectural patterns
✅ No breaking changes or core modifications
Links
This integration demonstrates ToolHive's excellent extensibility while providing immediate value for users who need web search capabilities in their AI agent workflows.