Agent Verification API
agent-verification-api-325572559480.us-central1.run.app
· nexus-mcp-infra
Confirms an AI agent/service is who it claims to be: cross-signal domain verification fused with a real agent-card fetch and a real MCP handshake.
agent-verification-api-325572559480.us-central1.run.app 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.
Dispute or improve this rating
F
Conformance score: 25/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 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. 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-08-23 00:05:51 current | 8d385903eff4… |
view → |
Endpoints
Skills · 1 declared · mapped to canonical taxonomy
Confirm an AI agent/service is who it claims to be, fusing domain existence verification with agent-card and MCP-handshake evidence.
Health · last 1 probes
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/agent-verification-api-325572559480.us-central1.run.app) [](https://agenstry.com/agents/agent-verification-api-325572559480.us-central1.run.app) [](https://agenstry.com/agents/agent-verification-api-325572559480.us-central1.run.app) [](https://agenstry.com/agents/agent-verification-api-325572559480.us-central1.run.app)
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": "Agent Verification API",
"description": "Confirms an AI agent/service is who it claims to be: cross-signal domain verification fused with a real agent-card fetch and a real MCP handshake.",
"url": "https://agent-verification-api-325572559480.us-central1.run.app",
"version": "1.0.0",
"documentationUrl": "https://agent-verification-api-325572559480.us-central1.run.app/docs",
"provider": {
"organization": "nexus-mcp-infra",
"url": "https://github.com/nexus-mcp-infra"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"additionalInterfaces": [
{
"url": "https://agent-verification-api-325572559480.us-central1.run.app/mcp",
"transport": "MCP"
}
],
"skills": [
{
"id": "nexus_agent_verification_api_verify_agent_identity",
"name": "Verify Agent Identity",
"description": "Confirm an AI agent/service is who it claims to be, fusing domain existence verification with agent-card and MCP-handshake evidence.",
"tags": [
"agent-identity",
"verification",
"anti-hallucination",
"trust"
]
}
],
"metadata": {
"protocol_note": "This service implements the Model Context Protocol (MCP) at /mcp, not A2A's own task methods. POST /verify-agent-identity is charged $0.35 via x402 (Base Sepolia TESTNET, not real funds) -- higher than a simple metadata-extraction call because each request does real paid WHOIS spend plus 5-6 real outbound checks (WHOIS, Certificate Transparency, Wayback Machine, DNS, agent-card fetch, MCP handshake), not one. The MCP tool is currently free -- see README. Payment settles BEFORE verification runs, at the ASGI middleware layer ahead of request validation: a call is charged even if it returns a non-VERIFIED verdict, and even if it 400s (invalid domain / agent_endpoint_url rejected by the SSRF guard) or 422s (malformed body)."
}
}