← hooklayer.dev

INDIVIDUAL MCP TOOL

list_watches

List every creator the authenticated user is tracking.

hooklayer.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://hooklayer.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_watches 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

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.
  • watch_account — Start tracking a creator so future calls can detect what changed.
  • get_changes — Detect what changed since the last saved baseline for a tracked creator.
  • 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.