← it-som.net

INDIVIDUAL MCP TOOL

prepare_giveaway

Створює розіграш за URL допису та повертає runId, capabilityToken і поточний стан.

it-som.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.it-som.net/api/v1/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prepare_giveaway and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

it-som.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.som-giveaway-real]
url = "https://api.it-som.net/api/v1/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "som-giveaway-real": {
      "type": "http",
      "url": "https://api.it-som.net/api/v1/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: som-giveaway-real
Remote MCP URL: https://api.it-som.net/api/v1/agent/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "som-giveaway-real": {
      "url": "https://api.it-som.net/api/v1/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "som-giveaway-real": {
      "type": "http",
      "url": "https://api.it-som.net/api/v1/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "som-giveaway-real",
  "transport": "streamable-http",
  "url": "https://api.it-som.net/api/v1/agent/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_giveaway_status — Повертає поточний стан розіграшу.
  • confirm_draw — Проводить незворотний вибір переможців.
  • get_giveaway_result — Повертає переможців і публічні посилання на криптографічний запис.
  • cancel_giveaway — Скасовує розіграш до початку вибору переможців.