ai-content-drop
Generate AI video and images across 80+ models on one credit balance.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Models: List the AI video or image models available on AI Content Drop with their flat credit cost per generation.
- Estimate Credit Cost: Estimate the credit cost of generating with a specific model, optionally for a batch of several generations.
- Search Articles: Search AI Content Drop's published guides and model comparisons about AI video generation, prompting, and ad creative.
What data it sees
Do you need an account
No: the server works without sign-in
Generate AI video and images across 80+ models on one credit balance. Browse the catalogue with flat per-generation costs, quote a job before you spend, search the guides, then start a render and poll it. Four tools need no credential; an API key adds generation and account access.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| list_models | List the AI video or image models available on AI Content Drop with their flat credit cost per generation. |
| estimate_credit_cost | Estimate the credit cost of generating with a specific model, optionally for a batch of several generations. |
| search_articles | Search AI Content Drop's published guides and model comparisons about AI video generation, prompting, and ad creative. |
| get_article | Fetch the full text of one published article as markdown, by slug. |
| generate_video | Start generating an AI video on the authenticated account. Returns a job id immediately — poll get_generation until status is 'completed'. Charges credits only on success. Call estimate_credit_cost first if the cost matters. REQUIRES AN API KEY: add "Authorization: Bearer acd_live_…" to this MCP server; a key is created by a signed-in human at https://aicontentdrop.com/settings/integrations. |
| get_generation | Check one generation by id: status ('generating', 'completed', 'failed'), the finished video URL, and credits charged. REQUIRES AN API KEY: add "Authorization: Bearer acd_live_…" to this MCP server; a key is created by a signed-in human at https://aicontentdrop.com/settings/integrations. |
| list_generations | List recent generations on the authenticated account, newest first. REQUIRES AN API KEY: add "Authorization: Bearer acd_live_…" to this MCP server; a key is created by a signed-in human at https://aicontentdrop.com/settings/integrations. |
| get_account | Credit balance and plan for the authenticated account. Check this before a batch of generations. REQUIRES AN API KEY: add "Authorization: Bearer acd_live_…" to this MCP server; a key is created by a signed-in human at https://aicontentdrop.com/settings/integrations. |