Skip to content

Ad CommandMCP server for AI Media Buyers

Connect Claude Code to 24 creative-strategist tools — plan campaigns, generate creative, ground in real customer data. One config snippet, zero install.

What is this?

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.

What can it do right now?

  • Decide what creative formats to make for a brief (decide_creative_strategy)
  • Orchestrate a complete campaign in parallel from a manifest or brief (generate_complete_campaign)
  • Generate ad images, doodle VSLs, B-roll videos, AI reels, ad copy variations, email sequences, VSL scripts, carousels, landing pages
  • Research offers, competitor ads, audiences, customer reviews
  • Manage clients, credits, generation jobs

See the full tool catalog →

Where does it run?

The MCP server is deployed at:

https://kkwbfbsokgefebizzkpt.supabase.co/functions/v1/mcp-server

It'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.

How do I connect?

Three steps, ~60 seconds: Quickstart →

Ad Command — built on the Model Context Protocol