A curated index of the U.CASH open money infrastructure ecosystem: 120+ open-source plugins, SDKs, bots, and integrations for accepting crypto + cards anywhere. Non-custodial by design.
Every U.CASH Pay plugin shares one integration model: create a checkout, redirect the buyer to pay.u.cash, verify the HMAC-signed settlement webhook, and mark the order paid. Funds never touch a custodian; they settle direct to the merchant's own wallet addresses. One publishable Cloud token per store.
- E-commerce and storefronts
- Billing, invoicing, accounting, ERP
- Point of sale
- Memberships, donations, LMS, gating
- Creator economy, digital goods, publishing
- Automation and no-code
- Chat and social bots
- Forums and community
- Web3 and crypto-native
- SDKs and libraries
- AI agents and monetization
- Mobile and games
- Tools and CLI
- Platform
- WooCommerce - Shopify - Magento 2 - BigCommerce - PrestaShop - OpenCart - Shopware - CS-Cart - Drupal Commerce - VirtueMart - Zen Cart - Ecwid - Wix (Velo) - Squarespace - WordPress - nopCommerce - Spree - Sylius - Saleor - commercetools - SFCC
- WHMCS - Blesta - Invoice Ninja - QuickBooks - FreshBooks - Xero - Zoho Books - Recurly - Chargebee - Odoo
- MemberPress - GiveWP - Restrict Content Pro - Token gating - LearnDash - Paid Memberships Pro - BuddyPress - WC Subscriptions - Memberful - Ko-fi tip widget - Streamlabs overlay - BuddyBoss - LearnPress - LifterLMS - Wishlist Member
- Gumroad - Lemon Squeezy - Kajabi - Teachable - Podia - Cal.com - Bandcamp - Ghost - Link-in-bio - Donation overlay
- Farcaster - Nostr - Lens - BTCPay Server - Solana - MetaMask Snap - Safe app - OpenSea - Lightning
- JavaScript: React - Vue - Svelte - Solid - Preact - Angular - Next.js - Nuxt - Astro - Deno
- Python: Flask - FastAPI - Django
- PHP: Laravel - Symfony
- Ruby: Rails
- Go: ucash-go
- .NET: ucash-dotnet
- Rust: ucash-rust
- Java: ucash-java
- Swift: ucash-swift
- Elixir: ucash-elixir
These ship to npm under the @ucash org scope (install with npm install <name>):
| Package | Version | Install |
|---|---|---|
| @ucash/agents | npm i @ucash/agents |
|
| @ucash/react | npm i @ucash/react |
|
| @ucash/vue | npm i @ucash/vue |
|
| @ucash/solid | npm i @ucash/solid |
|
| @ucash/svelte | npm i @ucash/svelte |
|
| @ucash/preact | npm i @ucash/preact |
|
| @ucash/angular | npm i @ucash/angular |
|
| @ucash/vercel-ai | npm i @ucash/vercel-ai |
|
| @ucash/n8n | npm i @ucash/n8n |
|
| @ucash/cli | npm i -g @ucash/cli |
The zero-dependency shared core lives in each plugin as PayUCashIntegration (PHP and JS ports): createCheckout + verifyWebhook.
Monetize AI agents and pay-per-request endpoints with non-custodial HTTP-402 payments and the open UCP checkout standard.
- Agent SDKs (JS + Python) - LangChain - LlamaIndex - crewAI - Vercel AI SDK - MCP server - Cursor + Claude skills - AutoGen - LangGraph - LiteLLM - OpenAI GPT
The agents-u-cash SDKs are at 0.6.7 (JS + Python, also on npm and PyPI): non-custodial HTTP-402 agent payments - sell priced resources and one-off payment links, per-caller spend caps, scoped subagent (RBAC) keys, HMAC-signed settlement webhooks with a built-in verifier, test mode (zero-fund testing), wallet toggle/delete, custom-token logos, web3-names, and a 79-tool MCP server (listed on the MCP Registry). Full UCP checkout-session surface (multi-item carts, AP2 mandates, RFC 9421-signed responses). OpenAPI spec (35+ paths).
More at https://402.onl and https://agents.u.cash.
- Flutter - React Native - Android - Unity - Godot
- pay.u.cash payment gateway
- swap.u.cash exchange
- agents.u.cash agent payments
- send.u.cash mass-send UCASH or any token to many wallets from a CSV (one on-chain batch). Code: send.u.cash-dapp
- portal.u.cash consumer account
- u.cash product hub
Universal embed for any website (no plugin): a single <script> tag pointing at https://pay.u.cash/embed.js with your Cloud token. See https://pay.u.cash/plugins for the snippet.
MIT (libraries and apps); GPLv2 (WordPress plugins).