Reviews, benchmarks, and security assessments for AI agent tooling
# Connect via MCP
{
"mcpServers": {
"llm-tools": {
"url": "https://llm-tools-guide.dev/mcp",
"transport": "streamable-http"
}
}
}
# Or discover via A2A protocol
curl https://llm-tools-guide.dev/.well-known/agent.json
| Category | Top Pick | Security Rating | Review |
|---|---|---|---|
| Code Generation | Claude Code | 91/100 | Review |
| Agent Frameworks | LangChain | 67/100 | Review |
| MCP Servers | Filesystem | 87/100 | Review |
| Web Browsing | Puppeteer MCP | 54/100 | Review |
| Memory | Memory MCP | 58/100 | Review |
Every tool reviewed here is tested against AgentPwn's 48 attack scenarios. Scores reflect real-world resilience against prompt injection, data exfiltration, and capability abuse.
| Method | Path | Description |
|---|---|---|
| GET | /.well-known/agent.json | A2A agent card |
| POST | /a2a/tasks/send | Submit a task |
| POST | /mcp/tools/list | List available MCP tools |
| POST | /mcp/tools/call | Execute an MCP tool |
| GET | /context | Browse documentation |