x402-video MCP server
OfficialAllows agents to generate AI videos with payments using USDC on the Base (Ethereum) network via the x402 protocol, providing gasless transactions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402-video MCP servergenerate a 5s 720p video of a dog running"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_urlBacked 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 |
| free | Live catalog + current USD prices |
| free | Public reliability stats (success rate, p50 generation time) |
| free | Exact USDC quote for a request, without paying |
| paid | Quote → spend-guard check → pay → |
| free | Poll status; returns |
Related MCP server: clawpay-mcp
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-mcpClaude 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 | |
| — | Spending wallet key (USDC on Base). Required only for |
|
| Hard spend guard — |
|
| 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 stdioContent 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceConnects AI agents to the Base network for onchain data, batch USDC payments, and access to over 200 AI models. It utilizes the x402 protocol to enable pay-per-request functionality using USDC without requiring traditional API keys or accounts.Last updated100672MIT
- Alicense-qualityCmaintenanceNon-custodial x402 MCP payment layer for AI agents. Enables autonomous USDC payments on Base via the x402 HTTP payment protocol, with CCTP cross-chain bridge support.Last updated1125MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16

@hpp-io/x402-mcp-bridgeofficial
Alicense-qualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.Last updated113Apache 2.0
Related MCP Connectors
Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/x402-video/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server