← tier1.shop

INDIVIDUAL MCP TOOL

get_balances

Показывает денежные ₽/$-кошельки и неиспользованные услуги RU или международного кабинета.

tier1.shopnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-v2.tier1.shop/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tier1.shop

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.
  • list_orders — Возвращает заказы клиента с прогрессом по ссылкам.
  • get_order — Возвращает один принадлежащий клиенту заказ и его ссылки.
  • list_links — Ищет принадлежащие клиенту ссылки по географии, статусу и типу.
  • list_igaming_donors — Возвращает доступные международные iGaming-площадки, метрики, языки, тематики, цену и свободные слоты.
  • list_tariffs — Возвращает актуальные purchasable-тарифы, цену, валюту, product_id и точное число ссылок каждого типа.