← zavod-stanki.ru

INDIVIDUAL MCP TOOL

subscribe_to_factory_events

Подписать ИИ-агента на webhook-уведомления об изменении цен, новых заказах Биржи или складских обновлениях.

zavod-stanki.runone authenticationAvailability not checked

LIVE ENDPOINT

https://stanki-chpu.ru/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "zavod-stanki-mcp": {
      "type": "http",
      "url": "https://stanki-chpu.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zavod-stanki-mcp
Remote MCP URL: https://stanki-chpu.ru/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": {
    "zavod-stanki-mcp": {
      "url": "https://stanki-chpu.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_machines — Поиск ЧПУ станков по типу (фрезерный, лазерный, плазменный), габаритам поля и обрабатываемому материалу.
  • calculate_machine_price — Онлайн-конфигуратор станков Каменского завода.
  • get_birzha_orders — Список активных заказов на фрезеровку и раскрой с Биржи Заказов Завода для выбранного региона/города.
  • get_machine_detail — Полная карточка станка по product_number (id)
  • list_categories — Список категорий станков с количеством
  • get_machine_images — Изображения станка в высоком разрешении
  • get_company_info — Контекст компании: контакты, сайты, llms/MCP discovery URLs
  • submit_lead — Отправить заявку менеджеру (нужен API-ключ)