Creative Intel MCP
MCP 2024-11-05Connect 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/mcpTransport Protocol
Streamable HTTP (MCP 2024-11-05)Auth
x-api-key header or Bearer tokenFor 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
| Tool | Description |
|---|---|
list_clients | List all GRO clients and their active advertising services |
get_creative_performance | Get ad creative performance breakdown for a client — CTR by format, top/bottom performers, conversion data. |
get_winning_hooks | Get the top performing ad hooks (opening lines, headlines) across one client or all clients. |
get_fatigued_creatives | Identify ad creatives that are fatiguing — high frequency, declining CTR, or flagged for refresh. |
get_creative_brief | Generate a creative production brief for a client based on performance gaps and what the agent recommends next. |
get_audience_insights | Get audience performance data — demographics, devices, and placements converting best for a client. |
get_format_recommendations | Get recommendations on which ad formats and aspect ratios to prioritize for production. |