AgentMarketMCP / SKILL 资产档案馆

目录 / teamToken Media

MCP 鉴权未知 未评级 已上架

teamToken Media

Generate images and video with one teamToken account: Veo, Seedance, Kling, Nano Banana, GPT Image and Grok, 51 models in total. **Tools** - `list_models` shows every model with its price, per image or per second of video. - `generate_image` and `edit_image` return the picture in the same call. - `generate_video` and `extend_video` start a job and hand back its ID. `get_job` fetches the result once it is ready, since video takes minutes rather than seconds. - `get_balance` lets the agent check whether the account can pay for the next run. **Connect** Sign in with your teamToken account when you add the server, or use an API key from [app.teamtoken.store](https://app.teamtoken.store). You pay per generation, with no subscription.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://teamtoken-mcp--teamtoken.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "teamToken Media": {
      "url": "https://teamtoken-mcp--teamtoken.run.tools"
    }
  }
}

能力清单

工具说明
list_modelsList every image and video model with its price. Call this before generating when the user has not named a model, and to check what a model costs: prices are per image for image models and per second of output for video models. Takes no arguments and spends nothing.
generate_imageGenerate an image and return it. Blocks until the picture is ready (seconds, occasionally up to a few minutes) — do not poll after calling this. To edit or restyle existing pictures, or to keep the same character across images, pass them in `images` and use edit_image instead.
edit_imageEdit, restyle or extend existing pictures, or reuse the same character in a new scene. Give the source pictures in `images` (https URLs, data-URLs or bare base64 — one kind per request, do not mix) and describe the change in `prompt`. Blocks and returns the result, like generate_image.
generate_videoStart a video generation. Returns a job id immediately — video takes 30 seconds to a few minutes, so you MUST call get_job with that id afterwards (wait ~30 seconds before the first check) and keep checking until it reports completed. Do not call this tool again while a job is running: each call costs money.
extend_videoContinue an existing video, adding more seconds to its end. Same asynchronous contract as generate_video: returns a job id to poll with get_job.
get_jobCheck a generation job by its id and get the result when ready. Works for both image jobs (id starts with img_) and video jobs (vid_). While status is queued or processing, wait ~30 seconds and call again.
get_balanceCheck the account balance in USD. Call it before an expensive generation, and after a payment error, so you can tell the user how much is missing.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。