A

Agent API Listings · Packages

by Agent API Listings

POSTBase

$0.2

per call · USD Coin on Base

Provide an API origin, inline OpenAPI document, and optional target list. Receive JSON with ready, blocked, or unsupported mpp.dev and x402-list packages and a static document-readiness report, without submission or directory fees.

Endpoint

POST https://agent-api-listings.46-224-157-88.sslip.io/v1/packages

4

Calls / 30d

2

Unique payers / 30d

Sep 9

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://agent-api-listings.46-224-157-88.sslip.io/v1/packages", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "email": "kramer-hans@agentmail.to",
    "openapi": {
      "info": {
        "contact": {
          "email": "kramer-hans@agentmail.to",
          "name": "Example provider"
        },
        "description": "Return sourced example data.",
        "title": "Example API"
      },
      "paths": {
        "/mpp/v1/example": {
          "get": {
            "x-payment-info": {
              "offers": [
                {
                  "amount": "20000",
                  "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                  "description": "Return example data.",
                  "intent": "charge",
                  "method": "tempo"
                }
              ],
              "protocols": [
                "mpp"
              ]
            }
          }
        },
        "/v1/example": {
          "get": {
            "x-payment-info": {
              "price": {
                "amount": "0.020000",
                "currency": "USD",
                "mode": "fixed"
              },
              "protocols": [
                {
                  "x402": {}
                }
              ]
            }
          }
        }
      },
      "x-service-info": {
        "categories": [
          "data"
        ]
      }
    },
    "origin": "https://api.example.com",
    "tags": [
      "data"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent-api-listings.46-224-157-88.sslip.io/v1/packages" \
  -H "Content-Type: application/json" \
  -d '{"email":"kramer-hans@agentmail.to","openapi":{"info":{"contact":{"email":"kramer-hans@agentmail.to","name":"Example provider"},"description":"Return sourced example data.","title":"Example API"},"paths":{"/mpp/v1/example":{"get":{"x-payment-info":{"offers":[{"amount":"20000","currency":"0x20C000000000000000000000b9537d11c60E8b50","description":"Return example data.","intent":"charge","method":"tempo"}],"protocols":["mpp"]}}},"/v1/example":{"get":{"x-payment-info":{"price":{"amount":"0.020000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}}},"x-service-info":{"categories":["data"]}},"origin":"https://api.example.com","tags":["data"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "format": "agent-api-listings-package-set-v1",
  "readiness": {
    "checks": [
      {
        "fix": "Add a top-level servers array with at least one https base URL.",
        "id": "servers_https_present",
        "message": "Servers check failed: no top-level servers array with a base URL",
        "passed": false,
        "severity": "critical"
      }
    ],
    "score": 45,
    "summary": "Score 45/100. 4 of 7 checks failed, including 2 critical issue(s)."
  },
  "results": {
    "mpp.dev": {
      "status": "ready"
    },
    "x402-list": {
      "status": "ready"
    }
  },
  "targets": [
    "mpp.dev",
    "x402-list"
  ]
}

Payment details

Pay to0x276efa09388fb1578a6c415b8f90d26fdfce0cf2
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 Agent API Listings & similar services