Creative strategist, not API gateway
Hand the strategist a brief — it returns a budget-aware manifest with sharp angles, format mix, and warnings. Then `generate_complete_campaign` runs everything in parallel.
Connect Claude Code to 24 creative-strategist tools — plan campaigns, generate creative, ground in real customer data. One config snippet, zero install.
Ad Command is a creative-strategist API that exposes its full ad-generation pipeline as a remote-HTTP MCP server. Claude Code (or any MCP-compatible AI agent) can connect with one URL + one API key and gain native access to 24 tools — no custom integration code needed.
decide_creative_strategy)generate_complete_campaign)The MCP server is deployed at:
https://kkwbfbsokgefebizzkpt.supabase.co/functions/v1/mcp-serverIt's a Deno edge function on Supabase that stands in front of 65 existing edge functions handling the actual generation. The MCP layer adds auth (sha256-hashed API keys), tier gating, rate limiting, daily credit caps, and audit logging — every tool call is observable from Postgres.
Three steps, ~60 seconds: Quickstart →