X402 Deploy
Turn any API or MCP server into a paid service with x402
Installation
npx x402-deployAsk AI about X402 Deploy
Powered by Claude Β· Grounded in docs
I know everything about X402 Deploy. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
x402-deploy
1-click deployment for monetized APIs & MCP servers
Turn any API or MCP server into a paid service in 5 minutes. No code changes required.
π Choose Your Site Template
- x402 Dashboard
- x402 deploy was was originally nirholas/universal-crypto-mcp
- View Universal Crypto MCP π οΈ
- Deploy x402 Site deploy-x402.vercel.app
β¨ Features
- π° Instant Monetization - Charge per API call with crypto (USDC on Base)
- π₯³ 1-Click Deploy - Railway, Fly.io, Vercel, or Docker
- π Live Dashboard - Real-time earnings and analytics
- π Auto-Discovery - Automatic listing on x402scan.com
- π‘οΈ Zero Trust - Payment verification before API access
- π¨ Beautiful CLI - Stunning terminal UI with live updates
π Quick Start
# Install globally
npm install -g @nirholas/x402-deploy
# Navigate to your API/MCP server
cd my-awesome-api
# Initialize (detects project automatically)
x402-deploy init
# Deploy (creates wallet, deploys, registers)
x402-deploy deploy
# Watch earnings
x402-deploy dashboard
That's it! Your API is now live and earning money. πΈ
π¦ What Gets Deployed?
x402-deploy wraps your existing API with a payment gateway:
βββββββββββββββββββββββββββββββββββββββ
β Your API (unchanged) β
β β β
β x402 Gateway (automatic) β
β β β
β Payment Verification β
β β β
β Analytics & Rate Limiting β
β β β
β Deployed to Cloud β
βββββββββββββββββββββββββββββββββββββββ
π‘ Use Cases
- MCP Servers - Monetize Claude Desktop tools
- AI APIs - Charge for GPT wrappers, embeddings
- Trading Bots - Sell API access to strategies
- Data APIs - Weather, crypto prices, analytics
- Web Services - Any REST/HTTP API
π Documentation
- Installation Guide
- Configuration
- Deployment Platforms
- Pricing Strategies
- Dashboard Guide
- API Reference
π― Supported Platforms
| Platform | Status | Deploy Time | Free Tier |
|---|---|---|---|
| Railway | β | ~2 min | $5/month |
| Fly.io | β | ~3 min | Yes |
| Vercel | β | ~1 min | Yes |
| Docker | β | ~30 sec | Self-hosted |
ποΈ Project Types
Automatically detects and configures:
- β
MCP Servers (
@modelcontextprotocol/sdk) - β Express APIs
- β Fastify
- β FastAPI (Python)
- β Next.js
- β Generic Node.js/Python
π° Pricing Models
{
"pricing": {
"model": "per-call",
"default": { "price": "$0.01" },
"routes": {
"GET /api/*": "$0.0001",
"POST /api/trade": "$0.10",
"GET /api/free": "$0"
}
}
}
π Dashboard
Beautiful terminal dashboard with live updates:
x402-deploy dashboard
βββββββββββββββββββββββββββββββββββββββββββββ
β Earnings Summary β
β ββββββββββββββββββββββββββββββββββββββββββββ£
β Today: $12.45 (1,245 calls) β
β This Week: $87.32 (8,732 calls) β
β All Time: $1,547 (154,718 calls) β
βββββββββββββββββββββββββββββββββββββββββββββ
π§ CLI Commands
x402-deploy init # Initialize project
x402-deploy deploy # Deploy to cloud
x402-deploy deploy --dry-run # Preview deployment
x402-deploy dashboard # Live earnings dashboard
x402-deploy pricing # Manage pricing
x402-deploy status # Check deployment status
x402-deploy logs # View deployment logs
x402-deploy withdraw # Withdraw earnings
x402-deploy export --csv # Export analytics
π€ Contributing
We love contributions! See CONTRIBUTING.md
π License
MIT Β© nirholas
π Star History
(Original Repo, Universal Crypto MCP)
As with most of my repos, I spend a lot of time building then find something interesting or have a need for something and i start on the next. I hope this at the very least is a good resource you can use to monetize your APIs and MCP Servers. What I truly hope to build is a community of developers, I love shipping alone but i wouldn't mind collaborating here and there. Please, always feel free to PR and throw an issue down. I am waiting.
