to.hooka/mcp
NPM · HOOKA-MCP · SCANNED SEP 21
Run TikTok cold-DM outreach from your LLM: senders, campaigns and inbox via the Hooka API.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 87 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability83
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1347 tokens (~53/item across 25 items; 23 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
- Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 48% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the to.hooka/mcp server?
to.hooka/mcp runs locally as an npm package, launched with npx -y hooka-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · hooka-mcp
claude mcp add to-hooka-mcp -- npx -y hooka-mcp
{
"mcpServers": {
"to-hooka-mcp": {
"command": "npx",
"args": [
"-y",
"hooka-mcp"
]
}
}
} {
"servers": {
"to-hooka-mcp": {
"command": "npx",
"args": [
"-y",
"hooka-mcp"
]
}
}
} codex mcp add to-hooka-mcp -- npx -y hooka-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"to-hooka-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"hooka-mcp"
],
"enabled": true
}
}
} openclaw mcp add to-hooka-mcp --command npx --arg -y --arg hooka-mcp
mcp_servers:
to-hooka-mcp:
command: "npx"
args: ["-y", "hooka-mcp"] {
"McpServers": {
"to-hooka-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"hooka-mcp"
]
}
}
} assistant mcp add to-hooka-mcp -t stdio -c npx -a -y hooka-mcp
{
"mcpServers": {
"to-hooka-mcp": {
"command": "npx",
"args": [
"-y",
"hooka-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.83 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed npm/hooka-mcp@0.1.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
add_suppressions Añadir a No-contactar ~43
Añade @usernames a la lista de supresión (nunca recibirán DMs).
| Name | Type | Req | Description |
|---|---|---|---|
| reason | string | – | – |
| usernames | array | yes | – |
No output schema declared.
No examples provided.
add_targets Añadir destinatarios ~52
Añade hasta 1000 destinatarios a una campaña. Devuelve aceptados y omitidos (con motivo: duplicate/suppressed/invalid).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| targets | array | yes | – |
No output schema declared.
No examples provided.
create_campaign Crear campaña ~142
Crea una campaña en estado "draft" (NO empieza a enviar hasta start_campaign). Define mensaje (con variantes A/B/C que rotan), follow-ups y targets. Respeta límites de plan y dedup.
| Name | Type | Req | Description |
|---|---|---|---|
| client_reference | string | – | – |
| follow_ups | array | – | Secuencia de follow-ups (se paran solos si el lead responde). |
| message | – | yes | Texto del DM inicial, o {variants:[...]} para rotación A/B/C. Soporta {{variables}}. |
| name | string | yes | – |
| settings | object | – | – |
| targets | array | – | Destinatarios iniciales (también con add_targets). |
No output schema declared.
No examples provided.
create_sender Conectar una cuenta TikTok (QR) ~76
Inicia la conexión de una cuenta de TikTok. Devuelve un qr_code (data URL PNG) que el USUARIO debe escanear con la app de TikTok. Después usa get_sender para hacer poll hasta status="connected". No se pide la contraseña.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | – | Etiqueta interna para identificar la cuenta. |
No output schema declared.
No examples provided.
create_webhook_endpoint Crear webhook ~58
Crea un endpoint de webhook. Devuelve un secret (whsec_…) que se muestra UNA sola vez.
| Name | Type | Req | Description |
|---|---|---|---|
| enabled_events | array | yes | Tipos de evento o ['*'] para todos. |
| url | string | yes | – |
No output schema declared.
No examples provided.
delete_sender Desconectar sender ~49
Desconecta una cuenta TikTok y pausa las campañas que dependían solo de ella. Irreversible (hay que re-escanear el QR para reconectar).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
get_campaign Ver campaña ~45
Detalle de una campaña con stats en vivo (total, queued, sent, replied, failed, reply_rate).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | id de campaña (cmp_…) |
No output schema declared.
No examples provided.
get_messages Ver mensajes de una conversación ~61
Historial de mensajes de una conversación.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
No output schema declared.
No examples provided.
get_sender Ver sender ~44
Detalle de un sender. Útil para hacer poll del estado de conexión (awaiting_scan → connected).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | id del sender (snd_…) |
No output schema declared.
No examples provided.
get_workspace Ver workspace (whoami) ~31
Devuelve el workspace de la API key actual. Úsalo al iniciar para verificar que la key es válida.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_campaigns Listar campañas ~59
Lista las campañas del workspace (excluye archivadas).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
No output schema declared.
No examples provided.
list_conversations Listar conversaciones ~77
Lista las conversaciones del inbox (filtra por status y/o sender_id).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| sender_id | string | – | – |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
| status | string | – | – |
No output schema declared.
No examples provided.
list_events Listar eventos ~81
Lista eventos del workspace (fallback/backfill de webhooks). Filtra por type y after (id).
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | – |
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
| type | string | – | – |
No output schema declared.
No examples provided.
list_senders Listar senders ~70
Lista las cuentas de TikTok conectadas (senders): estado, salud, tope diario y enviados hoy.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
No output schema declared.
No examples provided.
list_suppressions Listar lista No-contactar ~64
Lista los @usernames suprimidos (do-not-contact) del workspace.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
No output schema declared.
No examples provided.
list_targets Listar destinatarios ~85
Lista los destinatarios de una campaña (filtra por status: pending/processing/sent/replied/failed/skipped).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| limit | integer | – | Máximo de resultados (1-100, por defecto 50). |
| starting_after | string | – | Cursor: id del último elemento de la página anterior. |
| status | string | – | – |
No output schema declared.
No examples provided.
list_webhook_endpoints Listar webhooks ~19
Lista los endpoints de webhook configurados.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pause_campaign Pausar campaña ~25
Pausa el envío de una campaña en curso.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
refresh_sender_connection Regenerar QR del sender ~37
Genera un nuevo QR si el anterior caducó (409 si la cuenta ya está conectada).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
remove_suppression Quitar de No-contactar ~29
Quita un @username de la lista de supresión.
| Name | Type | Req | Description |
|---|---|---|---|
| username | string | yes | – |
No output schema declared.
No examples provided.
resume_campaign Reanudar campaña ~33
⚠️ Reanuda el envío de DMs reales de una campaña pausada.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
send_reply Responder en el inbox ~63
⚠️ Encola una respuesta a una conversación: envía un DM REAL a una persona en TikTok. Acción irreversible. Pide confirmación al usuario y revisa el texto antes de ejecutar.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| text | string | yes | – |
No output schema declared.
No examples provided.
start_campaign Arrancar campaña ~64
⚠️ Arranca el envío: empieza a mandar DMs REALES a personas en TikTok y consume cupo de plan. Acción irreversible (los DMs enviados no se pueden retirar). Pide confirmación al usuario antes de ejecutar.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
What is the to.hooka/mcp server?
to.hooka/mcp is listed in the public MCP registry as to.hooka/mcp. Run TikTok cold-DM outreach from your LLM: senders, campaigns and inbox via the Hooka API. This page covers its npm package (hooka-mcp).
Is the to.hooka/mcp server safe to use?
to.hooka/mcp scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the to.hooka/mcp server expose?
to.hooka/mcp exposes 23 tools: list_senders, get_sender, create_sender, refresh_sender_connection, delete_sender, and 18 more. Their descriptions and schemas cost roughly 1,307 tokens of context every time the server is loaded.
Is the to.hooka/mcp server still maintained?
to.hooka/mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the to.hooka/mcp server under?
to.hooka/mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.