← htmlweb.ru

INDIVIDUAL MCP TOOL

bind_payment_card

Привязать карту к ключу (Robokassa Recurring).

htmlweb.runone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.htmlweb.ru

No auth detected

Connect to this endpoint to inspect the live schema for bind_payment_card 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

htmlweb.ru

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.htmlweb]
url = "https://mcp.htmlweb.ru"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "htmlweb": {
      "type": "http",
      "url": "https://mcp.htmlweb.ru"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: htmlweb
Remote MCP URL: https://mcp.htmlweb.ru

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": {
    "htmlweb": {
      "url": "https://mcp.htmlweb.ru"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "htmlweb": {
      "type": "http",
      "url": "https://mcp.htmlweb.ru"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "htmlweb",
  "transport": "streamable-http",
  "url": "https://mcp.htmlweb.ru"
}
MCP Inspector

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

Related tools

  • register_agent — Создать api_key агента без регистрации на сайте.
  • api_catalog — Каталог штатного API: классы и pub_* (как /json/{obj}/help).
  • api_call — Вызов штатного REST: Get::apiParam → Class::pub_m.
  • get_pricing — Тарифы, пакеты и commerce.
  • create_topup_card — Ссылка Robokassa для пополнения баланса ключа (3-D Secure).
  • create_topup_crypto — Крипто-депозит на баланс ключа.
  • acp_checkout — ACP checkout: create/get/complete/cancel.
  • charge_saved_card — Автосписание с привязанной карты на баланс (без 3-D Secure).