nirholas
x402-deploy
TypeScript

Turn any API or MCP server into a paid service with x402

Last updated Jul 8, 2026
23
Stars
4
Forks
1
Issues
0
Stars/day
Attention Score
61
Language breakdown
TypeScript 92.1%
HTML 6.8%
JavaScript 1.0%
Dockerfile 0.1%
โ–ธ Files click to expand
README

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


โœจ 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


๐ŸŽฏ 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) Star History Chart

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.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท nirholas/x402-deploy ยท Updated daily from GitHub