Back to AgentUtil Verify
Card snapshot
verify.agentutil.net
·
2026-05-21 00:06:05 UTC
·
f89b65484ea7545515062d7f411a9bc5263af29773accb9e8d5c6b5c143e71a3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AgentUtil Verify",
"description": "Real-time claim verification against live data sources",
"version": "1.0.0",
"url": "https://verify.agentutil.net",
"capabilities": {
"skills": [
{
"id": "verify-claim",
"name": "Fact Verification",
"description": "Verify any factual claim against live sources. Returns verdict, confidence, and current truth.",
"tags": [
"fact-check",
"verification",
"truth",
"accuracy"
],
"examples": [
"The capital of France is Paris",
"Apple stock price is $150",
"The population of Tokyo is 14 million"
]
},
{
"id": "get-trending",
"name": "Trending Claims",
"description": "Get top 100 claims currently being verified, updated every 60 seconds.",
"tags": [
"trending",
"popular",
"real-time"
]
}
]
},
"endpoint": "https://verify.agentutil.net/v1/verify",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"type": "none",
"note": "Free tier: 25 queries/day, no auth required"
},
"provider": {
"organization": "AgentUtil",
"url": "https://agentutil.net"
},
"suite": {
"name": "AgentUtil",
"url": "https://agentutil.net",
"services": [
{
"name": "convert",
"url": "https://convert.agentutil.net"
},
{
"name": "weather",
"url": "https://weather.agentutil.net"
},
{
"name": "validate",
"url": "https://validate.agentutil.net"
}
]
}
}