Loomal Pay · Powered by x402

Get paid for your
MCP server.

Sellers wrap any HTTP or MCP handler in five lines and get paid in USDC per call. Agents get an Identity — wallet, inbox, vault, calendar — in one curl.

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