Eversince

Creative agent that plans and executes across image, video, audio, and motion graphics.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Create Project: Create a new creative project. Provide a natural-language brief describing what to produce. The agent plans, generates, and iterates based on this input. Spends credits.
  • List Projects: List projects owned by the authenticated account, most recent first.
  • Discover Projects: List studio-created projects that can be adopted for API management.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Creative agent that plans and executes across image, video, audio, and motion graphics. Orchestrates the latest AI models and delivers standalone assets or assembled videos.

Список инструментов сервера (33)

Технические названия из tools/list. Нужны только разработчикам.

create_projectCreate a new creative project. Provide a natural-language brief describing what to produce. The agent plans, generates, and iterates based on this input. Spends credits.
list_projectsList projects owned by the authenticated account, most recent first.
discover_projectsList studio-created projects that can be adopted for API management.
adopt_projectAdopt a studio project for API management (enables programmatic control).
get_projectGet current project status, agent message, timeline summary, and result links when available.
list_project_assetsList all generated assets (images, videos, audio) for a project.
get_project_timelineGet the full timeline structure of the active variation, including scenes, generations, overlays, and audio tracks.
list_project_messagesList the conversation history between the user and the agent for a project. Pagination uses cursor IDs (before/after), not offsets.
send_project_messageSend feedback or a follow-up message to the agent. The agent must be in idle state; otherwise a 400 is returned. Requires minimum 10 credits and may spend more if the agent triggers further generation.
list_project_variationsList all variations (A/B creative directions) for a project.
get_project_memoryRead the agent's working memory for a project (creative notes, plan state, asset ledger).
update_project_settingsUpdate project-level settings (mode, models, craft, title, webhook, expected_output). Timeline operations must go through send_project_message.
create_project_shareCreate a permanent shareable link for the assembled video. Requires the project to have a rendered output.
cancel_projectCancel the agent run. Already-dispatched generations complete, but the agent stops after them.
render_projectRender (or re-render) the active timeline to an assembled video. Spends credits (minimum 10). 4k requires Pro subscription. Rate-limited to 50 renders/day.
get_credits_balanceGet the current credits balance for the authenticated account.
list_credit_packagesList available credit packages (credits, price, purchase URL). Use when the user needs to top up.
list_account_skillsList account-level skills (persistent knowledge applied across all projects).
create_account_skillTeach the agent persistent knowledge (brand guidelines, style rules, workflow preferences). Applied across all projects.
get_account_skillRetrieve a single account-level skill by ID.
update_account_skillUpdate an account skill — rename, edit instructions, or toggle enabled state.
delete_account_skillDelete an account skill permanently.
get_learned_preferencesRead the agent-learned preferences (brand voice, creative patterns) accumulated across projects.
update_learned_preferencesUpdate the agent-learned preferences block and/or toggle enabled state. Provide at least one of content or enabled.
list_account_sharesList all public share links for the account with view counts.
list_modelsList available image and video models with capability flags (supports_multi_shot, supports_reference_images, has_sound, etc.). For voiceover voices, use list_voices.
list_voicesList voiceover voices with name, gender, age, accent, style, and description.
create_uploadStep 1 of 3 — get a presigned R2 URL. Step 2 (NOT an MCP tool) is a direct HTTP PUT of the file bytes to the returned upload_url, with the returned headers and matching content_type. Step 3 is confirm_upload with the r2_key. Supported types: image (jpeg/png/webp, ≤10MB), video (mp4/webm/mov/avi, ≤500MB), audio (mp3/wav/m4a, ≤50MB).
confirm_uploadStep 3 of 3 — finalize after the PUT (step 2) succeeds. Returns an upload_id you can use in the references array of create_project or send_project_message.
estimate_costEstimate credit costs for planned generation operations before executing. Read-only — no credits consumed. Covers generation costs only (agent reasoning is additional).
submit_feedbackReport a bug, suggestion, or question to the Eversince team. Pass project_id to attach the report to a specific project.
show_imagesFetch multiple Eversince image assets and return them for inline display as a grid. Use after list_project_assets or when showing multiple variants/options to the user.
show_imageFetch an Eversince image asset and return it for inline display. Use this after get_project or list_project_assets when you want to show the user an image directly in the conversation. Only works with eversince.ai media URLs.