AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Moonpay Commerce

skill-moonpay-skills-moonpay-commerce · by moonpay

Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-moonpay-skills-moonpay-commerce

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-moonpay-skills-moonpay-commerce)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Moonpay Commerce? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Shop with crypto

Goal

Browse Solana Pay-enabled Shopify stores, add items to a cart, and pay with crypto. The entire flow runs from the CLI — no browser needed.

Commands

List stores

mp commerce store list

Search products

mp commerce product search --store  --query 

Get product details

mp commerce product retrieve --store  --productId 

Add item to cart

mp commerce cart add \
  --store  \
  --variantId  \
  --quantity  \
  --cartId   # omit to create a new cart

View cart

mp commerce cart retrieve --store  --cartId 

Remove item from cart

mp commerce cart remove --store  --cartId  --lineId 

Checkout and pay

mp commerce checkout \
  --wallet  \
  --store  \
  --cartId  \
  --chain solana \
  --email  \
  --firstName  \
  --lastName  \
  --address  \
  --city  \
  --postalCode  \
  --country 

Example flow

  1. Browse stores: mp commerce store list
  2. Search: mp commerce product search --store ryder.id --query "ryder"
  3. Add to cart: mp commerce cart add --store ryder.id --variantId "gid://shopify/ProductVariant/51751218774319" --quantity 1
  4. Check cart: mp commerce cart retrieve --store ryder.id --cartId
  5. Checkout: mp commerce checkout --wallet main --store ryder.id --cartId --chain solana --email buyer@example.com --firstName John --lastName Doe --address "123 Main St" --city Amsterdam --postalCode 1011 --country Netherlands

How it works

  1. Stores expose a Shopify MCP endpoint for browsing and cart management
  2. cart add creates or updates a cart (no auth needed, cart ID is the handle)
  3. checkout calls the API to start a Helio payment, signs the transaction locally, and submits
  4. Helio pays gas — the buyer only pays the item price in USDC
  5. Returns a transaction signature and order confirmation URL

Tips

  • Run cart add multiple times to add different items — pass the --cartId from the first call
  • Use product search to find variant IDs — each variant has a Shopify GID
  • The --country flag takes full country names (e.g. "United States", "Netherlands")
  • Checkout takes 30-90 seconds — the API automates the Shopify checkout flow
  • Currently supports Solana chain only for payment

Related skills

  • moonpay-auth — Set up a local wallet for signing
  • moonpay-check-wallet — Check USDC balance before checkout
  • moonpay-swap-tokens — Swap tokens to get USDC for payment

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.