agenttool
v0.1.1
Published
CLI to search and check agent-readiness grades for software tools
Downloads
198
Maintainers
Readme
agenttool
Check agent-readiness grades for software tools. Powered by agenttool.sh.
Every tool gets an AgentGrade (A+ to F) based on how well it works with AI agents, scored across 8 criteria: token efficiency, programmatic access, autonomous auth, speed, discoverability, reliability, safety, and reactivity.
Install
npm install -g agenttoolOr run directly with npx:
npx agenttool search stripeUsage
Search tools
agenttool search stripe
agenttool search "project management"Get a tool's grade
agenttool grade stripe Stripe
https://stripe.com
Grade: B+ Score: 8.0/10
Category: Payments
Criterion Score Evidence
──────────────────────── ───── ────────────────────────────────────
Token Efficiency 7/10 Stripe's API supports field selection...
Programmatic Access 9/10 Comprehensive REST API with SDKs...
Autonomous Auth 9/10 Restricted API keys with scoping...
...
Access: REST API | SDKs: Node, Python
Biggest friction: No official OpenAPI spec or llms.txtBrowse tools
agenttool list
agenttool list --category Payments --grade B
agenttool list --mcp --sort score
agenttool list --limit 50Options:
| Flag | Description |
|------|-------------|
| --category <name> | Filter by category |
| --grade <min> | Minimum grade (A+, A, B+, B, C+, C, D, F) |
| --sort <field> | Sort by: score (default), name, recent |
| --limit <n> | Max results (default: 20) |
| --mcp | Only tools with MCP servers |
| --api | Only tools with APIs |
| --cli | Only tools with CLIs |
List categories
agenttool categoriesSubmit a tool
agenttool submit https://linear.app --name LinearEnvironment
| Variable | Description |
|----------|-------------|
| AGENTTOOL_API | API base URL (default: https://agenttool.sh/api) |
License
MIT
