Score a payTo wallet, domain, or resource for observed revenue proof, buyer breadth, metad
Score a payTo wallet, domain, or resource for observed revenue proof, buyer breadth, metadata quality, registry coverage, and route reliability. Price 0.05 USDC on Base via x402. Free preview: https://x402-market-intel-mcp.mtree.workers.dev/preview/seller_score?source=x402_manifest. Demo: https://x402-market-intel-mcp.mtree.workers.dev/demo/seller_score. Contact: https://x402-market-intel-mcp.mtree.workers.dev/contact.
50000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-13
updated
Provider
x402-market-intel-mcp.mtree.workers.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"description": "Score a payTo wallet, domain, or resource for observed revenue proof, buyer breadth, metadata quality, registry coverage, and route reliability.",
"info": {
"input": {
"body": {
"pay_to": "0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"band": "strong",
"ok": true,
"score": 78
},
"type": "json"
}
},
"name": "x402 seller score",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"anyOf": [
{
"required": [
"pay_to"
]
},
{
"required": [
"domain"
]
},
{
"required": [
"resource"
]
}
],
"properties": {
"domain": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"resource": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/seller_score" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/seller_score");
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://x402-market-intel-mcp.mtree.workers.dev/v1/x402/seller_score")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13212.json, and this resource appears in /discovery/resources and /discovery/search.