Target Repository URL
https://github.com/agentic-community/mcp-gateway-registry
You.com API(s)
MCP server registration (you-search, you-contents, you-research via MCP server)
Estimated Complexity
small
Integration Description
The MCP Gateway & Registry is an enterprise-grade control plane for AI assets including MCP servers, AI agents, and skills. It provides centralized discovery, governance, and secure access to MCP servers across organizations.
This integration adds You.com MCP server entries to the registry's server catalog, enabling enterprise users to discover and access You.com's search, content extraction, and research capabilities through their centralized MCP infrastructure.
The registry already includes several MCP servers (currenttime, atlassian, etc.) and follows a JSON-based registration format in registry/servers/. Adding You.com servers follows this established pattern.
Target Repo Contributing Guidelines
https://github.com/agentic-community/mcp-gateway-registry/blob/main/CONTRIBUTING.md
Planned Approach
-
MCP Server Registration: Add JSON server registration files for You.com MCP servers:
registry/servers/youcom-authenticated.json — Full authenticated You.com MCP server (https://api.you.com/mcp)
registry/servers/youcom-free.json — Keyless free tier MCP server (https://api.you.com/mcp?profile=free)
registry/servers/youcom-docs.json — You.com docs search MCP server (https://you.com/docs/_mcp/server)
-
Follow Registry Format: Each registration includes server metadata, tool schemas, auth requirements, and enterprise metadata (team, owner, cost center, compliance) following the existing currenttime.json pattern.
-
Documentation: Update any relevant registry documentation to include You.com server examples.
The integration leverages the registry's existing MCP server discovery and governance infrastructure - no code changes needed, purely additive server registrations.
Status Checklist
Links
Target repo issue: N/A (direct PR, registry accepts server additions via PR)
Target repo PR: agentic-community/mcp-gateway-registry#1667
Branch URL: https://github.com/mouse-value-add/mcp-gateway-registry/tree/feat/youcom-mcp-server-registration
Additional Notes
Perfect distribution surface fit: This is exactly what the MCP Gateway & Registry is designed for - centralized registration and discovery of MCP servers. Adding You.com servers through the existing JSON registration format is the cleanest possible integration path.
Enterprise visibility: The registry targets enterprise deployments where You.com MCP servers would be discovered and accessed by multiple teams through a governed control plane. High visibility for You.com capabilities.
Multiple MCP profiles: Can register all available You.com MCP endpoints - authenticated, free tier, docs search, and specialized profiles - giving users choice based on their needs and access levels.
Zero code changes: Pure JSON configuration following established patterns. No risk to existing functionality.
Implementation Summary
Integration type: MCP server registration entries
Distribution surface: Enterprise MCP registry's server catalog
Setup/env vars:
YDC_API_KEY for authenticated servers
- No env vars needed for keyless profiles
- OAuth support documented for enterprise SSO integration
Usage example:
{
"server_name": "You.com Search & Research",
"description": "Web search, content extraction, and research via You.com MCP server",
"path": "/youcom/",
"proxy_pass_url": "https://api.you.com/mcp",
"auth_scheme": "bearer",
"tags": ["search", "web", "research", "content"]
}
Validation performed: Confirmed JSON schema matches registry format, reviewed existing server registrations for pattern consistency.
User-Agent: Handled automatically by You.com MCP server for all tool calls.
UTM: 2026-08-oss-integrations / utm_source=agentic-community-mcp-gateway-registry / utm_content=registry on You.com platform links in the server documentation.
Target Repository URL
https://github.com/agentic-community/mcp-gateway-registry
You.com API(s)
MCP server registration (you-search, you-contents, you-research via MCP server)
Estimated Complexity
small
Integration Description
The MCP Gateway & Registry is an enterprise-grade control plane for AI assets including MCP servers, AI agents, and skills. It provides centralized discovery, governance, and secure access to MCP servers across organizations.
This integration adds You.com MCP server entries to the registry's server catalog, enabling enterprise users to discover and access You.com's search, content extraction, and research capabilities through their centralized MCP infrastructure.
The registry already includes several MCP servers (currenttime, atlassian, etc.) and follows a JSON-based registration format in
registry/servers/. Adding You.com servers follows this established pattern.Target Repo Contributing Guidelines
https://github.com/agentic-community/mcp-gateway-registry/blob/main/CONTRIBUTING.md
Planned Approach
MCP Server Registration: Add JSON server registration files for You.com MCP servers:
registry/servers/youcom-authenticated.json— Full authenticated You.com MCP server (https://api.you.com/mcp)registry/servers/youcom-free.json— Keyless free tier MCP server (https://api.you.com/mcp?profile=free)registry/servers/youcom-docs.json— You.com docs search MCP server (https://you.com/docs/_mcp/server)Follow Registry Format: Each registration includes server metadata, tool schemas, auth requirements, and enterprise metadata (team, owner, cost center, compliance) following the existing currenttime.json pattern.
Documentation: Update any relevant registry documentation to include You.com server examples.
The integration leverages the registry's existing MCP server discovery and governance infrastructure - no code changes needed, purely additive server registrations.
Status Checklist
Links
Target repo issue: N/A (direct PR, registry accepts server additions via PR)
Target repo PR: agentic-community/mcp-gateway-registry#1667
Branch URL: https://github.com/mouse-value-add/mcp-gateway-registry/tree/feat/youcom-mcp-server-registration
Additional Notes
Perfect distribution surface fit: This is exactly what the MCP Gateway & Registry is designed for - centralized registration and discovery of MCP servers. Adding You.com servers through the existing JSON registration format is the cleanest possible integration path.
Enterprise visibility: The registry targets enterprise deployments where You.com MCP servers would be discovered and accessed by multiple teams through a governed control plane. High visibility for You.com capabilities.
Multiple MCP profiles: Can register all available You.com MCP endpoints - authenticated, free tier, docs search, and specialized profiles - giving users choice based on their needs and access levels.
Zero code changes: Pure JSON configuration following established patterns. No risk to existing functionality.
Implementation Summary
Integration type: MCP server registration entries
Distribution surface: Enterprise MCP registry's server catalog
Setup/env vars:
YDC_API_KEYfor authenticated serversUsage example:
{ "server_name": "You.com Search & Research", "description": "Web search, content extraction, and research via You.com MCP server", "path": "/youcom/", "proxy_pass_url": "https://api.you.com/mcp", "auth_scheme": "bearer", "tags": ["search", "web", "research", "content"] }Validation performed: Confirmed JSON schema matches registry format, reviewed existing server registrations for pattern consistency.
User-Agent: Handled automatically by You.com MCP server for all tool calls.
UTM:
2026-08-oss-integrations/utm_source=agentic-community-mcp-gateway-registry/utm_content=registryon You.com platform links in the server documentation.