Hooklayer

Created By
khan-ashifur21 days ago
Live TikTok creator intelligence for AI agents. Hooklayer pulls real performance data from any TikTok handle in seconds: viral DNA scoring, replicability analysis, top-performing video breakdowns, format fingerprints, hook patterns, and a stealable steal_map. 7 MCP tools that chain automatically — analyze_account returns a recommended_chain that pre-fills the next 3 tool calls (voice match, trend pulse, viral remix), no prompt engineering. Score hooks, predict virality, remix viral scripts scene-by-scene. Free tier: 100 lifetime credits, no card.
Overview

Hooklayer — Live TikTok Creator Intelligence for AI Agents

Hooklayer is the viral content intelligence layer for AI agents. Pull real performance data from any TikTok handle in seconds — viral DNA scoring, replicability analysis, format fingerprints, top videos, hook patterns, and a stealable steal_map.


What makes Hooklayer different

Most viral content APIs return raw scrapes — you still have to figure out what to do with the data. Hooklayer returns an agentic chain: one tool call surfaces the next 3 tool calls, with parameters pre-filled. Your agent reads it and chains automatically. No prompt engineering, no glue code.


The 7 MCP Tools

🎯 analyze_account (5 credits) — The agentic anchor

Deep intelligence on a TikTok creator by handle. Returns viral_dna scores, replicability_score, originality_score, consistency_score, audience_fatigue, format fingerprint, top 5 videos, content gaps, and the flagship recommended_chain field that pre-fills the next 3 tool calls.

⚡ score_hook (1 credit)

Score any TikTok/Reels/Shorts hook against proven viral patterns. Returns 0-100 score, percentile rank, matched viral pattern, three rewritten versions at higher quality, and a one-sentence verdict.

🎬 viral_remix (3 credits)

Take a viral source video URL or transcript. Produces a fresh script that mirrors its viral DNA — same scene structure, same energy pattern, different topic. Returns extracted formula, scene-by-scene script, camera shots, text overlays.

📈 trend_pulse (1 credit)

Surface what is actually peaking in short-form video right now for a given niche. Returns 3 rising opportunities (format/hook/style/topic) with growth rates and "what to do" suggestions, plus 2 saturated patterns to avoid.

🔍 find_viral_template (1 credit)

Find proven viral templates in a niche with example videos. Returns niche-fit ranked templates with hook patterns, structure, and real example URLs.

🎙️ match_voice (2 credits)

Extract a creator's voice DNA from 3+ reference samples (URLs or text). Rewrites any draft in their voice — energy level, sentence length, vocabulary, signature moves.

🔮 predict_virality (2 credits)

Score a draft script for viral potential before recording. Returns score, retention diagnosis, pattern interrupts, share triggers, and revision suggestions.


The Agentic Chain Pattern

Call analyze_account once. The response includes a recommended_chain field:

{
  "viral_dna_score": 87,
  "recommended_chain": [
    {
      "tool": "match_voice",
      "params": { "draft": "<<<USER_DRAFT>>>", "reference_samples": [...] },
      "reason": "High-signal voice DNA — consistent across top 5 videos"
    },
    {
      "tool": "trend_pulse",
      "params": { "niche": "challenge_videos" },
      "reason": "Verify their formula maps to current trends"
    },
    {
      "tool": "viral_remix",
      "params": { "source_url": "https://tiktok.com/..." },
      "reason": "Their #2 video has the highest copyable structure"
    }
  ]
}

Claude reads it and fires the next 3 tools automatically.


Quick Install — Claude Desktop

Edit claude_desktop_config.json:

{
  "mcpServers": {
    "hooklayer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hooklayer.dev/api/mcp",
        "--header",
        "Authorization:Bearer hl_live_YOUR_KEY"
      ]
    }
  }
}

Get a free hl_live_ key at https://hooklayer.dev/auth/signup — 100 lifetime credits, no card required.


Auth

Two modes supported, fully RFC-compliant:

  • Bearer tokenAuthorization: Bearer hl_live_*
  • OAuth 2.1 + PKCE + Dynamic Client Registration
    • Discovery: https://hooklayer.dev/.well-known/oauth-authorization-server
    • Protected resource metadata: https://hooklayer.dev/.well-known/oauth-protected-resource
    • DCR endpoint: https://hooklayer.dev/oauth/register

Compliant with RFC 8414, 9728, 7591, 6750, 7636. MCP spec 2025-06-18.


Pricing

  • Free — 100 lifetime credits, no card required
  • Starter — $49/month, 5,000 credits, 60 req/min
  • Pro — $149/month, 25,000 credits, 300 req/min, brand voice memory ⭐ MOST POPULAR
  • Agency — $499/month, 150,000 credits, 1,000 req/min, white-label, 10 seats
  • 20% annual discount


Contact

Server Config

{
  "mcpServers": {
    "hooklayer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hooklayer.dev/api/mcp",
        "--header",
        "Authorization:Bearer hl_live_YOUR_KEY_HERE"
      ]
    }
  }
}
Project Info
Created At
21 days ago
Updated At
21 days ago
Author Name
khan-ashifur
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago
Crevio

2 days ago