// pricing.config — pay only for what you spawn

$ mcplans

Same monster. Three commitments. Pay monthly, save quarterly, save more yearly.

~ monthly.term
$ billing --monthly

// pay-as-you-go, cancel any time

$9 /mo
billed monthly · $9/mo

  • Unlimited monsters & deploys
  • 1 TB bandwidth + edge cache
  • 18 edge regions
  • Real-time logs & metrics
// no savings $ mc subscribe --monthly
~ quarterly.term
$ billing --quarterly

// every three months · save a little

$8.50 /mo
billed quarterly · $25.50/qtr

  • Everything in monthly
  • Priority build queue
  • Quarterly usage report
  • Locked rate for 90 days
// save 6% $ mc subscribe --quarterly
14-day free trial no credit card required cancel via CLI in 4ms
// contact.sh — echo your message into the void

./talk--to=monsters

Two ways to reach us. The CLI for the brave, the form for the rest.

~ contact.sh
1 $ curl -X POST https://api.monstercloud.space/v1/contact \
2 -H "Authorization: Bearer $MC_TOKEN" \
3 -d '{ "from": "you@dev.io", "msg": "hi monsters" }'
4  
5 # response:
6 → 200 OK { "queued": true, "eta_ms": 142 }
~ form.tsx
ready to send