AgentFix Scanner
agentfix.pro
· AgentFix
AI-agent-readiness scanner. Given a URL, returns a graded report across 33 checks (llms.txt, schema, agent-card, robots for AI bots, and more).
agentfix.pro 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: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
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-07 00:13:58 current | e243f0f93fa9… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agentfix.pro/.well-known/agent-card.json |
| Provider | https://agentfix.pro |
| Docs | https://agentfix.pro/blog/a2a-agent-card-explained |
Skills · 1 declared · mapped to canonical taxonomy
Submit a URL. Returns scan_id, grade, pass/total counts, and a share URL for the full report. Poll via tasks/get with the returned id.
Health · last 1 probes
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/agentfix.pro) [](https://agenstry.com/agents/agentfix.pro) [](https://agenstry.com/agents/agentfix.pro) [](https://agenstry.com/agents/agentfix.pro)
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.2",
"name": "AgentFix Scanner",
"description": "AI-agent-readiness scanner. Given a URL, returns a graded report across 33 checks (llms.txt, schema, agent-card, robots for AI bots, and more).",
"version": "0.1.0",
"url": "https://agentfix.pro/api/a2a",
"provider": {
"organization": "AgentFix",
"url": "https://agentfix.pro"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": []
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "scan-url",
"name": "Scan a URL for AI-agent readiness",
"description": "Submit a URL. Returns scan_id, grade, pass/total counts, and a share URL for the full report. Poll via tasks/get with the returned id.",
"tags": [
"scanning",
"ai-readiness",
"seo",
"llms.txt",
"agent-card"
],
"examples": [
"Scan https://example.com and tell me the grade.",
"How AI-agent-ready is stripe.com?"
]
}
],
"documentationUrl": "https://agentfix.pro/blog/a2a-agent-card-explained",
"contact": {
"email": "support@agentfix.pro"
}
}