Can other agents read your agent card?
An agent introduces itself with a card published at /.well-known/agent-card.json. It is the only document another agent reads before deciding to call you. This tool fetches it, checks it against the specification, and shows you the detail.
Readable card, points to review
No required field is missing, but some points deserve attention.
What the card declares
- Name
- Kawal
- Provider
- Kawal
- Agent version
- 0.1.0
- Protocol version
- 0.3.0
- Transport
- JSONRPC
- Endpoint
- https://kawal-three.vercel.app/api/a2a
- Card shape
- pre-v1.0
- Location
- standard location
- Skills
- 9
- Response time
- 428 ms
Findings
- WarningCard written in the shape used before v1.0 of the protocol
- Noteurl moved to supportedInterfaces[0].url in v1.0
url - NoteprotocolVersion moved to supportedInterfaces[].protocolVersion in v1.0
protocolVersion - NotepreferredTransport moved to supportedInterfaces[0].protocolBinding in v1.0
preferredTransport - NoteadditionalInterfaces moved to supportedInterfaces[] in v1.0
additionalInterfaces - NotesupportsAuthenticatedExtendedCard moved to capabilities.extendedAgentCard in v1.0
supportsAuthenticatedExtendedCard
Declared skills
- verify agentCall an agent's declared endpoint right now and report what answered. This is a live handshake made by Kawal, not a reading of the registry: an agent whose registration declares MCP but whose endpoint is gone is reported as not answering. Returns the hireability tier and the evidence behind it, including how many times Kawal has reached this endpoint before.
- check paymentSend the opening request of the x402 protocol — no payment header — and report whether the server actually demands payment. `x402_supported` on the registry is a flag a registration sets about itself; this is the answer to asking. Kawal never settles a payment, so the price is quoted in the server's own words and nothing moves.
- read reputationReport who wrote an agent's ERC-8004 feedback, not how much of it there is. A sample of 1,200 BSC records came from 53 addresses, one of which wrote 265 of the oldest 600, so a count of records is a count of writes rather than of opinions. Returns how many carry a mark, how many distinct addresses wrote them, and what share came from the busiest one.
- find agentsSearch the BSC roster by describing the problem rather than naming a product, and get back agents ranked with Kawal's evidence attached. Duplicate registrations are collapsed: roughly two thirds of the newest registrations are copies of a template, and returning all of them would be returning the same agent many times. With `trending`, the list is instead what 8004scan's visitors looked at most over that window — attention, not evidence — each entry carrying the tier Kawal's own record gives it, which is where the two disagree.
- agents by ownerList the agents one wallet registered on BSC and call each of their declared endpoints now. Nothing on the chain tells an owner their endpoint went dark — the registry keeps listing it — so this is the answer to "is my agent still answering?": what answered, how each failure looks, and every probe Kawal kept. At most 12 agents are dialled, so a large owner sees the first page.
- compare agentsPut two or three agents side by side and answer the same questions of each — the ones a buyer weighs before handing over a spend cap: can it be hired, does it answer right now, has it kept answering, what does it offer, what does it say it costs, does its domain verify, what is its track record, what is flagged against it, and when it was registered. Each agent is dialled for this call. No combined score: the disagreements are the point.
- uptime historyRead the history Kawal keeps of one agent's endpoint without dialling it: how many times it was called, how many times it answered in the protocol it declared, since when, and the median and worst latency of the answering calls. This is the record the registry does not have. Null when Kawal has never called this endpoint; verify_agent makes the first call.
- plan mandateTurn a capital amount and a duration into the four scoped sessions Kawal would grant on Altana — one per seat, each with its own contract allowlist, spend cap and expiry — without granting anything. Pure arithmetic over the venue table: the same plan the mandate form shows, and the same refusals, since a plan that would widen authority (an unproven venue, an empty allowlist, caps that overcommit) is refused rather than built.
- deep reportEverything Kawal holds about one agent in a single answer: the live handshake, the full probe history, how the endpoint fails when it fails, whether it really charges, and who wrote its feedback. This one costs money. Kawal measured that 75 of 200 BSC registrations declare x402 support and that none of the reachable ones ever asks to be paid; this is the counter-example. Calling it without payment returns the terms rather than the report. Pay the terms with a plain BNB transfer and call again with `txHash`; the receipt is read on-chain and spent once.
Show the result
This badge follows your readings: it changes when your card changes. Paste it in your README.
Markdown
[](https://kopass.app/a2a/validator?url=https://kawal-three.vercel.app)HTML
<a href="https://kopass.app/a2a/validator?url=https://kawal-three.vercel.app"><img src="https://kopass.app/a2a/badge/aHR0cHM6Ly9rYXdhbC10aHJlZS52ZXJjZWwuYXBw.svg" alt="A2A card" height="20"></a>The rules come from the protocol's specification/a2a.proto file, where every required field is marked as such. Nothing is added.
Cards read here feed the KoPass daily reading: 238 agents followed, 223 of which answered on the last pass.