x402 List

x402 Protocol Service Directory

Herramientas Cobrables

Verification PAYMENT-READY

payment-ready until 2026-08-20

Small deterministic pay-per-use services for AI agents: JSON contract validation, business margin and break-even calculations, and public stock quotes. Payments settle with x402 v2 using USDC on Base.

Pay from $0.01 to $0.25 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-03 · no on-chain settlement recorded yet

BASE URL https://herramientas-cobrables.consultoressasic.chatgpt.site WEBSITE https://herramientas-cobrables.consultoressasic.chatgpt.site ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-03 MONITORED SINCE 2026-08-03

ASSESSMENT

updated 6h 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
3334ms
avg response
898ms
total checks
904

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 to $0.25 (p31 in Verification)
price (min)
$0.01
price (max)
$0.25
category percentile (min)
p31 in Verification
category percentile (max)
p69 in Verification
endpoints / prices
3 / 3
model
tiered
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
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

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

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/paid/json-validate $0.01 Base USDC header
GET /api/paid/margin-calculator $0.25 Base USDC header
GET /api/paid/stock-quote $0.05 Base USDC header
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/paid/json-validate returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://herramientas-cobrables.consultoressasic.chatgpt.site/api/paid/json-validate'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x77d42Af2c6C5ad5F005dA0aC527c43f202CE8F7a",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://herramientas-cobrables.consultoressasic.chatgpt.site/api/paid/json-validate",
      "mimeType": "application/json",
      "description": "Validate a JSON document and report missing required fields."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "json": "{\"name\":\"Ada\"}",
              "required": "name,email"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "result": {
                "valid": false,
                "fields": [
                  "name"
                ],
                "missing": [
                  "email"
                ],
                "isObject": true
              },
              "chargedUsd": "0.010000",
              "transactionHash": "0x..."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input",
            "output"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "json"
                  ],
                  "properties": {
                    "json": {
                      "type": "string",
                      "maxLength": 50000,
                      "minLength": 2
                    },
                    "required": {
                      "type": "string",
                      "maxLength": 500
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type",
                "example"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "json"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "ok",
                    "result"
                  ],
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "result": {
                      "type": "object"
                    },
                    "chargedUsd": {
                      "type": "string"
                    },
                    "transactionHash": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x77d42Af2c6C5ad5F005dA0aC527c43f202CE8F7a",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://herramientas-cobrables.consultoressasic.chatgpt.site/api/paid/margin-calculator",
      "mimeType": "application/json",
      "description": "Calculate gross margin, net margin, and break-even point from business totals."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "units": "100",
              "revenue": "1000",
              "fixed_costs": "300",
              "variable_costs": "400"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "inputs": {
                "units": 100,
                "revenue": 1000,
                "fixedCosts": 300,
                "variableCosts": 400
              },
              "result": {
                "netProfit": 300,
                "grossProfit": 600,
                "netMarginPct": 30,
                "breakEvenUnits": 50,
                "grossMarginPct": 60,
                "breakEvenRevenue": 500
              },
              "chargedUsd": "0.250000",
              "transactionHash": "0x..."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input",
            "output"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "revenue",
                    "variable_costs",
                    "fixed_costs",
                    "units"
                  ],
                  "properties": {
                    "units": {
                      "type": "string",
                      "pattern": "^[1-9]\\d*$"
                    },
                    "revenue": {
                      "type": "string",
                      "pattern": "^\\d+(?:\\.\\d+)?$"
                    },
                    "fixed_costs": {
                      "type": "string",
                      "pattern": "^\\d+(?:\\.\\d+)?$"
                    },
                    "variable_costs": {
                      "type": "string",
                      "pattern": "^\\d+(?:\\.\\d+)?$"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type",
                "example"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "json"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "ok",
                    "inputs",
                    "result"
                  ],
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "inputs": {
                      "type": "object"
                    },
                    "result": {
                      "type": "object"
                    },
                    "chargedUsd": {
                      "type": "string"
                    },
                    "transactionHash": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x77d42Af2c6C5ad5F005dA0aC527c43f202CE8F7a",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://herramientas-cobrables.consultoressasic.chatgpt.site/api/paid/stock-quote",
      "mimeType": "application/json",
      "description": "Return a current public market quote for one stock symbol."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "symbol": "AAPL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "price": 200,
              "change": 1,
              "source": "public market data",
              "symbol": "AAPL",
              "currency": "USD",
              "exchange": "NMS",
              "changePct": 0.5025,
              "chargedUsd": "0.050000",
              "observedAt": "2026-01-01T00:00:00.000Z",
              "previousClose": 199,
              "transactionHash": "0x..."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input",
            "output"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "symbol"
                  ],
                  "properties": {
                    "symbol": {
                      "type": "string",
                      "pattern": "^[A-Z0-9.^=-]{1,12}$"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type",
                "example"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "json"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "ok",
                    "source",
                    "symbol",
                    "price"
                  ],
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "price": {
                      "type": "number"
                    },
                    "change": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "source": {
                      "type": "string"
                    },
                    "symbol": {
                      "type": "string"
                    },
                    "changePct": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "chargedUsd": {
                      "type": "string"
                    },
                    "observedAt": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "format": "date-time"
                    },
                    "previousClose": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "transactionHash": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 7d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/herramientas-cobrables/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
08-07 · uptime 100.0% · 1091ms avg08-08 · uptime 100.0% · 701ms avg08-09 · uptime 100.0% · 646ms avg08-10 · uptime 100.0% · 964ms avg08-11 · uptime 100.0% · 635ms avg08-12 · uptime 100.0% · 681ms avg08-13 · uptime 100.0% · 919ms avg08-0708-13
7d UPTIME 100%
RESPONSE TIME
08-07 · 1091ms avg08-07 · 1091ms avg08-08 · 701ms avg08-08 · 701ms avg08-09 · 646ms avg08-09 · 646ms avg08-10 · 964ms avg08-10 · 964ms avg08-11 · 635ms avg08-11 · 635ms avg08-12 · 681ms avg08-12 · 681ms avg08-13 · 919ms avg08-13 · 919ms avg08-0708-13
AVG RESP 898ms
PRICE (captured 402, USD)
08-06 · $0.0508-13 · $0.05$0.0508-0608-13

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-0608-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-03 · last up 2026-08-13

  • 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) live · click to expand
TIME STATUS RESP CAUSE
● OK 664ms
● OK 649ms
● OK 822ms
● OK 722ms
● OK 366ms
● OK 863ms
● OK 791ms
● SLOW 3340ms
● OK 835ms
● OK 785ms
● OK 1018ms
● OK 258ms
● OK 931ms
● OK 385ms
● OK 767ms
● OK 604ms
● OK 687ms
● OK 769ms

EMBED THIS BADGE

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

Herramientas Cobrables listed on x402-list
status
Herramientas Cobrables uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/herramientas-cobrables?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/herramientas-cobrables.svg" alt="Herramientas Cobrables listed on x402-list" height="28">
</a>
// Markdown
[![Herramientas Cobrables on x402-list](https://x402-list.com/badge/herramientas-cobrables.svg)](https://x402-list.com/services/herramientas-cobrables?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/herramientas-cobrables?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/herramientas-cobrables.svg?data=uptime" alt="Herramientas Cobrables 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/herramientas-cobrables/update.