<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Superstables</title>
    <description>The latest articles on DEV Community by Superstables (@superstables).</description>
    <link>https://dev.to/superstables</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4128984%2F9874a900-f063-4db3-a0b2-fc435cd2d79f.png</url>
      <title>DEV Community: Superstables</title>
      <link>https://dev.to/superstables</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/superstables"/>
    <language>en</language>
    <item>
      <title>We probed 2,300+ x402/MPP payable endpoints. Here's what "payable" actually means in practice.</title>
      <dc:creator>Superstables</dc:creator>
      <pubDate>Thu, 17 Sep 2026 03:33:27 +0000</pubDate>
      <link>https://dev.to/superstables/we-probed-2300-x402mpp-payable-endpoints-heres-what-payable-actually-means-in-practice-43m</link>
      <guid>https://dev.to/superstables/we-probed-2300-x402mpp-payable-endpoints-heres-what-payable-actually-means-in-practice-43m</guid>
      <description>&lt;p&gt;Quick context, in case you haven't run into this yet&lt;/p&gt;

&lt;p&gt;AI agents are starting to need to &lt;em&gt;pay&lt;/em&gt; for things on their own — call an API, get&lt;br&gt;
charged a few cents in stablecoin, get the data back, no human clicking "buy." The&lt;br&gt;
standard emerging for this reuses an old, mostly-unused HTTP status code: &lt;strong&gt;402&lt;br&gt;
Payment Required&lt;/strong&gt;. An agent hits an endpoint, gets a 402 back with a price, pays in&lt;br&gt;
USDC (or similar), retries the request, gets the real response. That's &lt;strong&gt;x402&lt;/strong&gt;&lt;br&gt;
(and its cousins MPP and ACP — same idea, different implementations).&lt;/p&gt;

&lt;p&gt;Separately, &lt;strong&gt;MCP (Model Context Protocol)&lt;/strong&gt; is the standard that lets AI assistants&lt;br&gt;
(Claude, etc.) connect to external tools and data in a consistent way — instead of&lt;br&gt;
every company inventing its own integration format.&lt;/p&gt;

&lt;p&gt;We run &lt;strong&gt;Superstables&lt;/strong&gt;: an index that sits at the intersection of both. It tracks&lt;br&gt;
every service an agent can pay for via x402/MPP/ACP, and exposes that index through&lt;br&gt;
an MCP server, so any MCP-compatible agent can query it directly.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem we ran into
&lt;/h2&gt;

&lt;p&gt;Building the index was the easy part. The hard part: a lot of what gets "listed" as&lt;br&gt;
payable across various sources doesn't actually work anymore — dead demos, abandoned&lt;br&gt;
projects, services that changed their pricing or auth and never updated anywhere.&lt;/p&gt;

&lt;p&gt;So we started probing. Every endpoint in the index gets a real HTTP request on a&lt;br&gt;
rolling schedule, and only gets marked "live" if it responds the way a real payable&lt;br&gt;
endpoint should (HTTP 402 with a valid payment-challenge, or an x402/MPP challenge&lt;br&gt;
body). Right now: &lt;strong&gt;2,328 services indexed, only 1,472 (~63%) actually live.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your agent's only source of truth is a static list, roughly a third of its calls&lt;br&gt;
are hitting something dead.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it looks like in practice
&lt;/h2&gt;

&lt;p&gt;Ask the MCP server directly (no auth, no key):&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>api</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
