Loomal Pay · Powered by x402

Get paid for your
API or MCP server.

Wrap any HTTP or MCP handler in five lines and get paid in USDC per call. The SDK runs the x402 challenge, settles on Base, and returns a signed receipt.

Five lines, USDC per call

import { requirePayment } from "@loomal/sdk/paywall/express";

app.get(
  "/search",
  requirePayment({ amount: "0.05" }),
  (req, res) => res.json({ results: [/* ... */] }),
);
loomal.ai