MCP Server
MCP
You.com Web Access & AI
Web search, AI agent, and content extraction via You.com APIs
Install
npx -y @youdotcom-oss/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.you.com/mcp",
"headers": [
{
"description": "Bearer (You.com API key)",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@youdotcom-oss/mcp",
"version": "3.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "You.com API key (optional — omit for free tier)",
"format": "string",
"isSecret": true,
"name": "YDC_API_KEY"
},
{
"description": "Hosted MCP profile to expose through the STDIO bridge (currently supports free)",
"format": "string",
"name": "YDC_PROFILE"
},
{
"description": "Comma-separated hosted tool ids to expose through the STDIO bridge",
"format": "string",
"name": "YDC_ALLOWED_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment