Serversio.github.YokuApp/mcp-server
S

io.github.YokuApp/mcp-server

io.github.YokuApp/mcp-server · v1.0.1
▦ npm
v1.0.1npm npm: @yokuapp/mcp-server🌐 https://mcp.yoku.app↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.YokuApp/mcp-server",
  "description": "Yoku is a platform that provides structured, real-time brand identity and company data.",
  "repository": {
    "url": "https://github.com/YokuApp/mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}