INDIVIDUAL MCP TOOL
bulk_update_order_draft
Последовательно заполняет редактируемые строки заказа URL, анкорами, окружающим текстом и расписанием.
LIVE ENDPOINT
https://mcp-v2.tier1.shop/mcp
Connect to this endpoint to inspect the live schema for bulk_update_order_draft 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
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.tier1-shop]
url = "https://mcp-v2.tier1.shop/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tier1-shop": {
"type": "http",
"url": "https://mcp-v2.tier1.shop/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tier1-shop
Remote MCP URL: https://mcp-v2.tier1.shop/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": {
"tier1-shop": {
"url": "https://mcp-v2.tier1.shop/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tier1-shop": {
"type": "http",
"url": "https://mcp-v2.tier1.shop/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tier1-shop",
"transport": "streamable-http",
"url": "https://mcp-v2.tier1.shop/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
begin_registration— Создаёт запрос регистрации без создания аккаунта.check_registration— Проверяет состояние ранее начатой регистрации и подсказывает следующий шаг.get_account_profile— Показывает профиль подключённого клиента и состояние подтверждения email/Telegram.get_balances— Показывает денежные ₽/$-кошельки и неиспользованные услуги RU или международного кабинета.list_orders— Возвращает заказы клиента с прогрессом по ссылкам.get_order— Возвращает один принадлежащий клиенту заказ и его ссылки.list_links— Ищет принадлежащие клиенту ссылки по географии, статусу и типу.list_igaming_donors— Возвращает доступные международные iGaming-площадки, метрики, языки, тематики, цену и свободные слоты.