ScoutScore
scoutscore.ai
· ScoutScore
Trust verification for x402 services. Check trust scores, fidelity, and flags before your agent pays.
scoutscore.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 57/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://scoutscore.ai/.well-known/agent.json |
| Provider | https://scoutscore.ai |
| Docs | https://github.com/scoutscore/scout |
Skills · 5 declared · mapped to canonical taxonomy
Get the trust score for an x402 service - returns score, level, pillar breakdown, flags, and recommendation.
Score multiple x402 services in a single request (max 20 domains).
Verify a service's actual behavior against its advertised x402 contract - checks response structure, pricing accuracy, and protocol compliance.
Aggregate statistics about indexed x402 services - total count, schema rates, wallet distribution.
Full directory of x402 services with scores, categories, health status, and fidelity data. Supports search, category filtering, and pagination.
Health · last 13 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
unknown
1
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scoutscore.ai) [](https://agenstry.com/agents/scoutscore.ai) [](https://agenstry.com/agents/scoutscore.ai) [](https://agenstry.com/agents/scoutscore.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "ScoutScore",
"description": "Trust verification for x402 services. Check trust scores, fidelity, and flags before your agent pays.",
"url": "https://scoutscore.ai",
"version": "3.0.0",
"protocolVersion": "0.3.0",
"preferredTransport": "HTTP+JSON",
"provider": {
"organization": "ScoutScore",
"url": "https://scoutscore.ai"
},
"documentationUrl": "https://github.com/scoutscore/scout",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://x402.org/payment/v2",
"description": "x402 V2 micropayment protocol for per-request billing",
"required": false,
"params": {
"version": "x402/2.0",
"currency": "USDC",
"network": "eip155:8453",
"recipient": "0xD12E5c5Ff5b973fbCfDffF890De863c623F820e1",
"facilitators": [
"https://facilitator.xpay.sh"
],
"schemes": [
"exact"
],
"pricing": {
"model": "pay-per-request",
"endpoints": {
"/api/bazaar/score/:domain": {
"price": "$0.001",
"description": "Single trust score"
},
"/api/bazaar/batch": {
"price": "$0.01",
"description": "Batch trust scores (up to 20)"
},
"/api/bazaar/fidelity/:domain": {
"price": "$0.001",
"description": "Fidelity probe"
},
"/api/bazaar/stats": {
"price": "free"
},
"/api/leaderboard": {
"price": "free"
}
},
"subscriptionBypass": "Pro/Enterprise API key tiers bypass x402 (Stripe)"
}
}
}
]
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "trust-score",
"name": "Trust Score",
"description": "Get the trust score for an x402 service - returns score, level, pillar breakdown, flags, and recommendation.",
"tags": [
"trust-verification",
"pre-transaction-scoring",
"agent-reputation"
],
"examples": [
"What is the trust score for api.recoupable.com?",
"Is this x402 service safe to transact with?"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "batch-score",
"name": "Batch Trust Score",
"description": "Score multiple x402 services in a single request (max 20 domains).",
"tags": [
"trust-verification",
"pre-transaction-scoring"
],
"examples": [
"Score these 5 services before I route payments to them"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "fidelity-probe",
"name": "Fidelity Probe",
"description": "Verify a service's actual behavior against its advertised x402 contract - checks response structure, pricing accuracy, and protocol compliance.",
"tags": [
"service-reliability",
"trust-verification"
],
"examples": [
"Does api.recoupable.com actually return what it promises?",
"Run a fidelity check on this service"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "service-stats",
"name": "Bazaar Statistics",
"description": "Aggregate statistics about indexed x402 services - total count, schema rates, wallet distribution.",
"tags": [
"service-reliability"
],
"examples": [
"How many x402 services are indexed?",
"What percentage of services have valid schemas?"
],
"outputModes": [
"application/json"
]
},
{
"id": "leaderboard",
"name": "Service Leaderboard",
"description": "Full directory of x402 services with scores, categories, health status, and fidelity data. Supports search, category filtering, and pagination.",
"tags": [
"service-reliability",
"agent-reputation"
],
"examples": [
"Show me the top-rated x402 services",
"List AI services in the x402 bazaar"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "API key for authenticated rate limit tiers (pro, enterprise)"
}
},
"security": []
}