← pulsebot.ru
INDIVIDUAL MCP TOOL
pulse_watch_segment
Создать сегмент и webhook-подписку: новые confirmed-события под фильтр будут приходить POST-ом с подписью X-Pulse-Signature (paid-ключ).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.mcp-server]
url = "https://pulsebot.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "http",
"url": "https://pulsebot.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server
Remote MCP URL: https://pulsebot.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": {
"mcp-server": {
"url": "https://pulsebot.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://pulsebot.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server",
"transport": "streamable-http",
"url": "https://pulsebot.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pulse_lookup_domain— Текущий снимок домена: техслед, последние события заголовками (бесплатно).pulse_lookup_company— Домены, на которых Пульс видел этот ИНН, + их снимки (бесплатно, с атрибуцией).pulse_get_dossier— Полное досье домена: история признаков, события целиком (paid-ключ).pulse_find_companies— Домены с подтверждёнными событиями под фильтр (paid-ключ).pulse_get_history— История одного признака домена: значения по срезам (paid-ключ).