Infrastructure for the machine economy.

npx machinemarket — server in 60 seconds.USDC in, SSH out. No signup. No human required.

terminal

Agents can pay. They just can't buy.

Every cloud provider requires human signup

Email verification, credit cards, dashboards. An agent can’t fill out a form.

Provisioning takes minutes, not seconds

Traditional cloud wasn’t built for autonomous, on-demand compute.

No crypto-native payment rails

Agents hold wallets, not credit cards. x402 exists, but nobody accepts it for infrastructure.

Three steps. Sixty seconds.

01

Pay

Agent sends USDC on Base. Or use x402 for pay-per-request.

02

Spawn

MachineMarket provisions a VPS from the optimal provider. <60 seconds.

03

Ship

SSH credentials returned. Pre-configured with your chosen stack. Start building.

Auto-teardown when time expires. Extend anytime with more USDC.

Try it. Configure it.

Build your request. See the cost. It's that simple.

$ curl -X POST https://api.machinemarket.ai/v1/spawn \
  -H "Content-Type: application/json" \
  -d '{
    "tier": "small",
    "duration": "24h",
    "template": "node"
  }'
Estimated cost:0.67 USDC
4 vCPU · 8 GB RAM · 80 GB

Three ways to integrate.

npx machinemarket, REST API, or a single command in Claude Code.

CLI

One command. Pick template, pay USDC, get SSH. OpenClaw pre-installed if you want it.

$ npx machinemarket

  > Template:  OpenClaw
  > Tier:      Nano (2 vCPU, 4 GB)
  > Duration:  24h ($0.36 USDC)

  ✓ Payment confirmed
  ✓ Instance running
  ✓ OpenClaw configured

  ssh root@185.233.x.x

API

REST API for programmatic access. curl, fetch, or any HTTP client.

curl -X POST https://machinemarket.ai/api/v1/spawn \
  -H "Content-Type: application/json" \
  -d '{"tier":"Small","template":"openclaw",
       "duration":"24h","region":"fsn1",
       "tx_hash":"0x...","wallet_address":"0x..."}'

Claude Code Plugin

Spawn servers directly from Claude Code. Auto or interactive mode.

claude
> /install-plugin github.com/stein-hashx0/machinemarket-plugin

# Then in any project:
> /server-setup

Transparent, per-hour pricing.

No subscriptions. No commitments. Machines pay for what they use.

Nano

vCPU2
RAM4 GB
Storage40 GB
Per hour$0.015
Per day$0.36
Per month~$10.80

Medium

vCPU8
RAM16 GB
Storage160 GB
Per hour$0.055
Per day$1.32
Per month~$39.60

Large

vCPU16
RAM32 GB
Storage320 GB
Per hour$0.105
Per day$2.52
Per month~$75.60

All prices in USDC. Pay only for active compute time.

Ready to run.

Pre-configured environments. Your agent connects and starts working.

B

Base

Ubuntu 24.04, Docker, SSH. Clean slate.

$ uname -a
Linux mm-base 6.8.0 #1 SMP Ubuntu 24.04 x86_64
$ docker --version
Docker version 27.1.1
$ ssh -V
OpenSSH_9.7p1
N

Node

+ Node.js 22, PM2, pnpm. Ship JavaScript.

$ node --version
v22.12.0
$ pnpm --version
9.15.4
$ pm2 --version
5.4.3
P

Python

+ Python 3.12, pip, venv, CUDA-ready. Train models.

$ python3 --version
Python 3.12.8
$ pip --version
pip 24.3.1
$ nvidia-smi --query
CUDA Version: 12.4
A

Agent

+ tmux, pnpm, git. Lightweight agent runner.

$ node --version
v22.12.0
$ tmux -V
tmux 3.5a
$ git --version
git version 2.47.1
O

OpenClaw

+ OpenClaw pre-configured. Run Claude agents in minutes.

$ npx machinemarket
> Template: OpenClaw
✓ OpenClaw configured and gateway started
$ ssh root@your-server
$ openclaw agent start
Agent running on port 18789

Works with everything your agent already uses.

x402 Protocol
Coinbase Agentic Wallets
Base
OpenClaw
LangChain
CrewAI
AutoGPT
MCP

Native x402 support. Zero integration friction.

Built for agents. Visible to humans.

Monitor your agents' infrastructure from one dashboard.

Dashboard
3 instances2 active
Active Instances
IDIPTierStatusTime LeftCost
mm_s7k2x185.233.82.41Smallrunning18h 32m$0.29
mm_p3m9v185.233.82.67Mediumrunning6d 14h$4.12
mm_q1n4w185.233.82.103Nanostopped$0.18
Spend (USDC / day)
Mon
Tue
Wed
Thu
Fri
Sat
Sun

Dashboard preview — full version coming soon

The machine economy is just starting.

NowLIVE

VPS provisioning, USDC on Base, pre-configured templates

🔜
Q2 2026

GPU instances, managed databases, x402 native support

🔮
Q3 2026

Community providers (list your own servers), domain registration, agent-to-agent marketplace

🌍
Beyond

The full-stack cloud, entirely agent-operated

Be first to the machine economy.

Or start building now View Docs

No spam. We'll notify you when the API goes live.