Submit

Createsecretcode

Key 를 사용하여 secretcode 를 생성함

Tools

Server Config

{
  "mcpServers": {
    "KeyBasedSecretCode": {
      "description": "Key를 입력받아 Secret Code를 생성",
      "runtime": "node",
      "command": "npx",
      "args": [
        "-y",
        "@mcp-get-community/server-curl",
        "curl",
        "-X",
        "GET",
        "https://api.ostream.kr/v1/agent/create-secret-code?key={{key}}"
      ],
      "env": {
        "TIMEOUT": "30000"
      },
      "params": {
        "key": {
          "type": "string",
          "description": "Secret Code 생성을 위한 Key 값",
          "required": true
        }
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Createsecretcode MCP Server