LIVE ENDPOINT
https://to-pick.ru/mcp/server
Connect to this endpoint to inspect the live schema for tupik_create_event 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
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.tupik]
url = "https://to-pick.ru/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tupik": {
"type": "http",
"url": "https://to-pick.ru/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tupik
Remote MCP URL: https://to-pick.ru/mcp/server
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": {
"tupik": {
"url": "https://to-pick.ru/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tupik": {
"type": "http",
"url": "https://to-pick.ru/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tupik",
"transport": "streamable-http",
"url": "https://to-pick.ru/mcp/server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tupik_get_me— Проверить личный API-токен Тупика и получить данные текущего пользователя.tupik_create_user— Создать пользователя Тупика для внешнего сервиса.tupik_issue_user_token— Получить пользовательский токен для существующего пользователя.tupik_upsert_user— Создать полноценный аккаунт автора или вернуть существующего: email+password для входа на сайт и user_token для API.tupik_get_user— Найти пользователя Тупика по email, user_id или external_id без выдачи токена.tupik_update_user— Обновить аккаунт автора сервисным ключом: пароль, email, имя, профиль, активность.tupik_list_user_tokens— Список API-токенов пользователя без раскрытия полного tpu_...tupik_revoke_user_token— Отозвать конкретный user_token пользователя.