AgentRadar Verify
api.vvpro.ai
· AgentRadar
On-chain meta-trust oracle for the ERC-8004 + x402 agent economy. Aggregates 7 independent trust signals (ERC-8004 identity, ERC-8004 reputation, endpoint health, scam database, metadata fidelity, on-chain risk, manipulation-fingerprint authenticity) into a single 0-100 composite score, and writes EAS attestations on Base mainnet for high-confidence results.
api.vvpro.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.
F
Conformance score: 35/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
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.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-15 12:15:14 current | 4e34d75ee52b… |
view → |
Endpoints
| Agent card | https://api.vvpro.ai/.well-known/agent-card.json |
| Provider | https://vvpro.ai |
| Docs | https://vvpro.ai/docs#mcp |
Health · last 1 probes
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/api.vvpro.ai) [](https://agenstry.com/agents/api.vvpro.ai) [](https://agenstry.com/agents/api.vvpro.ai) [](https://agenstry.com/agents/api.vvpro.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
{
"protocolVersion": "0.3.0",
"name": "AgentRadar Verify",
"description": "On-chain meta-trust oracle for the ERC-8004 + x402 agent economy. Aggregates 7 independent trust signals (ERC-8004 identity, ERC-8004 reputation, endpoint health, scam database, metadata fidelity, on-chain risk, manipulation-fingerprint authenticity) into a single 0-100 composite score, and writes EAS attestations on Base mainnet for high-confidence results.",
"url": "https://api.vvpro.ai",
"preferredTransport": "JSONRPC",
"version": "0.1.3",
"provider": {
"organization": "AgentRadar",
"url": "https://vvpro.ai"
},
"documentationUrl": "https://vvpro.ai/docs#mcp",
"iconUrl": "https://vvpro.ai/icon.png",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "verify_agent",
"name": "Verify agent trust",
"description": "Run the full 6-signal scoring pipeline for an address and return a 0-100 composite score, verdict, and per-signal breakdown.",
"tags": [
"trust",
"verification",
"erc-8004",
"scoring"
],
"examples": [
"Verify 0xC86C848f78717a31b3196284e6dbA18888401231",
"Is this agent safe to transact with?"
]
},
{
"id": "check_scam",
"name": "Scam database check",
"description": "Check an address against the scam wallet database (OFAC SDN, x402 honeypot research, ClawHavoc IOCs, community blacklists, exploit trackers).",
"tags": [
"scam",
"security",
"ofac",
"honeypot"
],
"examples": [
"Is 0xd90e2f925DA726b50C4Ed8D0Fb90Ad053324F31b a known scam?"
]
},
{
"id": "get_score",
"name": "Read cached trust score",
"description": "Free read of the most recent cached trust score for an address.",
"tags": [
"trust",
"score",
"free"
],
"examples": [
"Get the cached AgentRadar score for 0x..."
]
},
{
"id": "explain_score",
"name": "Explain trust score",
"description": "Plain-English LLM explanation of why an address received its trust score.",
"tags": [
"trust",
"explanation",
"ai"
],
"examples": [
"Why is this agent rated RISKY?"
]
},
{
"id": "trust_badge",
"name": "Trust badge SVG",
"description": "Embeddable SVG trust badge for an address (styles: flat, pill, detailed).",
"tags": [
"badge",
"svg",
"embed"
],
"examples": [
"Give me a pill-style trust badge for 0x..."
]
}
],
"pricing": {
"verify": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453"
},
"attest": {
"amount": "5.00",
"currency": "USDC",
"network": "eip155:8453"
},
"score": "free",
"health": "free"
}
}