← zapnoty.com
INDIVIDUAL MCP TOOL
zapnoty_set_ticket_status
Меняет статус тикета (new/in_progress/waiting/closed).
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 endpoint
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.zapnoty-com]
url = "https://mcp.zapnoty.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zapnoty-com": {
"type": "http",
"url": "https://mcp.zapnoty.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zapnoty-com
Remote MCP URL: https://mcp.zapnoty.com/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": {
"zapnoty-com": {
"url": "https://mcp.zapnoty.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zapnoty-com": {
"type": "http",
"url": "https://mcp.zapnoty.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zapnoty-com",
"transport": "streamable-http",
"url": "https://mcp.zapnoty.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
zapnoty_create_virtual_project— Создаёт новый проект Zapnoty от имени пользователя.zapnoty_check_status— Проверяет статус virtual-проекта: virtual_pending (ждёт Accept), active (принят), expired (истёк 24h TTL).zapnoty_create_template— Создаёт шаблон сообщения.zapnoty_list_templates— Список шаблонов проекта.zapnoty_update_template— Обновляет текст/формат существующего шаблона по ключу.zapnoty_delete_template— Удаляет шаблон по ключу.zapnoty_create_permission— Создаёт разрешение (категорию уведомлений) — подписчики выбирают, на что согласиться.zapnoty_list_permissions— Список разрешений проекта.