Skip to content

feat: add optional You.com MCP server integration - #326

Open
mouse-value-add wants to merge 2 commits into
inngest:mainfrom
mouse-value-add:feat/youcom-mcp-integration
Open

feat: add optional You.com MCP server integration#326
mouse-value-add wants to merge 2 commits into
inngest:mainfrom
mouse-value-add:feat/youcom-mcp-integration

Conversation

@mouse-value-add

Copy link
Copy Markdown

Overview

This PR adds an optional You.com MCP server integration to AgentKit, following the established MCP server pattern from the existing Neon example.

What's Added

  • New Example: demonstrating You.com MCP integration
  • You.com MCP Server Integration: Uses the official You.com MCP server at
  • Dual Operation Mode: Supports both authenticated () and keyless operation (100 free searches/day)
  • Three Core Tools: Web search, content extraction, and research synthesis via You.com's MCP tools
  • Documentation: Updated examples overview to include the new integration

Integration Details

The integration uses You.com's official MCP server which provides:

  • : Current web search with snippets and source discovery
  • : Full content extraction from URLs
  • : One-shot cited synthesis and comprehensive research reports

Configuration

Usage Example

The agent can handle research queries like:

  • "What are the latest developments in AI agent frameworks?"
  • "Research the current state of Model Context Protocol adoption and provide a comprehensive report with sources"

Implementation Notes

  • Follows existing MCP server pattern from
  • Uses SSE transport for reliable connection
  • Includes proper error handling and fallback behavior
  • Compatible with AgentKit 0.13.2+
  • No breaking changes - purely additive functionality
  • Keyless operation enables quick evaluation without API setup

Validation Performed

  • ✅ TypeScript compilation successful
  • ✅ Follows established AgentKit patterns
  • ✅ Dependencies properly configured
  • ✅ Documentation updated
  • ✅ Example runs without errors
  • ✅ Both keyed and keyless modes supported

This integration provides AgentKit users with a powerful web search and research capability through You.com's MCP server, with optional keyless operation for easy evaluation.

- Add youcom-research-agent example demonstrating You.com MCP integration
- Supports both authenticated (YDC_API_KEY) and keyless operation
- Includes web search, content extraction, and research synthesis tools
- Follows established MCP server pattern from mcp-neon-agent example
- Add documentation link in examples/overview.mdx
- Compatible with AgentKit 0.13.2+ using SSE transport
@changeset-bot

changeset-bot Bot commented Jul 25, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b9013e5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@inngest/agent-kit Patch
agentkit-docs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant