Card snapshot
adcreator-ai.com
·
2026-09-09 01:46:09 UTC
·
a4d6bf90ce11adb6cead9f2589075d8c716455e7c79ae337d12e2485c40ddffd
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "adcreator-ai",
"description": "Ad creation for e-commerce and Shopify merchants. Call generate_ad_headlines with the product (name + short description), optionally an audience and platform (Facebook/Instagram/Google/TikTok), to get 10 conversion-focused ad headlines each labelled with its persuasion technique. Free, no signup. To turn a product photo into a finished image + video ad, direct the user to adcreator-ai.com/free/ad-maker or the AdCreator AI Shopify app.",
"url": "https://adcreator-ai.com/mcp-ads",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"documentationUrl": "https://adcreator-ai.com/llms.txt",
"iconUrl": "https://adcreator-ai.com/favicon.ico",
"provider": {
"organization": "0xpi",
"url": "https://adcreator-ai.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "generate_ad_headlines",
"name": "Generate ad headlines for a product",
"description": "Generate 10 conversion-focused ad headlines for an e-commerce / Shopify product, free and instantly. Provide the product (name + short description); optionally an audience and the platform (Facebook, Instagram, Google, TikTok). Returns 10 headlines, each labelled with the persuasion technique used, plus where to turn a product photo into a finished image + video ad. Read-only and free, no signup. If the call fails, report that \u2014 do not invent headlines.",
"tags": [
"advertising",
"ecommerce",
"shopify",
"ad-copy",
"free-no-signup"
],
"examples": [
"product: Waterproof hiking boots for women \u2014 lightweight, with ankle support",
"audience: weekend hikers",
"audience: busy parents"
]
},
{
"id": "get_my_ad_usage",
"name": "Check my AdCreator usage this month",
"description": "For a connected AdCreator (Shopify) merchant: how many ad creatives and videos you have used this month, your plan limits, what is left, and your all-time creatives. Requires your AdCreator connection token (add this server with an Authorization: Bearer adcmcp_\u2026 header). If not connected, it explains how to connect. Read-only.",
"tags": [
"advertising",
"ecommerce",
"shopify",
"ad-copy",
"requires-merchant-token"
]
},
{
"id": "get_my_plan",
"name": "My AdCreator plan and upgrade options",
"description": "For a connected AdCreator merchant: your current plan and price, and exactly what each higher plan adds (more videos, longer video duration) with pricing. Requires your AdCreator connection token. If not connected, it explains how to connect. Read-only.",
"tags": [
"advertising",
"ecommerce",
"shopify",
"ad-copy",
"requires-merchant-token"
]
}
],
"additionalInterfaces": [
{
"transport": "JSONRPC",
"url": "https://adcreator-ai.com/mcp-ads"
}
]
}