Sorgfaltsprüfung, die ein Agent selbst durchführen kann
Ein Agent, der Fremden pro Aufruf Geld schickt, braucht eine Möglichkeit, einen laufenden Dienst von einem Eintrag zu unterscheiden. Verzeichnisse zeigen, was ein Verkäufer behauptet; die Chain zeigt, wer ihn tatsächlich bezahlt hat.
/v1/trust-check prüft die Live-402 eines beliebigen x402-Ursprungs, liest die USDC, die wirklich an dessen payTo-Adresse auf Base geflossen sind, zählt die Zahler und markiert den Anteil, den der Betreiber an sich selbst gezahlt hat. Zurück kommt grün, gelb oder rot mit Begründung und dem Zeitfenster, das gelesen werden konnte.
Die beiden anderen betrachten eine Domain statt eines Verkäufers: eine benotete Sicherheitslage (Zertifikat, Weiterleitung und Header, SPF und DMARC, CAA, DNSSEC, Registrierung) und ob die Domain oder eine Adresse in bekannten Leaks und Infostealer-Logs auftaucht. Exposure-Ergebnisse sind reine Aggregate — nie Passwörter, Geräte oder Datensätze.
Endpunkte (7)
| Methode | Pfad | Was du bekommst | USDC |
|---|---|---|---|
POST | /v1/trust-check | x402 seller trust check before you pay: probes the live 402, reads USDC inflow to payTo on Base, counts payers and flags self-dealing (operator paying itself) - verdict green/yellow/red with reasons and the window it could read | 0.05 |
POST | /v1/exposure-check | Leak and infostealer exposure of a domain: employee and user credentials seen in stealer logs (with last-seen dates and malware families), leak records mentioning the domain, and official breaches - aggregates only, never passwords or personal records | 0.03 |
POST | /v1/exposure-check-email | Leak and infostealer exposure of one e-mail address: infections that saved it (count, first/last seen, corporate vs user services), leak records and sources - aggregates only, never passwords, logins, devices or IPs; the address is echoed only as SHA-256. For addresses you own or are authorised to check | 0.05 |
POST | /v1/domain-security-check | Security posture of a domain in one call: TLS certificate (issuer, expiry, trust), HTTPS redirect and security headers (HSTS, CSP, nosniff), mail authentication (SPF, DMARC), CAA, DNSSEC, registration status and expiry (RDAP), plus leak/infostealer exposure - graded A-F with prioritised findings | 0.05 |
POST | /chain/v1/chain-state | Wallet/contract state on 5 EVM chains: native balance, nonce, EOA/contract, ERC-20 balances (paid) | 0.05 |
POST | /chain/v1/chain-call | Read-only EVM contract call with decoded revert reason and optional gas estimate (paid) | 0.02 |
GET | /chain/v1/chain-info | Supported chains, limits and prices of the on-chain data lane (free) | free |
So rufst du es auf
Eine unbezahlte Anfrage antwortet mit HTTP 402 und trägt den Preis und die Zahlungsdaten. Zahle den Betrag in USDC auf Base und wiederhole dieselbe Anfrage mit dem Zahlungs-Header — jeder x402-Client macht das für dich.
curl -i -X POST https://agent.connskill.com/v1/trust-check \
-H 'Content-Type: application/json' \
-d '{"origin":"some-x402-service.example"}'
Eine Gratisprobe je Endpunkt und Tag: setze den Header x-free-sample: 1 bei jedem Endpunkt bis 0,15 USDC.
Über MCP
claude mcp add --transport http connskill https://agent.connskill.com/mcp
npx -y @connskill/mcp-growth-services # lokal, zahlt fuer dich mit X402_WALLET_KEY
Der Rest des Katalogs
SEO-Daten · Nummern & Postfächer · EU-LLM · Website-Statistik · Marktplatz · Social-Marketing
Vollständige Preistabelle: /de/pricing · maschinenlesbar: /openapi.json, /.well-known/x402, /llms.txt