Score and optimize your A2A Agent Cards for discoverability.
A CLI tool and hosted API that tells you exactly why your agent isn't being found — and how to fix it.
Point it at any Agent Card file or URL. Get a scored breakdown and actionable fixes in seconds.
Available on PyPI. Install globally or into a virtual environment. Optional [deep] extra for AI scoring.
$ pip install agentcard-disco
Point at a local file or any public URL. The --deep flag adds AI-powered analysis.
$ agentcard-disco score ./agent-card.json --deep
AI-generated, specific improvement suggestions ranked by impact. Not generic — tailored to your card's actual gaps.
$ agentcard-disco suggest ./agent-card.json
Heuristic scoring runs offline with no keys. AI scoring runs on our servers — just register for a free key.
Runs entirely on your machine. No API key, no network call, no rate limits.
Uses GPT-4o-mini on our hosted server. Your free agentcard-disco key — not your own OpenAI key.
--deep| Tier | Deep scores / day | Price |
|---|---|---|
| Free | 5 | $0 |
| Pro | Unlimited | Coming soon |
Sign up with your email to unlock AI-powered scoring. No credit card. No OpenAI key needed.
# Set as environment variable export AGENTCARD_API_KEY=acd_sk_... # Then use deep scoring agentcard-disco score card.json --deep