{"name":"com.aicontentdrop/ai-content-drop","slug":"aicontentdrop-ai-content-drop","title":null,"description":"Make AI videos and images from a description, on one credit balance. Sign in to generate.","url":"https://mcp.market/server/aicontentdrop-ai-content-drop","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-08-26T21:49:55.000Z","license":"MIT"},"uptime":{"percent":83,"checks":6,"ok":5,"last_checked_at":"2026-09-20T20:00:53.820Z","last_ok_at":"2026-09-20T20:00:53.820Z","latency_ms":234},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/aicontentdrop/aicontentdrop","website":"https://aicontentdrop.com/mcp","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://aicontentdrop.com/mcp","headers":[{"description":"Bearer acd_live_… — optional. All 9 tools are listed; the key (or an OAuth sign-in) authorizes the five account and generation tools. Generation requires a quote_id from estimate_credit_cost.","format":"string","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"ad_to_canvas_card","description":"Place a saved competitor ad on a board as a media card (its video or image, the advertiser as title, the hook as caption) with its decoded brief attached when it has one. Costs no credits. Returns the whole board and the new card. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ad_id":{"type":"string","description":"A saved ad's id, from list_saved_ads or save_competitor_ad."},"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"revision":{"type":"number","description":"The board revision this change is based on. Optional: when omitted the tool reads the current one first."}},"required":["ad_id","canvas_id"]}},{"name":"add_frame","description":"Add a labelled frame (a region such as Week 1 or Hooks) to a board. To wrap existing cards in a frame use group_cards instead. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"label":{"type":"string","description":"The frame's label, up to 200 characters."},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]},"width":{"type":"number","description":"Optional width in pixels; defaults to 480."},"height":{"type":"number","description":"Optional height in pixels; defaults to 360."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","label"]}},{"name":"add_generation_card","description":"Add a draft generation card to a board: a prompt and a model (an id from list_models) that can be rendered later with run_generation_card. Adding it costs nothing; nothing renders until it is run with a quote. Set duration and resolution on the card for a per-second model: the quote for run_generation_card must be taken with them. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"prompt":{"type":"string","description":"The generation prompt, up to 4000 characters."},"model":{"type":"string","description":"A model id from list_models."},"kind":{"type":"string","enum":["video","image"],"description":"Defaults to video."},"aspect_ratio":{"type":"string","description":"Optional, e.g. 9:16, 16:9, 1:1."},"duration":{"type":"number","description":"Optional clip length in seconds, for video models that price by duration."},"resolution":{"type":"string","description":"Optional, e.g. 720p, 1080p."},"image_url":{"type":"string","description":"Optional public https reference image for image-to-video or image-to-image."},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]},"width":{"type":"number","description":"Optional card width in pixels."},"height":{"type":"number","description":"Optional card height in pixels."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id"]}},{"name":"add_media_card","description":"Add an image or video card to a board from a public https URL (an import_asset result, a finished generation's video_url, or an ad's video_url). Costs no credits. Returns the whole board and the new card. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"url":{"type":"string","description":"Public https URL of the image or video."},"kind":{"type":"string","enum":["image","video"]},"title":{"type":"string","description":"Optional title, up to 200 characters."},"caption":{"type":"string","description":"Optional caption, up to 2000 characters."},"source":{"type":"object","description":"Optional provenance: where the media came from.","properties":{"kind":{"type":"string","enum":["upload","generation","ad","studio"]},"id":{"type":"string"}},"required":["kind"]},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]},"width":{"type":"number","description":"Optional card width in pixels."},"height":{"type":"number","description":"Optional card height in pixels."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","url","kind"]}},{"name":"add_text_card","description":"Add a text card (a note, an idea, a script line) to a board. The server places it on a grid unless a position is given. Costs no credits. Returns the whole board and the new card. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"text":{"type":"string","description":"The card's text, up to 4000 characters."},"title":{"type":"string","description":"Optional title, up to 200 characters."},"color":{"type":"string","description":"Optional colour name or hex the website uses for the card."},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]},"width":{"type":"number","description":"Optional card width in pixels."},"height":{"type":"number","description":"Optional card height in pixels."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","text"]}},{"name":"arrange_cards","description":"Lay chosen cards (or the whole board) out as a grid, a row or a column. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"ids":{"type":"array","items":{"type":"string"},"description":"Card ids to arrange; omitted means every card."},"layout":{"type":"string","enum":["grid","row","column"]},"gap":{"type":"number","description":"Optional spacing in pixels; defaults to 24."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","layout"]}},{"name":"create_canvas","description":"Create a new, empty board and return it. Costs no credits. Use one board per plan or campaign; cards are added with the add_* tools. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Board name, up to 100 characters. Defaults to Untitled Canvas."}},"required":[]}},{"name":"decode_ad","description":"Decode a saved competitor ad into a reusable formula: hook, script, scenes, audio, call to action and style, plus a generation-ready recreation prompt. Requires a quote_id from estimate_ad_cost with kind \"decode\" (a flat price). Credits are charged only when the analysis succeeds; an ad decoded before returns its stored decode and charges nothing. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ad_id":{"type":"string","description":"A saved ad's id, from list_saved_ads or save_competitor_ad."},"quote_id":{"type":"string","description":"The quote_id from estimate_ad_cost with kind \"decode\". Required."}},"required":["ad_id","quote_id"]}},{"name":"estimate_ad_cost","description":"Price a studio job before making it: a finished ad from a brief or storyboard (kind \"ad\"), a UGC creator video (kind \"ugc\"), a generated avatar (kind \"avatar\") or a competitor-ad decode (kind \"decode\"). Returns the credit lines, the total and a quote_id that generate_ad, generate_ugc_video, generate_avatar and decode_ad require. No account needed. For an ad, quote exactly the fields you will submit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"type":"string","enum":["ad","ugc","avatar","decode"],"description":"Defaults to ad."},"brief":{"type":"object","description":"The ad brief: brandName, brandOneLiner, valueProps (1-8 strings), cta, intent, format (an id from list_ad_formats), shotCount (2-5), totalDurationSec (6-20), aspect (9:16 | 16:9 | 1:1), language, quality (fast | premium), modelTier (standard | cinematic), garmentImageUrl for the try-on formats."},"storyboard":{"type":"object","description":"The storyboard returned by write_ad_storyboard, as is or edited. When present it is what renders; the brief is optional alongside it."},"quality":{"type":"string","enum":["fast","premium"],"description":"Lip-sync tier. premium costs more per talking shot. Defaults to the brief's quality, else fast."},"model_tier":{"type":"string","enum":["standard","cinematic"],"description":"cinematic renders on Seedance with director-grade camera work and costs more per shot; needs the brief."},"persona_mode":{"type":"string","enum":["exact-avatar","synthetic"],"description":"synthetic lets the studio substitute one consistent generated creator for the avatar; exact-avatar (default) keeps the avatar as given."},"needs_avatar_gen":{"type":"boolean","description":"True when the avatar still has to be generated (billed as a line)."},"needs_product_gen":{"type":"boolean","description":"True when the product still has to be generated (billed as a line)."}},"required":[]}},{"name":"estimate_credit_cost","description":"Price a video or image before making it. Returns the exact credit cost and a quote_id that generate_video and generate_image require. No account needed. Pass the duration and resolution you intend to use; some video models bill per second.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model_id":{"type":"string","description":"Model ID, e.g. \"kling_3_0\" or \"veo_3_fast\"."},"quantity":{"type":"number","description":"How many generations to price. Defaults to 1. Only a quote for exactly 1 can be spent; larger quantities are for planning."},"duration":{"type":"number","description":"Video length in seconds you intend to generate. Affects the price of per-second models."},"resolution":{"type":"string","description":"Video resolution you intend to generate, e.g. \"720p\" or \"1080p\". Affects the price of per-second models."},"reference_video_seconds":{"type":"number","description":"Length in seconds of the reference video you will pass as reference_video_url (seedance_2_5 up to 30 s, or seedance_2_0_fast up to 15 s at 720p). Reference seconds are billed as input, so they change the price; the server measures the file and refuses a quote whose length does not match."}},"required":["model_id"]}},{"name":"generate_ad","description":"Make a finished video ad — multi-shot, with a speaking creator, product shots, captions and an optional music bed — from a brief or a storyboard plus an avatar image and a product image. Requires a quote_id from estimate_ad_cost for exactly these fields; returns a job_id to poll with get_ad_job. Credits are charged only when the ad succeeds, and never more than the quote. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quote_id":{"type":"string","description":"The quote_id from estimate_ad_cost for these exact fields (kind ad). Required."},"brief":{"type":"object","description":"The ad brief: brandName, brandOneLiner, valueProps (1-8 strings), cta, intent, format (an id from list_ad_formats), shotCount (2-5), totalDurationSec (6-20), aspect (9:16 | 16:9 | 1:1), language, quality (fast | premium), modelTier (standard | cinematic), garmentImageUrl for the try-on formats."},"storyboard":{"type":"object","description":"The storyboard returned by write_ad_storyboard, as is or edited. When present it is what renders; the brief is optional alongside it."},"quality":{"type":"string","enum":["fast","premium"],"description":"Lip-sync tier. premium costs more per talking shot. Defaults to the brief's quality, else fast."},"model_tier":{"type":"string","enum":["standard","cinematic"],"description":"cinematic renders on Seedance with director-grade camera work and costs more per shot; needs the brief."},"persona_mode":{"type":"string","enum":["exact-avatar","synthetic"],"description":"synthetic lets the studio substitute one consistent generated creator for the avatar; exact-avatar (default) keeps the avatar as given."},"needs_avatar_gen":{"type":"boolean","description":"True when the avatar still has to be generated (billed as a line)."},"needs_product_gen":{"type":"boolean","description":"True when the product still has to be generated (billed as a line)."},"avatar_url":{"type":"string","description":"Public https URL of the creator's reference image (a catalogue portrait, a generate_avatar result, or an import_asset URL)."},"product_image_url":{"type":"string","description":"Public https URL of the product image."},"avatar_description":{"type":"string","description":"Optional one-line identity note for the creator (20-500 characters)."},"product_description":{"type":"string","description":"Optional one-line product note (10-500 characters)."},"music":{"type":"object","description":"Optional music bed.","properties":{"tone":{"type":"string","description":"e.g. upbeat, calm, cinematic."},"gain_db":{"type":"number","description":"-30 to 0."}},"required":["tone"]},"project_id":{"type":"string","description":"Optional studio project (uuid) to file the run under."},"canvas_id":{"type":"string","description":"Optional board id (from list_canvases or create_canvas): the ad is placed on it as a generation card that fills in when the render lands."}},"required":["quote_id","avatar_url","product_image_url"]}},{"name":"generate_avatar","description":"Generate a creator portrait (Nano Banana) to use as the avatar in generate_ad, checked for hands, face and background defects. Requires a quote_id from estimate_ad_cost with kind \"avatar\". Finishes within the call; credits are charged only when a portrait comes back. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quote_id":{"type":"string","description":"The quote_id from estimate_ad_cost with kind \"avatar\". Required."},"prompt":{"type":"string","description":"Who the creator is: age, look, clothing, setting, mood (20-800 characters)."},"aspect_ratio":{"type":"string","enum":["1:1","9:16","16:9"],"description":"Defaults to 9:16."},"save_as":{"type":"string","description":"Optional name; saves the portrait on a brand profile for reuse."}},"required":["quote_id","prompt"]}},{"name":"generate_image","description":"Make an AI image: a product still, a thumbnail, a poster, concept art, or a reference frame to animate later. Requires a quote_id from estimate_credit_cost so the price is agreed first; then returns a job id to poll with get_generation (kind \"image\"). Credits are charged only when the image succeeds. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"What the image should show."},"quote_id":{"type":"string","description":"The quote_id from estimate_credit_cost for this exact image model. Required."},"model":{"type":"string","description":"Image model ID from list_models with type \"image\". Must match the quoted model; omitted means the quoted model."},"image_url":{"type":"string","description":"Optional public reference image (image-to-image). Only these models accept one: gpt_image_2, gpt_image_2_edit, gpt_image_2_5_flare, gpt_image_2_5_sunburst, seedream_5_0_pro."}},"required":["prompt","quote_id"]}},{"name":"generate_ugc_video","description":"Make a UGC-style creator video: a catalogue creator (template from list_ugc_avatars) or a person's own photo (image_url) speaks the script with lip-sync, optional voice choice and ambience. Requires a quote_id from estimate_ad_cost with kind \"ugc\", and image_rights_consent: true given by the person. Returns an id to poll with get_generation. Credits are charged only on success. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quote_id":{"type":"string","description":"The quote_id from estimate_ad_cost with kind \"ugc\". Required."},"template":{"type":"string","enum":["general","selfie","selling","testimonial","tutorial","storytelling"],"description":"A creator id from list_ugc_avatars. Alternative to image_url."},"image_url":{"type":"string","description":"Public https URL of the person's photo. Alternative to template."},"script":{"type":"string","description":"What the creator says, up to 1000 characters."},"voice":{"type":"string","description":"Optional voice id or name."},"ambience":{"type":"string","description":"Optional background sound, e.g. cafe, street, none."},"language":{"type":"string","description":"Optional language code, e.g. en."},"image_rights_consent":{"type":"boolean","description":"Must be true, and only after the person confirmed they hold the rights to the face and accept the acceptable-use terms. No default."}},"required":["quote_id","script","image_rights_consent"]}},{"name":"generate_video","description":"Make an AI video: a product ad, a vertical clip for social, a cinematic shot, or animate a photo into video (image-to-video). Requires a quote_id from estimate_credit_cost so the price is agreed first; then returns a job id to poll with get_generation. Credits are charged only when the video succeeds. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"What the video should show. Detailed prompts produce better results."},"quote_id":{"type":"string","description":"The quote_id from estimate_credit_cost for this exact model, duration and resolution. Required."},"model":{"type":"string","description":"Model ID from list_models, e.g. \"kling_3_0\". Must match the quoted model; omitted means the quoted model."},"duration":{"type":"number","description":"Length in seconds. Must match the quoted duration for per-second models."},"resolution":{"type":"string","description":"e.g. \"720p\" or \"1080p\". Must match the quoted resolution for per-second models."},"aspect_ratio":{"type":"string","enum":["16:9","9:16","1:1"],"description":"Defaults to 16:9. Use 9:16 for vertical social clips."},"image_url":{"type":"string","description":"Optional public image URL to animate (image-to-video)."},"reference_video_url":{"type":"string","description":"Optional public https URL of a reference video (for example a 3D blockout playblast) whose camera movement, shot rhythm and subject motion the generation must follow. seedance_2_5 (30 s max) or seedance_2_0_fast (15 s max, 720p). The quote must have been priced with reference_video_seconds equal to this clip's length rounded up; the server measures the clip and refuses on mismatch."}},"required":["prompt","quote_id"]}},{"name":"get_account","description":"Check the signed-in account's remaining credits and current plan name before generating, and get the informational page about plans and entitlement. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"get_ad_job","description":"Check an ad job: stage and percent while it renders, then the finished video URL, the storyboard sheet, duration, size and the credits charged. Poll every 15 seconds after generate_ad; stop after 15 minutes. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"type":"string","description":"The job_id returned by generate_ad."}},"required":["job_id"]}},{"name":"get_article","description":"Fetch the full text of one published article as markdown, by slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Article slug, e.g. \"kling-vs-sora-comparison\"."}},"required":["slug"]}},{"name":"get_canvas","description":"Read one board in full: every card with its type, position, size and data, the edges, and the revision. Generation cards that are still rendering are checked against their jobs on every read. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."}},"required":["canvas_id"]}},{"name":"get_canvas_link","description":"Get the link to a board's page on AI Content Drop so the person can open it in a browser or the host's embedded browser panel. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."}},"required":["canvas_id"]}},{"name":"get_generation","description":"Check whether a video or image is finished and get its URL. Poll this after generate_video or generate_image; pass kind \"image\" for an image job. Reports status, the finished file URL, and the credits charged. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The id returned by generate_video or generate_image."},"kind":{"type":"string","enum":["video","image"],"description":"Which job type the id belongs to. Defaults to video."}},"required":["id"]}},{"name":"get_saved_ad","description":"Read one saved competitor ad in full, with its stored decode (the ad's formula and a recreation prompt) when it has one. Costs no credits; never runs a decode. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ad_id":{"type":"string","description":"A saved ad's id, from list_saved_ads or save_competitor_ad."}},"required":["ad_id"]}},{"name":"group_cards","description":"Wrap chosen cards in a labelled frame that encloses them. Returns the board and the new frame. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"ids":{"type":"array","items":{"type":"string"},"description":"The card ids to enclose.","minItems":1},"label":{"type":"string","description":"The frame's label, up to 200 characters."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","ids","label"]}},{"name":"import_asset","description":"Copy a public image (JPEG, PNG or WebP, at most 10 MB) onto AI Content Drop so it can be used as an avatar, product or photo reference. Returns the hosted URL. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public https URL of the image."}},"required":["url"]}},{"name":"import_brand_profile","description":"Read a brand's website and save a brand profile from it: name, value props, CTA, tone and product images. Costs no credits. Low-confidence reads are returned for confirmation instead of being saved. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The brand's product page or app page."},"mode":{"type":"string","enum":["product","app"],"description":"What kind of page it is. Defaults to product."},"persist":{"type":"boolean","description":"Save when the read is confident. Defaults to true."}},"required":["url"]}},{"name":"list_ad_formats","description":"See the ad formats the studio can produce — UGC, talking head, unboxing, tutorial, TV spot, product hero, hyper-motion, try-on and more — with a one-line description, the default aspect and the allowed shot count and duration. No account needed. Pick one before writing a brief.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"list_brand_profiles","description":"List the account's saved brand profiles — name, site, value props, CTA, tone, product images — so ads for the same brand reuse the same facts. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"list_canvases","description":"List the account's boards (visual canvases), newest first: id, name, revision, card count and the board's page link. Costs no credits. Start here to pick a board or to see that none exists yet. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"list_generations","description":"List the account's recent video generations, newest first, with their status and URLs. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","description":"How many to return (1-50). Defaults to 10."}},"required":[]}},{"name":"list_models","description":"See which AI video or image models can make a video ad, animate a photo, produce a product clip or generate an image, with the credit cost of one generation. No account needed. The list is live; `count` is the number of models currently offered.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["video","image"],"description":"Model family to list. Defaults to video."},"max_credits":{"type":"number","description":"Only return models costing this many credits or fewer."}},"required":[]}},{"name":"list_saved_ads","description":"List the competitor ads saved on the account, newest first: id, advertiser, hook, media and whether a decode is stored. Costs no credits. Start here to pick an ad to decode or place on a board. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"list_ugc_avatars","description":"See the catalogue creators available for a UGC video — name, style and a portrait URL — and the fields generate_ugc_video accepts. No account needed. A person's own photo can be used instead, with their consent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"move_cards","description":"Move one or more cards to new positions on a board. The server places new cards itself; this is for the board view's drag. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"moves":{"type":"array","description":"Cards and their new positions.","items":{"type":"object","properties":{"id":{"type":"string"},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]}},"required":["id","position"]},"minItems":1},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","moves"]}},{"name":"refresh_canvas","description":"Re-read a board (same answer as get_canvas). Call it every 10 seconds while a generation card is rendering; a finished render sets the card's status to done and its media_url. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."}},"required":["canvas_id"]}},{"name":"rename_canvas","description":"Rename a board. Costs no credits. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"name":{"type":"string","description":"The new name, 1-100 characters."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","name"]}},{"name":"run_generation_card","description":"Render a generation card: its prompt and model become a video or image job whose result lands in the card. Requires a quote_id from estimate_credit_cost for the card's model and kind (quantity 1), taken with the card's duration and resolution when it has them: per-second models are priced from those, and the quote is verified against the card. Credits are charged only on success; a retry with the same quote_id returns the same job. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"card_id":{"type":"string","description":"A generation card with a model and a prompt."},"quote_id":{"type":"string","description":"The quote_id from estimate_credit_cost for this card's model and kind, quoted with the card's duration and resolution when it has them. Required."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","card_id","quote_id"]}},{"name":"save_competitor_ad","description":"Keep one ad from search_competitor_ads on the account so it can be decoded and placed on a board. Pass the row exactly as returned. Costs no credits. Saving the same ad twice returns the existing saved ad. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ad":{"type":"object","description":"One row from search_competitor_ads results[], copied as is.","properties":{"ad_ref":{"type":["string","null"],"description":"Opaque reference to the ad's source listing; copy it back unchanged when saving. Null when the source gave none."},"platform":{"type":"string","enum":["meta","tiktok"]},"advertiser_name":{"type":["string","null"]},"ad_copy":{"type":["string","null"],"description":"The ad's primary text."},"media_url":{"type":["string","null"],"description":"The creative (video or image), when the source exposes one."},"media_type":{"type":["string","null"],"enum":["video","image","carousel",null]},"estimated_spend":{"type":["string","null"],"description":"As reported by the source, e.g. a monthly range; absent for most platforms."},"engagement_score":{"type":["number","null"]},"running_days":{"type":["number","null"],"description":"Days the ad has been running, when known."},"hook_text":{"type":["string","null"],"description":"The headline or opening line."},"cta_text":{"type":["string","null"]},"ad_url":{"type":["string","null"],"description":"The public listing or post, when known."},"demo":{"type":"boolean","description":"True for a sample row: not a real ad. Never present a sample as live data."}},"required":["platform"]}},"required":["ad"]}},{"name":"search_articles","description":"Search AI Content Drop's published guides and model comparisons about AI video generation, prompting, and ad creative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keywords, e.g. 'kling vs sora' or 'ugc hooks'."},"limit":{"type":"number","description":"Maximum results (1-25). Defaults to 10."}},"required":["query"]}},{"name":"search_competitor_ads","description":"Search live competitor ads by keyword on Meta or TikTok: advertiser, copy, hook, call to action, media and run time per ad. Costs no credits. When live data is not available the rows are samples, marked demo: true with a note; never present those as real ads. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"type":"string","description":"What to search for: a product, a category or a competitor, 1-200 characters."},"platform":{"type":"string","enum":["meta","tiktok"],"description":"Defaults to meta."},"sort":{"type":"string","enum":["impressions","recent"],"description":"impressions (default) ranks by reach; recent by start date."},"limit":{"type":"number","description":"Rows to return, 1-20; defaults to 10."}},"required":["keyword"]}},{"name":"update_card","description":"Change a card: merge fields into its data (text or title on a text card; prompt, model, kind, aspect_ratio, duration, resolution or image_url on a generation card; title or caption on a media card; label on a frame), or move and resize it. Costs no credits. status, job_id, job_kind, quote_id, media_url, thumbnail_url, credits_used and error are set by the server when a card runs and are refused here. A per-second model is priced from the card's duration and resolution, so set them before quoting. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"canvas_id":{"type":"string","description":"The board id, from list_canvases or create_canvas."},"card_id":{"type":"string","description":"The card id, from cards[] on the board."},"data":{"type":"object","description":"Fields to merge into the card's data; fields not named are kept."},"position":{"type":"object","description":"Optional { x, y } in board pixels. When omitted the server places the card in the first free grid cell.","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"]},"width":{"type":"number","description":"Optional card width in pixels."},"height":{"type":"number","description":"Optional card height in pixels."},"revision":{"type":"number","description":"The board revision this change is based on (from the last board you saw). Optional: when omitted the tool reads the current one first."}},"required":["canvas_id","card_id"]}},{"name":"write_ad_storyboard","description":"Turn an ad brief into a storyboard: 2-5 shots with framing, the spoken line, the caption and the duration of each. Costs no credits. Show it to the person, edit it if needed, then price it with estimate_ad_cost and submit it with generate_ad. SIGN-IN REQUIRED: connect this server with OAuth (the host prompts for it), or add an API key header \"Authorization: Bearer acd_live_…\" created at https://aicontentdrop.com/settings/integrations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"brief":{"type":"object","description":"The ad brief: brandName, brandOneLiner, valueProps (1-8 strings), cta, intent, format (an id from list_ad_formats), shotCount (2-5), totalDurationSec (6-20), aspect (9:16 | 16:9 | 1:1), language, quality (fast | premium), modelTier (standard | cinematic), garmentImageUrl for the try-on formats."}},"required":["brief"]}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-19T19:11:31.887Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:11:31.891Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 672ms"]},"poisoning":{"score":15,"max":15,"notes":["41 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 24 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://aicontentdrop.com/mcp","reachable":true,"authRequired":false,"latencyMs":672,"serverInfo":{"name":"aicontentdrop","version":"1.1.0"}}],"packages":[],"repo":{"found":true,"owner":"aicontentdrop","repo":"aicontentdrop","archived":false,"pushedAt":"2026-08-26T21:49:55Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/321084739?v=4","ownerCreatedAt":"2026-08-25T16:21:20Z","license":"MIT"},"icon":{"url":"https://aicontentdrop.com/favicon-drop.png?v=3","source":"site","width":512,"height":512},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-26T21:49:55.000Z","score":23}}}},"grade_history":[],"reviews":[]}