← hooklayer.dev

INDIVIDUAL MCP TOOL

brief_to_blueprint

The 24-48hr Panic Button.

hooklayer.devnone authenticationAvailability not checked

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 endpoint

hooklayer.dev

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.hooklayer]
url = "https://hooklayer.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hooklayer": {
      "type": "http",
      "url": "https://hooklayer.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hooklayer
Remote MCP URL: https://hooklayer.dev/api/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": {
    "hooklayer": {
      "url": "https://hooklayer.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hooklayer": {
      "type": "http",
      "url": "https://hooklayer.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hooklayer",
  "transport": "streamable-http",
  "url": "https://hooklayer.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_account — Analyze a TikTok, YouTube, or Instagram creator by handle or channel ID.
  • score_hook — Score a TikTok, Reels, or Shorts hook against proven viral patterns.
  • viral_remix — Take a viral video and produce a fresh script that mirrors its structure and energy pattern for a new topic.
  • trend_pulse — Research what is currently gaining traction in short-form content for a specific niche.
  • find_viral_template — Find proven viral templates in a niche with example videos.
  • search_videos — Search for short-form videos by keyword across TikTok or Instagram.
  • match_voice — Extract a creator's voice DNA from reference samples and rewrite a draft in their style.
  • predict_virality — Score a draft script for viral potential with adversarial verification.