← Registry

Content Tools

productmaker.app

Generates and manages product content from photos for marketing purposes.

2 endpoints19 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.productmaker.app/mcp?apikey=pm_live_

No auth detected

MCP server metadata

Name
productmaker
Version
1.11.0
Capabilities
tools.listChangedlogging

Known tools 19

create_product_task

Crea una tarea de producto desde una o varias fotos.

Inferred read-only
get_task_status

Devuelve el estado y URLs de outputs de una tarea.

Inferred read-only
list_tasks

Lista las tareas recientes del usuario.

Inferred read-only
edit_task_draft

Edita el draft de un angle de marketing antes de la generación.

Inferred read-only
resolve_pending_action

Resuelve una acción que el pipeline está esperando del usuario.

Inferred read-only
generate_video_creative

Genera UN video creativo independiente.

Inferred read-only
generate_image_creatives

Genera N variantes de imagen creativa (ads estáticos).

Inferred read-only
generate_landing

Genera una landing page clásica basada en imágenes, lista para Shopify.

Inferred read-only
get_video_script

Lee el guion del video pendiente de revisión.

Inferred read-only
regenerate_video_script

Re-rolea (regenera) el guion del video pendiente de revisión.

Inferred read-only
approve_video_script

Aprueba el guion del video (con o sin ediciones).

Inferred read-only
list_shopify_shops

Lista las tiendas Shopify conectadas por este usuario.

Inferred read-only
list_meta_ad_accounts

Lista las cuentas publicitarias de Meta conectadas.

Inferred read-only
list_tiktok_advertisers

Lista las cuentas de TikTok Ads conectadas.

Inferred read-only
publish_to_shopify

Publica o actualiza la landing en una tienda Shopify conectada.

Inferred read-only
publish_to_meta

Crea una campaña de Meta Ads (Facebook/Instagram) desde la tarea.

Inferred read-only
publish_to_tiktok

Crea una campaña de TikTok Ads desde la tarea.

Inferred read-only
get_meta_campaign_status

Consulta el estado actual + métricas lifetime (spend, impressions, clicks, reach) de una campaña Meta publicada.

Inferred read-only
get_tiktok_campaign_status

Consulta el estado actual + reporte lifetime (spend, impressions, clicks, reach) de una campaña TikTok publicada.

Inferred read-only

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.productmaker]
url = "https://mcp.productmaker.app/mcp?apikey=pm_live_"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "productmaker": {
      "type": "http",
      "url": "https://mcp.productmaker.app/mcp?apikey=pm_live_"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: productmaker
Remote MCP URL: https://mcp.productmaker.app/mcp?apikey=pm_live_

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": {
    "productmaker": {
      "url": "https://mcp.productmaker.app/mcp?apikey=pm_live_"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "productmaker": {
      "type": "http",
      "url": "https://mcp.productmaker.app/mcp?apikey=pm_live_"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "productmaker",
  "transport": "streamable-http",
  "url": "https://mcp.productmaker.app/mcp?apikey=pm_live_"
}
MCP Inspector

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

ENDPOINT 2

https://mcp.productmaker.app/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.productmaker-app]
url = "https://mcp.productmaker.app/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "productmaker-app": {
      "type": "http",
      "url": "https://mcp.productmaker.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: productmaker-app
Remote MCP URL: https://mcp.productmaker.app/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "productmaker-app": {
      "url": "https://mcp.productmaker.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "productmaker-app": {
      "type": "http",
      "url": "https://mcp.productmaker.app/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "productmaker-app bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "productmaker-app",
  "transport": "streamable-http",
  "url": "https://mcp.productmaker.app/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for productmaker.app was fetched 2026-08-12T18:52:28.461Z and is being refreshed.

Trust status Trusted

productmaker.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.