x402-video MCP server
Enables AI agents to generate videos by paying per call with USDC on Base via the x402 protocol, with no accounts or API keys required.
README
x402-video MCP server
Give any MCP-capable agent (Claude Code, Claude Desktop, Cursor, ...) the ability to generate AI videos and pay per call — USDC on Base over the x402 protocol. No accounts, no API keys, no credit cards.
quote_price → generate_video (pays exact USDC quote, gasless) → get_job → video_url
Backed by x402video.com: ~$0.45 for a 5s 720p clip, custom 4–15s up to 1080p with optional audio ($0.13–$4.62). Prompts are screened before payment — rejected requests are never charged.
Tools
| Tool | Cost | What |
|---|---|---|
list_skus |
free | Live catalog + current USD prices |
get_stats |
free | Public reliability stats (success rate, p50 generation time) |
quote_price |
free | Exact USDC quote for a request, without paying |
generate_video |
paid | Quote → spend-guard check → pay → job_id |
get_job |
free | Poll status; returns video_url on success (24h link) |
Setup
You need a dedicated spending wallet with a few USDC on Base (8453). Never use your main wallet — see the 5-minute getting-started guide.
Claude Code
claude mcp add x402-video \
--env BUYER_PRIVATE_KEY=0xYOUR_SPENDING_WALLET_KEY \
-- npx -y x402-video-mcp
Claude Desktop / Cursor (JSON)
{
"mcpServers": {
"x402-video": {
"command": "npx",
"args": ["-y", "x402-video-mcp"],
"env": {
"BUYER_PRIVATE_KEY": "0xYOUR_SPENDING_WALLET_KEY"
}
}
}
}
Without BUYER_PRIVATE_KEY the free tools (catalog, quotes, job polling) still work;
only generate_video requires the wallet.
Environment variables
| Var | Default | |
|---|---|---|
BUYER_PRIVATE_KEY |
— | Spending wallet key (USDC on Base). Required only for generate_video. |
MAX_USD_PER_CALL |
5 |
Hard spend guard — generate_video refuses quotes above this. |
GATEWAY_URL |
https://api.x402video.com |
Point at another gateway instance. |
How payment works
- The tool POSTs your request unpaid; the gateway answers
HTTP 402with the exact USDC amount for that request (a free quote). - If the quote is within
MAX_USD_PER_CALL, the request is retried with an x402 payment header — an EIP-3009 signature, so the buyer pays no gas. - You get a
job_id; generation takes ~2 minutes (p50). Pollget_job, downloadvideo_urlwithin 24h.
Develop
npm install
npm run build
BUYER_PRIVATE_KEY=0x... node dist/index.js # speaks MCP over stdio
Content policy
Hard red lines (rejected pre-payment, never charged): content involving minors, real-person likeness/deepfakes. Sexually explicit content and graphic violence are rejected.
MIT. Independent gateway — not affiliated with or endorsed by model vendors.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.