Catalog
io.github.x402-video/seedance-video-generation
Officialby x402-video · JavaScript
x402 Video — AI Video Generation (pay-per-call, no account)
Pay-per-call AI video generation (Seedance text-to-video) via x402. USDC on Base, no API key.
AI video generation from text using Seedance, paid per call in USDC on Base network.
Topics
agent-paymentsai-agentsai-videobasehttp-402mcpmcp-servermicropaymentsmodel-context-protocoltext-to-videousdcvideo-generationx402
README not available yet.
Install
Configuration
Environment variables
BUYER_PRIVATE_KEYsecretSpending wallet private key (USDC on Base). Only required for the paid generate_video tool; quotes and polling work without it.
MAX_USD_PER_CALLHard spend guard in USD — generate_video refuses quotes above this (default 5).
GATEWAY_URLAlternate gateway instance (default https://api.x402video.com).
claude_desktop_config.json
{
"mcpServers": {
"seedance-video-generation": {
"command": "npx",
"args": [
"-y",
"x402-video-mcp@0.1.3"
],
"env": {
"BUYER_PRIVATE_KEY": "<YOUR_BUYER_PRIVATE_KEY>",
"MAX_USD_PER_CALL": "<YOUR_MAX_USD_PER_CALL>",
"GATEWAY_URL": "<YOUR_GATEWAY_URL>"
}
}
}
}