G
MCP Server
A

Creative Intel MCP

MCP 2024-11-05

Connect your coworker's Claude Code to this server to give it real-time access to ad performance data, winning hooks, audience insights, and creative recommendations.

Connection Info

MCP Server URL
http://localhost:3000/api/mcp
Transport ProtocolStreamable HTTP (MCP 2024-11-05)
Authx-api-key header or Bearer token

For agency-wide access, replace localhost with your deployed URL (e.g. https://gro.yourapp.com/api/mcp)

Claude Code Setup

Add this to your coworker's Claude Code settings. In Claude Code, open settings with /settings or edit ~/.claude/settings.json

{
  "mcpServers": {
    "gro-creative-intel": {
      "type": "http",
      "url": "http://localhost:3000/api/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Replace YOUR_API_KEY_HERE with an API key generated below.

API Keys

Loading keys...

Available Tools

ToolDescription
list_clientsList all GRO clients and their active advertising services
get_creative_performanceGet ad creative performance breakdown for a client — CTR by format, top/bottom performers, conversion data.
get_winning_hooksGet the top performing ad hooks (opening lines, headlines) across one client or all clients.
get_fatigued_creativesIdentify ad creatives that are fatiguing — high frequency, declining CTR, or flagged for refresh.
get_creative_briefGenerate a creative production brief for a client based on performance gaps and what the agent recommends next.
get_audience_insightsGet audience performance data — demographics, devices, and placements converting best for a client.
get_format_recommendationsGet recommendations on which ad formats and aspect ratios to prioritize for production.