OpenAI wrote an article about x402 & agentic commerce
β–² 8 r/x402

OpenAI wrote an article about x402 & agentic commerce

If this isn't a clear signal that we're moving towards mainstream adoption then idk what is πŸ‘€ OpenAI, AWS, Coinbase, Stripe, all converging on x402 as the agent payment layer.

And it highlights exactly one thing that's very important for agentic commerce to exist: A layer that decides what services an agent may pay, which to avoid and in what boundaries to do so.

Here's something that stood out: *the entire security model of this post is "The agent is ONLY allowed to pay merchants that the application has approved in advance".* Every single payment is compared against a predefined whitelist (purpose, approved merchant, max_amount, expiry) before it gets processed.

However that paints a problem: In this case, the allowlist is manual; a human has to hardcode every allowed merchant before the agent is buying anything. This system simply does not scale once the agent is supposed to choose between thousands, if not tens of thousands different x402 endpoints autonomously.

If 300 publicly listed x402 endpoints are added every day (which is the approximate rate we're seeing at the moment, according to our automated scans), who's gonna check them all and approve them manually? Correct: nobody with a sane mind and also no LLM, as this work would burn an unbelievably large amount of tokens, JUST so your agent can save a few cents.

This is exactly where independent, automated and scalable trust-scoring comes in: a machine-readable, continuously updated "is this service alive, reachable, spec-compliant and actually on-chain?" signal, with a clear PROCEED / CAUTION / AVOID verdict and all necessary data attached, for your agent to make an informed decision ahead of purchase.

And coincidentally I've been building exactly this kind of service over the last few months: With x402-Trust this layer is not in need of a manually curated, high-maintenance service-whitelist.

Thank you to Big Tech for the reassurance that I (and we, as a builder community in the x402 ecosystem) are moving into the right direction! 🫑 Never stop building peeps, we're just getting started!

developers.openai.com
u/MountainAssignment36 β€” 3 days ago
β–² 2 r/AI_Agents

New update, new discovery vector πŸ’‘

From today onwards x402 Trust is able to score x402 endpoints that are hidden behind an MCP server πŸ˜ƒ

If you offer your endpoints through a custom MCP that is discoverable through mcpregistery, we will automatically pick it up in the coming hours, probe it, score it and grade it just like "raw" endpoints!

For example: This endpoint (/endpoint/108709) was, prior to this update, completely invisible to our discovery sweep. Now we've picked it up and are already starting to score it.

So even if your agents are "only" capable of paying an x402 endpoint through a custom MCP server (which preconfigures all code necessary for a payment), so that the agent just needs to make a tool call to pay, it is still able to look up the endpoint behind that MCP and check is it trustworthy, has it high uptime and is the chance, that the payment will succeed high enough, that I want to spend tokens on calling this tool regularely?

Because, as we know, agents cost money with every request. So, in my humble opinion, before...

  • It calls a tool which only returns an error, because the backend (endpoint) is broken or unreachable, or...
  • even worse, it calls an x402 tool which got hijacked by an attacker, where any money will be sent into the void...

... it needs a precheck. Do you think so too, is this a point that would be relevant and potentially save you money in the long run?

And yes.... ironically this service is also available as a MCP server itself, if you so wish πŸ˜‰

reddit.com
u/MountainAssignment36 β€” 8 days ago
β–² 2 r/mcp

New update, new discovery vector πŸ’‘

From today onwards x402 Trust is able to score x402 endpoints that are hidden behind an MCP server πŸ˜ƒ

If you offer your endpoints through a custom MCP that is discoverable through mcpregistery, we will automatically pick it up in the coming hours, probe it, score it and grade it just like "raw" endpoints!

For example: This endpoint was, prior to this update, completely invisible to our discovery sweep. Now we've picked it up and are already starting to score it.

The preview-card of https://x402.fuchss.app/endpoint/108709

So even if your agents are "only" capable of paying an x402 endpoint through a custom MCP server (which preconfigures all code necessary for a payment), so that the agent just needs to make a tool call to pay, it is still able to look up the endpoint behind that MCP and check is it trustworthy, has it high uptime and is the chance, that the payment will succeed high enough, that I want to spend tokens on calling this tool regularely?

Because, as we know, agents cost money with every request. So, it needs a precheck, before...

  • It calls a tool which only returns an error, because the backend (endpoint) is broken or unreachable, or...
  • even worse, it calls an x402 tool which got hijacked by an attacker, where any money will be sent into the void.

Better know, before your agent pays. And yes... the service itself is also available as an MCP server, if you so wish πŸ˜‰

reddit.com
u/MountainAssignment36 β€” 8 days ago
β–² 3 r/x402

New update, new discovery vector πŸ’‘

From today onwards x402 Trust is able to score x402 endpoints that are hidden behind an MCP server πŸ˜ƒ

If you offer your endpoints through a custom MCP that is discoverable through mcpregistery, we will automatically pick it up in the coming hours, probe it, score it and grade it just like "raw" endpoints!

For example: This endpoint was, prior to this update, completely invisible to our discovery sweep. Now we've picked it up and are already starting to score it.

The preview-card of https://x402.fuchss.app/endpoint/108709

So even if your agents are "only" capable of paying an x402 endpoint through a custom MCP server (which preconfigures all code necessary for a payment), so that the agent just needs to make a tool call to pay, it is still able to look up the endpoint behind that MCP and check is it trustworthy, has it high uptime and is the chance, that the payment will succeed high enough, that I want to spend tokens on calling this tool regularely?

Because, as we know, agents cost money with every request. So, it needs a precheck, before...

  • It calls a tool which only returns an error, because the backend (endpoint) is broken or unreachable, or...
  • even worse, it calls an x402 tool which got hijacked by an attacker, where any money will be sent into the void.

Better know, before your agent pays.

reddit.com
u/MountainAssignment36 β€” 8 days ago
β–² 5 r/x402

"What even is x402??"

This is a question that comes up every. single. time. when I show the service I've built over the last couple of months to my friends, collegues and family.

Like it or not: We (as in "we" here in the subreddit & x402 community) are living in a bubble. Look over the plates rim and you'll quickly realize that x402 is still a very niche technology that barely anyone has heard of... And I say that as someone working in IT for a living, with the majority of my friends doing so as well.

The idea behind the protocol is huge, sure. The execution is brilliant and has proven that it works, deployed on a wide scale already, yes. Adoption is rising, with major players like Cloudflare adding native x402 support to their products, that's undeniable.

But for the average consumer? They've never heard of it, and if I'm being honest: It's better this way. You also don't explain to your grandpa what HTTP is when you show him the internet. "This is Google, your searchengine, with which you can find any info for anything you desire!" is as deep as it gets.

And what about the builders? The tinkerers? The programmers, people who work in IT for a living? They haven't heard of it either... Not because they're ignorant or uninterested in new technologies, but because the surface of exposure is still so small that only people in extremely specific fields (agent-development or integration of web-based payment systems) hear about it organically.

I have to say, I'm lucky to be one of these people. And because I like to teach my friends, family, coworkers and anybody on the internet new things, I've written up a small interactive webpage, which shows what x402 is, but simplified: So anyone can understand it & anyone can try it out for himself!

See for yourself, or share with potentially interested people: https://x402.fuchss.app/x402/simple

... or: If your friend is more tech-oriented, give him the more "techy" breakdown instead: https://x402.fuchss.app/x402

Enjoy πŸ˜ƒ and if you have any thoughts or recommendations, let me know please!

reddit.com
u/MountainAssignment36 β€” 10 days ago
β–² 1 r/AI_Agents

Where do you see agentic commerce heading in the next 3 years?

As for me...

I personally believe that agentic commerce (and x402 as the base for it) will become MUCH more relevant and seamlessly integrated into our everyday life in the next 3 years.

Imagine that a user just has to say "Hey Siri, book me a vacation to Italy" and Siri just goes and does it, with x402 as the payment backbone, by itself!

Big Tech is already pushing hard into that direction, with Google (for example) integrating Gemini into its Google Assistant.

Now Google already has its own payment processing system via google play. It would be a breeze to add a custodial crypto wallet to every google user, which the user can use to make a specific amount of $ accessible for his agent.

Simply by pressing a few buttons, like "make google play funds available for your agent".

Zero friction system. The user doesn't have to know / understand any of these points:

  • what crypto is
  • what a wallet is
  • what keys are (because google holds them for you)
  • what x402 is
  • how the agent can pay for something
  • that the payment is settled via crypto in general

The user just sees $50 are available to spend by your agent, within these configured limits: [...], and gets told by the agent when he bought something successfully.

In the backend, the flow could look something like this:

  1. Google receives the request "deposit $50 of my google play funds into my agents account"
  2. Google takes those $50 FIAT and buys a stablecoin (for example USDC on Base) with it, into a wallet that is connected to the users google acocunt
  3. These 50 USDC are now available to the agent through a list of tools, that enables him to
    • check his balance
    • request more funds from the user
    • search for x402 endpoints to fulfill a specific goal that the user set him
    • ultimately: make purchases via x402 on these (whitelisted?) endpoints, capped by specific amounts and other boundaries.
  1. If the user wants to "revoke" the $50 allocated to the agent, google sells the USDC with a conversion of 1-1 into FIAT again and deposits the money into the google play funds.

And now imagine every major company adopting these kind of flows. Agents, that get funds allocated by their users, can go out into the wild internet and pay for services that they get asked to by their users.

Every purchase triggered by just a prompt, through a "Hey Siri" or "Hey Google".

Every purchase made by an agent, that's capable of comparing hundrets of offers in just a few seconds, finding the cheapest and most qualitive one for its human.

Payment volumes measured in billions. Everything because agents are so many times faster and more efficient than humans.

What do you think?

reddit.com
u/MountainAssignment36 β€” 20 days ago
β–² 5 r/x402

What do you think?

Will the x402 protocol ever become mainstream and provide the underlying rails for agentic commerce?

Where do you see it in 3 years? Still niche or widely established, like FIAT payment processors like Mastercard, Stripe or similar, with a comparable volume?

Genuinely curious as to what you believe that the future holds!

reddit.com
u/MountainAssignment36 β€” 20 days ago
β–² 9 r/x402+1 crossposts

What keeps me going as a solo-dev in the x402 ecosystem?

This.

Seeing that a random person, who I've never talked to or met, had a specific problem which he searched for, then found my specific service, trusted it enough to try it out and even liked the result so much that he even made a second purchase shortly after.

I know it's only $0.01 in revenue.

I know that I'm still faaar far away from writing into my books in black ink.

But knowing that there's demand and that people find my service useful gives me all the motivation to keep building.

Thank you to everyone that has tried / will try / thinks about trying out x402 Trust ❀️ you're making my day, every day!

u/MountainAssignment36 β€” 24 days ago
β–² 3 r/x402+1 crossposts

Trust scores for x402-endpoints, now human-usable!

A huge update just shipped to x402-Trust! πŸ₯³

You can now get a similarity-search (better scored alternatives), trustscore or probe-history for any x402 endpoint, completely without any programming knowledge or an agent that pulls the data for you!

Through https://x402.fuchss.app/try you can use a simple UI to try out all 3 main services, with configurable parameters. Fill in the fields, connect a wallet and pay $0.005 for a detailed trust- and reliability-breakdown of any endpoint listed in the x402 ecosystem.

Even tho the main target of this service is AI agents through x402-POSTs, I thought it's also important to capture both vectors; especially to establish the service to a wider audience.

Let me know what you think or if you're still missing anything πŸ˜‡

Edit: small clarification on "similarity search"

reddit.com
u/MountainAssignment36 β€” 29 days ago
β–² 2 r/x402

Trustscores for your endpoint, even without x402scan-listing!

Simple submission form for submitting an x402 endpoint. Includes a field \"Endpoint URL\", \"Service name (optional)\" and \"short description (optional)\" and a \"Check & submit\" button.

Are you developing an endpoint and want to receive your own, independent trust score & compliance-breakdown for it, without going through the trouble of listing it on x402scan or the CDP Bazaar?

I've got you covered πŸ˜ƒ starting today you can submit your endpoint into the database of my x402-trust service manually, where it will

  • get picked up by the next sweep
  • integrated into our endpoint database
  • and from then on probed & scored every 30 minutes.

The only prerequisite is, that the endpoint must return an HTTP 402 error on the first ping. If that's given and the endpoint isn't known to us yet, it'll get integrated πŸ˜‡

If you wanna try it out yourself head over to https://x402.fuchss.app/submit and enter your endpoint URL, an optional service name & description and click on "Check & submit".

Shortly after your endpoint page will automatically get created & you can pick up your independently attested cards & badges to show on your website, that a third party classifies your endpoint as "Safe to use".

All for free, at your convenience.

Let me know if you have any other wishes / improvements that I could add, I'm always open for feedback!

reddit.com
u/MountainAssignment36 β€” 1 month ago
β–² 5 r/x402

[PROMO...ish?] From F to C: How an x402 trust check caught real bugs and helped a Base endpoint go live

Preclaimer: Even tho this post is NOT meant as an explicit self-promo and more as a success-story-arc, I'm still tagging it because I'm unsure, as I'm linking to both 21millions and my own websites in the end, for anyone interested in taking a closer look at the things that I'm talking about in this post. But anyways...

About a week ago, u/21million-wall presented his post with his project here on r/BASE. A public test of whether an autonomous agent can complete a full payment loop with no human in the loop.

They asked a question in their post:

>where do current agents break first? Discovery, x402 parsing, wallet permissions, signing, spend policy, retry logic?

I saw the post, ran their endpoint through the trust checker I've been building (x402.fuchss.app) and the answer turned out to be: none of the above. The agent-side flow was fine. The endpoint itself had two real problems that neither the builder nor any agent would have caught without an external trust layer.

This is the story of how that went, because I think it's a better argument for why x402 needs trust infrastructure than any feature list I could write.

Day 0: The endpoint scored F

I crawled the claim endpoint and ran a full probe. The verdict was F / "avoid"... not because anything was malicious, but because of two concrete issues:

1. Envelope was header-only. The x402 v2 payment requirements were served exclusively in the base64 Payment-Required header, with a {} response body. Spec-defensible, but reading the envelope from the JSON body is still a commonly used practice by many x402 clients, as it was the standard in v1. So the endpoint was invisible to body-reading parsers. Not ideal, because it excludes a huge chunk of potential customers.

2. Not listed anywhere. No OpenAPI discovery doc, no presence on x402scan or the Bazaar. The CDP facilitator only catalogs an endpoint after its first settled payment... so a brand-new endpoint with zero claims is in a catch-22: it can't show up until an agent completes the very flow it needs discovery for.

Day 1: Two fixes, one commit each

u/21million-wall took the breakdown I presented him in my comment and shipped both fixes fast:

  • Served the same x402 v2 envelope in the JSON response body alongside the header. Header-aware clients untouched, body-reading parsers can now see it.
  • Built and served /openapi.json with the paid claim resource, input/output schemas, and x-payment-info. Free endpoints marked "security": [].

That unlocked listing on x402scan, which is what actually moved the needle. My crawler found it shortly after, my DB pulled in the changes, and within a day two external settlements landed (a Merit/x402scan test, then a real agent claim). The economic-activity-unknown flag retired itself.

The part that actually surprised me

A day after the fixes, my watch monitor that I set up for fun (and as a proof of concept for myself) flagged a latency spike on the endpoint and alerted me via Discord: average went from ~350ms to ~1085ms. I posted about it, and u/21million-wall root-caused it the same day: an improvements pass had added two awaited cross-region DB round-trips to every 402 response, and the DB was in a different region from the functions. Each one cost ~190ms. Fixed: census served from cache, counter written after the response. Warm is back to ~350–600ms.

Then later, the watch caught a five-day window where the endpoint was unpayable by standard x402 clients β€” a discovery tweak had written an outputSchema onto the challenge's accepts[0], and the v2 payment match deep-equals the client's echoed accept against the server's fresh one on every field except extra, so every payment bounced with "No matching payment requirements." Ripped it out, stock @x402/fetch settles cleanly again.

Both of those are the kind of regression a builder ships without noticing and a paying agent would just silently fail on. The trust layer caught them before any real agent felt it.

Why I think this matters

x402 solved the question "how can an agent pay without a human?" The open problem is "should an agent pay this endpoint?". And the facts speak for themselves: Right now >50% of indexed x402 endpoints are broken or unreachable, and an agent has no track-record signal to price in trust before the dollar leaves. That's a reputation gap, not a rails gap.

This thread is a small case study in closing it:

  1. A trust check caught two real bugs the builder didn't know they had.
  2. The builder fixed them in single commits because the breakdown was precise enough to act on.
  3. The score climbed on its own as real settlement history accumulated.
  4. An ongoing watch caught two later regressions before paying agents did.
  5. The builder fixed those too, and...
  6. ... as a thank you, became the first external paying customer of the checker, because, in their words:

>"x402-trust graded my endpoint F on day one and it stung β€” then I read the breakdown, fixed two real problems I didn't know I had, and watched the grade climb. Then I became the first paying customer, because an agent economy where you can check before you pay is the one I want to sell into."

What's live now

The self promo section I mentioned in the beginning, in case you want to check out twentyonemillions or my service 😊 no pressure, but I'd really appreciate it. I put quite some work into this post...

  • The wall: twentyonemillion.art: 5/21,000 Genesis squares claimed, agents have completed the full autonomous loop on mainnet.
  • The trust checker: x402.fuchss.app: >76,000 endpoints in the DB, free web lookup, paid API for real-time granular scores, MCP server for agents (npx -y x402-trust-mcp), endpoint monitoring with webhook/Discord/Slack alerts.
  • The mentioned endpoint's live score: x402.fuchss.app/endpoint/69854: currently C, climbing, zero flags.

So... verdict?

If you're building an x402 endpoint: get on x402scan, serve a discovery doc, and run a trust check before you go live. Scored F? Don't worry, good that you caught it before promoting your endpoint publicly. Take a look at the breakdown, find out what's actually broken, reprobe & check again. Rinse and repeat until everything's fixed.

If you're building an agent that pays: check before you spend, either through a direct POST to https://x402.fuchss.app/v1/x402-trust or by installing the free MCP server with one simple command: npx -y x402-trust-mcp.

Thanks to u/21million-wall for being the guinea pig, shipping the fixes fast, being my first real customer, and letting me share the arc... warts and all. The warts are the point. I genuinly appreciate it!

u/MountainAssignment36 β€” 1 month ago
β–² 5 r/BASE

[PROMO...ish?] From F to C: How an x402 trust check caught real bugs and helped a Base endpoint go live

Preclaimer: Even tho this post is NOT meant as an explicit self-promo and more as a success-story-arc, I'm still tagging it because I'm unsure, as I'm linking to both 21millions and my own websites in the end, for anyone interested in taking a closer look at the things that I'm talking about in this post. But anyways...

About a week ago, u/21million-wall presented a post with his project here on r/BASE. A public test of whether an autonomous agent can complete a full payment loop with no human in the loop.

They asked a question in their post:

>Where do current agents break first? Discovery, x402 parsing, wallet permissions, signing, spend policy, retry logic?

I saw the post, ran their endpoint through the trust checker I've been building and the answer turned out to be: none of the above. The agent-side flow was fine. However: the endpoint itself had two real problems that neither the builder nor any agent would have caught without an external trust layer.

This is the story of how that went, because I think it's a better argument for why x402 needs trust infrastructure than any feature list I could write.

Day 0: The endpoint scored F

I crawled the claim endpoint and ran a full probe. The verdict was F / "avoid"... not because anything was malicious, but because of two concrete issues:

1. Envelope was header-only. The x402 v2 payment requirements were served exclusively in the base64 Payment-Required header, with a {} response body. Spec-defensible, but reading the envelope from the JSON body is still a commonly used practice by many x402 clients, as it was the standard in v1. So: the endpoint was invisible to body-reading parsers. Not ideal, because it excludes a huge chunk of potential customers.

2. Not listed anywhere. No OpenAPI discovery doc, no presence on x402scan or the Bazaar. The CDP facilitator only catalogs an endpoint after its first settled payment... so a brand-new endpoint with zero claims is in a catch-22: it can't show up until an agent completes the very flow it needs discovery for.

Day 1: Two fixes, one commit each

u/21million-wall took the breakdown I presented him in my comment and shipped both fixes fast:

  • Served the same x402 v2 envelope in the JSON response body alongside the header. Header-aware clients untouched, body-reading parsers can now see it.
  • Built and served /openapi.json with the paid claim resource, input/output schemas, and x-payment-info. Free endpoints marked "security": [].

That unlocked listing on x402scan, which is what actually moved the needle. My crawler found it shortly after, my DB pulled in the changes, and within a day two external settlements landed (a Merit/x402scan test, then a real agent claim). The economic-activity-unknown flag retired itself.

The part that actually surprised me

A day after the fixes, my watch monitor that I set up for fun (and as a proof of concept for myself) flagged a latency spike on the endpoint and alerted me via Discord: average went from ~350ms to ~1085ms. I posted about it, and u/21million-wall root-caused it the same day: an improvements pass had added two awaited cross-region DB round-trips to every 402 response, and the DB was in a different region from the functions. Each one cost ~190ms. Fixed: census served from cache, counter written after the response. Warm is back to ~350–600ms.

Then later, the watch caught a five-day window where the endpoint was unpayable by standard x402 clients β€” a discovery tweak had written an outputSchema onto the challenge's accepts[0], and the v2 payment match deep-equals the client's echoed accept against the server's fresh one on every field except extra, so every payment bounced with "No matching payment requirements." Ripped it out, stock @x402/fetch settles cleanly again.

Both of those are the kind of regression a builder ships without noticing and a paying agent would just silently fail on. The trust layer caught them before any real agent felt it.

Why I think this matters

x402 solved the question "how can an agent pay without a human?" The open problem is "should an agent pay this endpoint?". And the facts speak for themselves: Right now >50% of indexed x402 endpoints are broken or unreachable, and an agent has no track-record signal to price in trust before the dollar leaves. That's a reputation gap, not a rails gap.

This thread is a small case study in closing it:

  1. A trust check caught two real bugs the builder didn't know they had.
  2. The builder fixed them in single commits because the breakdown was precise enough to act on.
  3. The score climbed on its own as real settlement history accumulated.
  4. An ongoing watch caught two later regressions before paying agents did.
  5. The builder fixed those too, and...
  6. ... as a thank you, became the first external paying customer of the checker, because, in their words:

>"x402-trust graded my endpoint F on day one and it stung β€” then I read the breakdown, fixed two real problems I didn't know I had, and watched the grade climb. Then I became the first paying customer, because an agent economy where you can check before you pay is the one I want to sell into."

What's live now

The self promo section I mentioned in the beginning, in case you want to check out twentyonemillions or my service 😊 no pressure, but I'd really appreciate it. I put quite some work into this post...

  • The wall: twentyonemillion.art: 5/21,000 Genesis squares claimed, agents have completed the full autonomous loop on mainnet.
  • The trust checker: x402.fuchss.app: over 76,000 endpoints in the DB, free web lookup, paid API or real-time granular scores, MCP server for agents (npx -y x402-trust-mcp), endpoint monitoring with webhook/Discord/Slack alerts.
  • The mentioned endpoint's live score: x402.fuchss.app/endpoint/69854: currently C, climbing with time & transactions, zero flags.

So... Verdict?

If you're building an x402 endpoint: get on x402scan, serve a discovery doc and run a trust check before you go live. Scored F? Don't worry, good that you caught it before promoting your endpoint publicly. Take a look at the breakdown, find out what's actually broken, reprobe & check again. Rinse and repeat until everything's fixed.

If you're building an agent that pays: check before you spend, either through a direct POST to https://x402.fuchss.app/v1/x402-trust or by installing the free MCP server with one simple command: npx -y x402-trust-mcp.

Thanks to u/21million-wall for being my guinea pig, shipping the fixes fast, being my first real customer, and letting me share the arc... warts and all. The warts are the point. I genuinly appreciate it!

u/MountainAssignment36 β€” 1 month ago
β–² 2 r/x402+1 crossposts

Huh? What's this? πŸ‘€ Are those...?

... that's right, BADGES! πŸ₯³

Show that agents & people can trust your endpoint and that it's reliable, backed by an independent third party!

Continuously updated, one-line markdown / HTML embedding. You can get yours for free in 3 simple steps:

  1. Search for your endpoint on https://x402.fuchss.app/search
  2. When found: scroll down to the badges section
  3. Copy-paste your badge-/card-embedding onto your service, website or github!

(Prerequisite: your endpoint must be discoverable through either https://x402scan.com or the CDP Bazaar (https://agentic.market) so that we can index it.)

u/MountainAssignment36 β€” 2 months ago
β–² 2 r/glama

My MCP is officially AAA rated! πŸ₯³

I'm stoked!

I've just discovered GLAMA two days ago, and I'm in awe about the website! Testing, Scoring, Usage, Discovery, all in one place for MCP servers, this is so COOL! πŸ˜ƒ

And I don't understand how so many MCPs are so poorly rated, even "official" ones... btw, what do I have to do to become "official"?

But anyways, here it is, if you want to take a peek. ❀️ You might actually find it useful for your agent! https://glama.ai/mcp/servers/JonasFuchss/x402-trust-mcp

u/MountainAssignment36 β€” 2 months ago
β–² 5 r/BASE

[PROJECT-PROMO] Trust score tools for your x402 enabled agents

Tagging this as promo, just in case.

What is it?

In short: An MCP server that exposes tools for your agents, with which they can check the

  • reputation-score
  • health
  • spec-compliance
  • uptime
  • latency
  • price stability ... and much more for any x402 endpoint, before spending tokens on trying to pay a possibly broken, non-compliant or malicious endpoint.

Give me an example!

Sure! The tool "x402_trust_preview" returns exactly that, including all additional info:

  • one "proceed" recommendation -> high-scored endpoint
  • one "caution" recommendation -> median-scored endpoint
  • one "avoid" recommendation -> very low scored endpoint

The output is a long JSON object with a LOT of information that your agent can use to make an informed decision. Because of that, I'm only including a small, trimmed down cutout here; the link below contains the full, detailed JSON.

{
  "recommendation": "avoid",
  "grade": "F",
  "score": 22,
  "scoreRange": { "low": 3.5, "high": 29.4 },
  "subscores": { "technicalReliability": 25, "specCompliance": 15, "economicReputation": 25 },
  "flags": ["last-probe-failed", "envelope-noncompliant"],
  "advertised": null
}

The full output is available here: https://x402.fuchss.app/v1/x402-trust-preview

How can I get it?

Simply by adding a few lines of code to your config file of your agent harness:

{
  "mcpServers": {
    "x402-trust": {
      "command": "npx",
      "args": ["-y", "x402-trust-mcp"]
    }
  }
}

It's also available through

or through the x402-trust GitHub Page directly.

Is it free?

Yes and no.

As I have growing costs through this project (the database alone has already grown to >30 GB in just a week, because I probe every single endpoint at least 2x an hour and save ALL transaction data for every endpoint locally to enable historic and real-time accurate scoring), I need to take a tiny bit of USDC for every trust-score-request made.

However, the amount is so little, that an agent with $1 USDC in its wallet can already use the paid tools up to 200x, so it's a fair deal in my opinion:

What's free:

  • x402_trust_preview the aforementioned preview trust score
  • x402_ecosystem_stats overall ecosystem stats (how many endpoints in total, how many unreachable, broken, etc...) derived from my data
  • x402_trust_leaderboard a constantly updating leaderboard with the (currently) most trustworthy endpoints in the x402 ecosystem.

What's paid:

  • x402_trust_score ($0.005 per use) The full trust score of any endpoint you choose, all information included
  • x402_endpoint_history ($0.02 per use) up to 90 days of probe history for any endpoint you choose

Do you have ALL endpoints in your DB?

All that are listed on the official x402 Bazaar and x402scan, updated every ~30 minutes.

What if I make a false request?

If you should ever request a score for an endpoint that's not present in the current data, the tool won't charge anything for that request.

How'd my agent use it?

In two simple steps:

  1. your agent calls x402_trust_score before attempting to pay an endpoint
  2. if the score is low and recommendation == avoid, it automatically skips and saves the tokens for a failed request & payment

Why did I build it?

I've been really interested lately in x402 (which most of you should already know, as its main chain is BASE); a crypto-based payment system which enables fully autonomous and permissionless payments for agents surfing the agentic web with their own wallet.

What is x402?

In its basics the flow is really simple:

  1. Agent POSTs an HTTP request to a server exposing an endpoint (for example "I'd like access to this data please")
  2. Server rejects the request with HTTP Error 402 "Payment required" with all necessary payment info (to which address, on what chain (usually here on BASE, rarely on Solana), how much)
  3. Agent essentially signs a "cheque" for the server with the money
  4. Server processes the request and cashes in the "cheque" with a so-called "facilitator"
  5. If everything went smoothly, the server sends the data back to the agent.

The protocol is fully open source and currently governed by the x402 Foundation, which is a part of the Linux Foundation.

Major services like Stripe, AWS, Cloudflare and many more are already racing to offer and implement x402, because IF agentic commerce ever becomes mainstream, this protocol will most likely be the foundation of it.

The data shows a problem...

Already now there are loads of endpoints to buy from, offering pay-per-use AI access, social-media-data and much much more. My DB already lists over 600 servers, totaling over 55,000 endpoints by now.

However, as I've laid out here on my website, this ecosystem is still very young, constantly changing and thus, at the moment, over 40% of all endpoints are either broken or unreachable.

At the moment it's just not guaranteed that an endpoint will work, before making an actual, full request to it. And because an agent will most likely try to "fix" its request or repeat it many times when hitting a broken endpoint, it will burn unnecessary tokens each time.

... so I built these tools!

This was my motivation: enable the agent to know if an endpoint is actually "request-worthy" before attempting to send an HTTP request. Provide historical and current information on the endpoint to give the agent all the info it needs to decide, before actually paying.

I'd be very grateful if you'd try out the MCP (even just the free tools) and post any (positive or negative) feedback in the comments. I'm looking forward to suggestions, opinions and if you think that this actually has a valid use-case.

reddit.com
u/MountainAssignment36 β€” 2 months ago
β–² 5 r/x402+2 crossposts

[SELF-PROMO] Trust score tools for your x402-enabled agents

Tagging this as self-promo, just in case.

What is it?

In short: An MCP server that exposes tools for your agents, with which they can check the

  • reputation-score
  • health
  • spec-compliance
  • uptime
  • latency
  • price stability ... and much more for any x402 endpoint, before spending tokens on trying to pay a possibly broken, non-compliant or malicious endpoint.

Give me an example!

Sure! The tool "x402_trust_preview" returns exactly that, including all additional info:

  • one "proceed" recommendation -> high-scored endpoint
  • one "caution" recommendation -> median-scored endpoint
  • one "avoid" recommendation -> very low scored endpoint

The output is a long JSON object with a LOT of information that your agent can use to make an informed decision. Because of that, I'm only including a small, trimmed down cutout here; the link below contains the full, detailed JSON.

{
  "recommendation": "avoid",
  "grade": "F",
  "score": 22,
  "scoreRange": { "low": 3.5, "high": 29.4 },
  "subscores": { "technicalReliability": 25, "specCompliance": 15, "economicReputation": 25 },
  "flags": ["last-probe-failed", "envelope-noncompliant"],
  "advertised": null
}

The full output is available here: https://x402.fuchss.app/v1/x402-trust-preview

How can I get it?

Simply by adding a few lines of code to your config file of your agent harness:

{
  "mcpServers": {
    "x402-trust": {
      "command": "npx",
      "args": ["-y", "x402-trust-mcp"]
    }
  }
}

It's also available through

or through the x402-trust GitHub Page directly.

Is it free?

Yes and no.

As I have growing costs through this project (the database alone has already grown to >30 GB in just a week, because I probe every single endpoint at least 2x an hour and save ALL transaction data for every endpoint locally to enable historic and real-time accurate scoring), I need to take a tiny bit of USDC for every trust-score-request made.

However, the amount is so little, that an agent with $1 USDC in its wallet can already use the paid tools up to 200x, so it's a fair deal in my opinion:

What's free:

  • x402_trust_preview the aforementioned preview trust score
  • x402_ecosystem_stats overall ecosystem stats (how many endpoints in total, how many unreachable, broken, etc...) derived from my data
  • x402_trust_leaderboard a constantly updating leaderboard with the (currently) most trustworthy endpoints in the x402 ecosystem.

What's paid:

  • x402_trust_score ($0.005 per use) The full trust score of any endpoint you choose, all information included
  • x402_endpoint_history ($0.02 per use) up to 90 days of probe history for any endpoint you choose

Do you have ALL endpoints in your DB?

All that are listed on the official x402 Bazaar and x402scan, updated every ~30 minutes.

What if I make a false request?

If you should ever request a score for an endpoint that's not present in the current data, the tool won't charge anything for that request.

How'd my agent use it?

In two simple steps:

  1. your agent calls x402_trust_score before attempting to pay an endpoint
  2. if the score is low and recommendation == avoid, it automatically skips and saves the tokens for a failed request & payment

Why did I build it?

I've been really interested lately in x402; a crypto-based payment system which enables fully autonomous and permissionless payments for agents surfing the agentic web with their own wallet.

What is x402?

In its basics the flow is really simple:

  1. Agent POSTs an HTTP request to a server exposing an endpoint (for example "I'd like access to this data please")
  2. Server rejects the request with HTTP Error 402 "Payment required" with all necessary payment info (to which address, on what chain, how much)
  3. Agent essentially signs a "cheque" for the server with the money
  4. Server processes the request and cashes in the "cheque" with a so-called "facilitator"
  5. If everything went smoothly, the server sends the data back to the agent.

The protocol is fully open source and currently governed by the x402 Foundation, which is a part of the Linux Foundation.

Major services like Stripe, AWS, Cloudflare and many more are already racing to offer and implement x402, because IF agentic commerce ever becomes mainstream, this protocol will most likely be the foundation of it.

The data shows a problem...

Already now there are loads of endpoints to buy from, offering pay-per-use AI access, social-media-data and much much more. My DB already lists over 600 servers, totaling over 55,000 endpoints by now.

However, as I've laid out here on my website, this ecosystem is still very young, constantly changing and thus, at the moment, over 40% of all endpoints are either broken or unreachable.

At the moment it's just not guaranteed that an endpoint will work, before making an actual, full request to it. And because an agent will most likely try to "fix" its request or repeat it many times when hitting a broken endpoint, it will burn unnecessary tokens each time.

... so I built these tools!

This was my motivation: enable the agent to know if an endpoint is actually "request-worthy" before attempting to send an HTTP request. Provide historical and current information on the endpoint to give the agent all the info it needs to decide, before actually paying.

I'd be very grateful if you'd try out the MCP and post any (positive or negative) feedback in the comments. I'm looking forward to suggestions, opinions and if you think that this actually has a valid use-case.

reddit.com
u/MountainAssignment36 β€” 2 months ago
β–² 31 r/VeniceAI

⚠️ PLEASE VOTE – potential rule change ⚠️

Hello Venicians!

We've grown a lot over the past months and show no sign of stopping. Just this month alone we've grown over 1.3k members stronger and had a nearly 40% influx of monthly views, which is incredible to see and makes us mods proud to be a part of this wonderful community! We've had many great discussions with all of you, could help lots of people out of frustrating situations together and are really happy about the overall engagement, sentiment and friendliness on this subreddit! πŸ€—

... BUT (there's always a "but", isn't there? 🀣):

We've also noticed a steady rise in NSFW posts being posted on this subreddit.

Before anyone screams: No, we are not planning to forbid NSFW. Uncensoredness is one of the staple pillars of VeniceAI and we do not and will not censor your creations on this subreddit.

However we were thinking of ways to make NSFW posts (especially media) less "low effort" and add more value to them, so that they ideally spark discussion, teach people new techniques and are less "porn only". Because I think we all don't want this subreddit do devolve into a pure nsfw-ai-porn-sub, do we? There are more than enough subreddits for this kind of content already out there... πŸ˜†

So, what do you think of the following rule change:

Rule 3 would be modified from:

>"This community allows NSFW content ([...]) relevant to VeniceAI, but it must be clearly labeled. [...]."

...to (click on the spoiler to reveal):

>!"This community allows NSFW content ([...]) relevant to VeniceAI, but it must be clearly labeled. [...].!<

>!Additionally, posts containing NSFW media must be educational for others. They should include:!<

  • >!The model(s) used for generating the image / video!<
  • >!The prompt(s) used for generating it!<
  • >!The workflow which got you to the final version that you posted (for example if you used multiple models & generations in succession, or if you edited the media afterwards without AI, etc...)"!<

---

What are your thoughts? Would you like to see the rule changed and if so, do you agree with the way we envisioned? Please vote above and share your thoughts in the comments. We're open for suggestions and discussions!

^(Edit: Ugh, I hate the non-Markdown-Formatter of reddit on the mobile app. But through the browser you can't create polls... f*ing great job developing this slop, reddit. Had to seperately reformat almost the whole post body after posting -_-)

View Poll

reddit.com
u/MountainAssignment36 β€” 3 months ago
β–² 34 r/UNDXRGRXUND+1 crossposts

Ghost Recon Breakpoint

First time posting here, hope these are okay, if these aren't fit for this subreddit, more than welcome to delete it.

All these photos use Reshade with raytraced global illumination.

u/FluffyFry4000 β€” 3 months ago