catalog
C
catalog
/check_tool_status

Check if a tool is still active

Check whether an AI tool is still alive. Returns active, deceased, or acquired — with the date and cause if it shut down, and live alternatives if it did. Use 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 /check_tool_status for me.

Input

FieldTypeDescription
tool*stringTool name or directory slug to check, e.g. "Jasper" or "jasper-ai".

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":"/check_tool_status","input":{"tool":"..."}}'
cli
npx cracked-ai run -p mcp-ai-tooldirectory-catalog -e /check_tool_status -i '{"tool":"..."}'
mcp
run_tool({ provider: "mcp-ai-tooldirectory-catalog", endpoint: "/check_tool_status", input: {"tool":"..."} })

Try it

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