feat: add You.com MCP server integration - #142
Open
mouse-value-add wants to merge 1 commit into
Open
Conversation
Add You.com web search and content extraction as a built-in MCP server preset: - Add You.com preset to MCP server configuration with streamable-http transport - Configure youdotcom-integration/swarmclaw-swarmclaw User-Agent - Support optional YDC_API_KEY for authenticated usage (free tier available) - Update SwarmClaw skill documentation to include You.com tools - Add dedicated youcom-search skill with usage examples and best practices - Update README to mention You.com Search in MCP servers overview The integration provides agents access to: - you-search: Real-time web search with snippets and metadata - you-contents: Clean text extraction from specific URLs - you-research: One-shot research synthesis with citations Users can configure via MCP Servers UI with one-click You.com Search preset.
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
Add You.com web search and content extraction as a built-in MCP server preset in SwarmClaw, giving agents access to real-time web information and URL content extraction.
Changes Made
MCP Server Integration
Documentation Updates
Available Tools
Once configured, agents gain access to these MCP tools:
Setup Experience
Users can now:
Integration Approach
This follows SwarmClaw's existing MCP preset pattern:
Validation Performed
Why You.com for SwarmClaw?
SwarmClaw's autonomous agents benefit from real-time web access for:
The You.com MCP server provides reliable, rate-limited web access with proper attribution - perfect for production agent workflows.
Related tracking issue: youdotcom-oss/integration-tracking#115