mirrored listing x402 eip155:8453

Return a compact agent-readiness score for OpenAPI or MCP input

Return a compact agent-readiness score for OpenAPI or MCP input.

Do you run agentspec-one.vercel.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-12
updated

Provider

agentspec-one.vercel.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xe682Dc3c6B79c1C87Dfd17E5e25b1a07834B9f5D",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "spec": {
            "info": {
              "title": "Mini API",
              "version": "1.0.0"
            },
            "openapi": "3.1.0",
            "paths": {
              "/ping": {
                "get": {
                  "operationId": "ping",
                  "responses": {
                    "200": {
                      "content": {
                        "application/json": {
                          "example": {
                            "ok": true
                          },
                          "schema": {
                            "type": "object"
                          }
                        }
                      },
                      "description": "pong"
                    }
                  },
                  "summary": "Ping service"
                }
              }
            }
          }
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "grade": "A",
          "recommendationCount": 2,
          "riskCount": 0,
          "score": 93,
          "type": "openapi"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "headers": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {},
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agentspec-one.vercel.app/score/agent-readiness"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agentspec-one.vercel.app/score/agent-readiness");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agentspec-one.vercel.app/score/agent-readiness")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/15178.json, and this resource appears in /discovery/resources and /discovery/search.