MCP Server
MCP
io.github.YokuApp/mcp-server
Yoku is a platform that provides structured, real-time brand identity and company data.
Install
npx -y @yokuapp/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.yoku.app",
"headers": [
{
"description": "API key for authentication using Bearer token format: Bearer opt_your_api_key_here",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@yokuapp/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOKU_API_KEY"
},
{
"description": "The base URL of the Yoku API",
"format": "string",
"name": "YOKU_API_BASE_URL"
},
{
"description": "The base URL of the Yoku CDN",
"format": "string",
"name": "YOKU_CDN_BASE_URL"
},
{
"description": "The request timeout in milliseconds",
"format": "number",
"name": "YOKU_REQUEST_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment