ai-content-drop
Generate AI video and images across 80+ models on one credit balance.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |