catalog
C
catalog
/compare_tools

Compare two tools

Compare two AI tools side by side by their directory slugs. Returns each tool’s profile (pricing, rating, editorial verdict, lifecycle) plus the editor’s head-t

liveverifiedunknown~5s typical
mcpprobedcatalog
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-tooldirectory-catalog /compare_tools for me.

Input

FieldTypeDescription
slugA*stringDirectory slug of the first tool.
slugB*stringDirectory slug of the second tool.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-tooldirectory-catalog","endpoint":"/compare_tools","input":{"slugA":"...","slugB":"..."}}'
cli
npx cracked-ai run -p mcp-ai-tooldirectory-catalog -e /compare_tools -i '{"slugA":"...","slugB":"..."}'
mcp
run_tool({ provider: "mcp-ai-tooldirectory-catalog", endpoint: "/compare_tools", input: {"slugA":"...","slugB":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.