x402 List

x402 Protocol Service Directory

Package Evidence

Data

Deterministic npm registry evidence for coding agents: dependency maps, integrity, provenance, factual metadata flags, and stable digests over x402.

Pay from $0.003 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-07-23 · $0.02 all-time · settled via payAI

BASE URL https://packages.melchiorlabs.com WEBSITE https://packages.melchiorlabs.com ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
1126ms
avg response
571ms
total checks
24
compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.003 (p31 in Data)
price (min)
$0.003
category percentile (min)
p31 in Data
endpoints / prices
1 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
9d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-07-18

Identity facts, not a risk score.

traction $0.02 30d · 1 buyers
volume 30d
$0.02
buyers 30d
1
settlements 30d
1
first settlement
2026-07-23
last settlement
2026-07-26
top buyer share
45% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0.02
settlements all-time
1
median settlement 30d
$0.01
max settlement 30d
$0.03
settled via
payAI

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with Melchior Video Context, Melchior Video Context, Recompete Radar.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides npm package evidence including registry facts, distribution integrity, provenance, and factual flags

category
package-evidence
in
body
npmpackage-evidenceregistryprovenancesecurity

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /v1/npm/evidence $0.003 Base/Solana USDC
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/npm/evidence returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://packages.melchiorlabs.com/v1/npm/evidence'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x174fA5CC0E9C170FC8f361a15fcce3d9271Df880",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 30
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9DqUuG8FVAPKWMNSLHQUfod1FhWZ47igMNz6muKrZDfu",
        "amount": "3000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 30
      }
    ],
    "resource": {
      "url": "https://packages.melchiorlabs.com/v1/npm/evidence",
      "tags": [
        "npm",
        "packages",
        "dependencies",
        "provenance",
        "coding-agents"
      ],
      "iconUrl": "https://packages.melchiorlabs.com/icon.svg",
      "mimeType": "application/json",
      "description": "Deterministic npm package evidence: registry facts, distribution integrity, provenance, and factual flags for coding agents.",
      "serviceName": "Package Evidence"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "package": "@x402/core",
              "version": "latest"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "flags": [
                "provenance_attestation_missing"
              ],
              "digests": {
                "input": "…",
                "result": "…"
              },
              "license": "MIT",
              "requestId": "89416332-bc4e-43da-b0e2-32af08677d9e",
              "limitations": [
                "This report states public npm registry facts only; it does not certify that the package is safe, trustworthy, maintained, or free of vulnerabilities."
              ],
              "distribution": {
                "integrity": "sha512-…",
                "attestationUrl": null,
                "signatureCount": 1
              },
              "repositoryUrl": "git+https://github.com/example/example.git",
              "resolvedVersion": "2.19.0"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "package"
                  ],
                  "properties": {
                    "package": {
                      "type": "string",
                      "maxLength": 214,
                      "description": "Public npm package name, scoped or unscoped, lowercase."
                    },
                    "version": {
                      "type": "string",
                      "default": "latest",
                      "maxLength": 64,
                      "description": "Exact semver or dist-tag."
                    },
                    "nodeVersion": {
                      "type": "string",
                      "maxLength": 64,
                      "description": "Exact stable semver; enables the node_engine_mismatch flag."
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/package-evidence/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-28 · uptime 100.0% · 515ms avg07-2807-28
30d UPTIME 100%
RESPONSE TIME
07-28 · 515ms avg07-28 · 515ms avg07-2807-28
AVG RESP 509ms
PRICE (captured 402, USD)
building price history ($0.003)
SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
07-23 · $0.0607-24 · $0.0107-25 · $0.0107-26 · $0.00peak $0.0607-2307-26

Shared payout address (3 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 4 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-23 · 2 buyers07-24 · 1 buyer07-25 · 1 buyer07-26 · 1 buyerpeak 2 buyers07-2307-26

Shared payout address (3 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 4 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

14/14 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) · click to expand
TIME STATUS RESP
● OK 521ms
● OK 282ms
● OK 103ms
● OK 237ms
● OK 229ms
● OK 117ms
● SLOW 933ms
● SLOW 808ms
● OK 173ms
● OK 219ms
● OK 77ms
● SLOW 788ms
● OK 597ms
● OK 279ms
● OK 432ms
● SLOW 807ms
● OK 733ms
● OK 707ms

EMBED THIS BADGE

Show that Package Evidence is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Package Evidence listed on x402-list
status
Package Evidence uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/package-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/package-evidence.svg" alt="Package Evidence listed on x402-list" height="28">
</a>
// Markdown
[![Package Evidence on x402-list](https://x402-list.com/badge/package-evidence.svg)](https://x402-list.com/services/package-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/package-evidence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/package-evidence.svg?data=uptime" alt="Package Evidence uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]