F

fresh-feeds · MCP Registry Changes

by fresh-feeds

GETBase

$0.02

per call · USD Coin on Base

Delta of the MCP registry since a daily baseline: added, removed, and changed (score/status) servers — the cheap habit endpoint for repeat callers.

Endpoint

GET https://fresh-feeds.foomworks.workers.dev/feeds/mcp-registry/changes

7

Calls / 30d

7

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://fresh-feeds.foomworks.workers.dev/feeds/mcp-registry/changes", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://fresh-feeds.foomworks.workers.dev/feeds/mcp-registry/changes" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "added": [
    {
      "name": "org.example/new-server",
      "score": 6
    }
  ],
  "changed": [
    {
      "after": {
        "score": 7,
        "status": "active"
      },
      "before": {
        "score": 5,
        "status": "active"
      },
      "name": "org.example/server"
    }
  ],
  "counts": {
    "added": 3,
    "changed": 12,
    "removed": 1,
    "total": 1548
  },
  "feed": "mcp-registry",
  "removed": [
    {
      "name": "org.example/old-server",
      "score": 2
    }
  ],
  "since": "2026-06-09",
  "until": "2026-06-10T07:22:52.782Z"
}

Payment details

Pay to0x63347cd326a50696f76cfe4b8ce079d3c8ed3039
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from fresh-feeds & similar services