← heyklick.com

INDIVIDUAL MCP TOOL

heyklick_brands

List the user's saved brands (brand kits).

heyklick.comnone 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

heyklick.com

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

.mcp.json

{
  "mcpServers": {
    "heyklick-com": {
      "type": "http",
      "url": "https://heyklick.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • heyklick_generate — Generate scroll-stopping, on-brand social posts from ONE product photo.
  • heyklick_status — Check a generation/edit job by jobId.
  • heyklick_edit — Edit an existing generated post with a plain-language instruction (e.g.
  • heyklick_download — Get direct, downloadable image URLs for a finished job (the same signed URLs heyklick_status returns).
  • heyklick_library — List the account's recent generated posts with their downloadable image URLs.
  • heyklick_credits — Check the account's plan and remaining credits (10 credits = 1 post).
  • heyklick_upload — Upload an image once and get back a short-lived URL to reuse.