Loomal - Monetize any MCP server in 5 minutes with no % skim.

by
Loomal lets you charge for what you sell online — API calls, tools, digital products, or your whole store. One line of code (or a Shopify/WooCommerce plugin) adds an agent-ready paywall: AI agents pay you in USDC, settled in about 2 seconds, and you keep 100% of your revenue — no percentage cut, ever. Free to start, no card; flat monthly plans as you grow. Every paid listing appears on the Loomal Index, where agents discover and pay. Launch offer: first 500 sellers get 1,000 transactions free.

Add a comment

Replies

Best

👏Congrats love this direction. we sell fine-tuned code generation weights. the only thing holding me back from listing is ensuring data compliance since the agent is paying autonomously via a wallet qq. how do we handle digital VAT or generation of a traditional receipt for their human manager's tax purposes?

   Thanks! And great question — you've hit on one of the genuinely unsolved parts of agentic commerce, so I'll be straight with you 😄

Receipts: every payment settles on-chain, so there's already a permanent, verifiable record — seller, amount, timestamp, tx hash. What we don't have yet is a clean human-friendly receipt on top of that (the thing you'd hand an accountant). That's coming very soon — it's high on the roadmap because we know autonomous payments are useless to a business if the finance team can't reconcile them.


VAT is the harder one. Today, tax liability sits with the entities on both ends — the agent is just the payment mechanism, like a corporate card with automation. So you'd handle VAT like any cross-border digital sale. Full tax handling is a Merchant-of-Record problem, and I won't pretend we solve that today.

   Jumping in on the VAT half because this is my old world. I spent years selling compliance software to finance teams, so I've sat through more VAT conversations than I'd like to admit 😅

Rajesh is right that we're not a Merchant of Record and I won't pretend otherwise. But Priya, practically speaking: your accountant would treat an agent paying your API the same as a customer paying with a corporate card. It's a cross-border digital sale like any other, and honestly the on-chain record gives them more to work with than a card statement ever does.

The human-friendly receipt is coming precisely because finance teams are the ones who unblock sellers like you. Since you're exactly who it's for, what would that receipt need to show for your accountant to be happy? Genuinely asking.

honestly this looks pretty slick, the no percentage cut thing is huge. one thing though, would be great if there was a built in way to set usage tiers or rate limits per agent, so you could throttle heavy users automatically without having to monitor it yourself. would make scaling way less stressful.

 Thanks — and fair point, this is a real gap. Today you set pricing per endpoint, but throttling per agent is on you. We already identify every paying agent per transaction, so per-agent limits and tiers are very buildable — adding it to the roadmap.

Quick question back: hard cutoffs (429 past a limit), or price-based throttling where heavy users just pay more per call? Curious which you'd actually want.

Love seeing infrastructure being built around the agent economy.

Curious....what kinds of MCP servers are seeing the most traction so far?

 The categories getting the most interest so far: data/search APIs (agents pay per lookup), scraping and enrichment tools, and document processing — the pattern is bursty, mid-task consumption, which is where subscriptions never made sense. Anything an agent needs unpredictably, 40 calls at a time.

Too early to declare a winner from our volume alone — we launched the new model this month.

Haha this framing of giving an agent its own identity instead of duct taping it onto a human's is a clean way to describe a problem that's been quietly obvious for a while (agents running on borrowed Gmail passwords and unscoped API keys with no audit trail).

Wondering if an agent's vault or inbox gets compromised, is there a way to revoke just that agent's identity without breaking every other agent sharing the same account?

 You've actually wandered into our sister product 😄 Loomal handles the payments side; the identity/inbox/vault layer you're describing is Mailgent () — same team, built to work together.

To answer directly: yes, that's the whole point of giving each agent its own identity instead of a shared account. Every agent gets its own DID and its own Ed25519 keypair — nothing is shared. So if one agent's vault or inbox is compromised, you revoke that agent's identity and keys, and every other agent keeps running untouched. No blast radius, and the audit trail shows exactly what the compromised agent did before revocation.

That's exactly the failure mode of the "borrowed Gmail password" setup — one leak takes down everything and you can't even tell what happened.

Happy to go deeper on the Mailgent side if useful, but didn't want to hijack the Loomal thread 😅 On the Loomal side: agents pay under scoped spend mandates, so a compromised agent can't drain a wallet either — you revoke the mandate and it's done.

   Exactly this. Loomal’s role is to make the commercial side just as scoped as the identity side. Each agent gets its own spend mandate, limits, and revocable access, so a compromise stays contained instead of exposing the whole account or wallet.

The broader principle is simple: agents should have their own identity, permissions, and budget—not borrow a human’s credentials!

Congrats on the launch! Making MCP monetization simple is a great idea. As more agents rely on MCP servers, how are you thinking about reliability when a server changes behavior or returns unexpected responses?

 Per-call pricing is the first line of defense. A server that changes behavior or degrades burns an agent for cents, not a monthly subscription — the agent just stops paying and routes elsewhere. Bad servers lose revenue immediately.

We don't validate responses or SLA-check servers today. Longer term, the Index builds machine-readable reputation from settled transactions — uptime, consistency, repeat-purchase rate. Reviews that can't be faked, because they're actual paid usage.

   Adding to Rajesh's point — the deeper answer is that reliability becomes visible for the first time. Today an agent picking an MCP server is flying blind: a README and hope. Once every call is a settled transaction, the market data does the policing — which servers get repeat purchases, which get abandoned after one call. We see that across the whole Index, not just one buyer's experience.

And honestly, this question is why we think payment and discovery have to be one layer, not two products. Reputation you can't fake has to be built on money that actually moved.

Congrats. The one-line integration is probably what caught my attention first. Adoption usually comes down to reducing setup friction.

 Thank you! That’s exactly what we’re aiming for—making adoption feel effortless. The one-line integration removes the usual setup overhead so teams can start seeing value almost immediately. Really appreciate your support!

   Thanks Himani! The insight we kept coming back to: friction isn't the code, it's the decisions. "One line" only matters because of everything around it we deleted — no payment provider account, no wallet setup, no key management scheme to design, no checkout to build. The line of code was easy; getting the setup down to zero decisions was the actual product work

The Shopify and WooCommerce plugins should help bring non-technical sellers into the agent economy much faster. :)

 Thats why we think the agent economy is going to explode! Native Shopify and WooCommerce integrations should let sellers expose what they already offer to agents without needing to understand APIs, MCP, or crypto infrastructure first.

 This is the part that changes the scale of the whole thing. Developers listing APIs is the beachhead, but the long tail of the agent economy is millions of existing stores where the seller will never read an API doc — and shouldn't have to. A plugin turns "agent-ready" from an engineering project into a checkbox in a dashboard they already use.

The day an agent can buy from a regular WooCommerce store as easily as from a purpose-built API, it stops being a developer economy and starts being the economy

no % skim plus 2 second settlement is a real edge over the platform fee model. what stops a misconfigured agent from retrying a failed call and paying you multiple times for the same request, is idempotency on the caller side or yours?

 Loomal verifies each signed payment authorization and returns a signed receipt after settlement. We’re also designing the retry flow so a failed request doesn’t accidentally result in duplicate charges, but we don’t want to overstate the current guarantees around idempotency yet. For now, callers should use sensible retry and request-deduplication logic.

 Great question — the replay safety is protocol-level, so neither side has to be careful 😄

Every payment is a single-use signed authorization — once it settles, it's spent. A misconfigured agent retrying the same request just re-sends the same authorization, and it simply can't settle twice. And if the call fails before settlement, no money moved at all.


Where we go beyond vanilla x402: we verify before we ever settle (amount and recipient must match what was actually signed), and every settled call gets a signed receipt — so both sides have cryptographic proof of exactly what was paid, once. Stock x402 gives you the rail; we added the paper trail.

 single-use signed authorization answers it cleanly, that's the right place to put the guarantee. is the signature check happening on your server or is settlement itself the check, ie could a forged replay ever get far enough to hit your infra before failing?

 Both, in layers — and a forged replay dies well before any money moves.


The order: our server first parses the payload and checks it against what should have been signed (amount and recipient must match the challenge we issued). Then the signature itself is verified — statelessly, before settlement — including that the authorization is unused and inside its validity window. Only after that passes do we settle, and the chain is the final arbiter: a spent authorization simply can't execute twice, even if every layer above had a bug.

So yes, a forged replay technically "hits our infra" in the sense that we receive the HTTP request — but it gets rejected at the cheapest possible layer, stateless and pre-settlement. Nothing on-chain, nothing metered, nothing signed. Settlement isn't the check; it's the backstop behind the checks.

good stuff! from the buyers' perspective: if my AI agent makes a mistake, how do I prove what it did and who authorized it? or there's no chance?

 There's a chance — it's actually two layers.

On Loomal: every payment produces a signed receipt — which agent paid, which endpoint, amount, timestamp. So for transactions, the record exists by default.

"What did it do and who authorized it" beyond payments is an identity problem, and it's exactly why we built (launched here last week): each agent gets its own cryptographic identity, actions are signed against it, and permissions are scoped — so you can show which agent did what, under whose authority, with proof.

 There's very much a chance — this is honestly the whole reason we glued identity to payments.

Every agent on Loomal has its own verifiable identity with its own keys — it's never "someone with the company card," it's that specific agent. Every payment it makes settles on-chain (public tx) and comes with a signed receipt binding the agent, the recipient, the amount, and the exact resource it paid for.


So when your agent does something dumb, you can reconstruct the whole story: which agent, what it paid, to whom, for what, and when — and verify every signature independently, without trusting us. You scope what each agent is allowed to do up front, and the receipts prove what it actually did.


Blaming the intern has never been this cryptographically rigorous.

Congrats on the launch! This is incredibly cool. I'm building my own personal agents as a hobby (openclaw calendar trackers, productivity managers etc.) and always thought the next step is agents having their own wallet and being able to transact with each other.

One particular hobby project I'm working on now is an android headunit agent that reads your car OBD data and keeps logs and alerts you when critical codes appear. It'd be so cool if the agent could schedule mechanic appointments and even pre pay for them according to the specific fault code that appears. Definitely will experiment with the SDK!

 This is exactly the kind of thing we daydreamed about while building. The OBD agent is a great example because it's the full loop: detect fault, find service, pay, all with zero human in the mood to deal with it 😄

The honest gap you'll hit: your agent can pay today, but the mechanic side needs an agent-payable endpoint too. That's the chicken and egg the Index exists to solve. Even a simple booking API with a deposit endpoint would make your demo work end to end.

Please do experiment with the SDK, and when the headunit agent makes its first payment, I want to see the video. You're in the founding 500 if you list anything. What's your stack on the agent side?