to.hooka/mcp
NPM · HOOKA-MCP · SCANNED AUG 3
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. 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 38 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · hooka-mcp
claude mcp add to-hooka-mcp -- npx -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": {
"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.
- 2 Aug 26 +36
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 +19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −44
- Malware scan: pass → unverified ▼ security
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 27 Jul 26 44
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.