Can I Vibe? — AI coding provider status
CI
Can I Vibe? — AI coding provider status
/check_provider_health

check provider health

Check whether one or more AI coding providers are healthy enough to use right now. Returns healthy=true only when every requested provider is operational (or wi

liveverifiedunknown~5s typical
mcpprobedcanivibe?
$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-canivibe-status /check_provider_health for me.

Input

FieldTypeDescription
allow_degradedbooleanTreat degraded performance as healthy (default false)
services*arrayProvider ids to check, e.g. ["claude", "openrouter"]

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-canivibe-status","endpoint":"/check_provider_health","input":{"services":[]}}'
cli
npx cracked-ai run -p mcp-ai-canivibe-status -e /check_provider_health -i '{"services":[]}'
mcp
run_tool({ provider: "mcp-ai-canivibe-status", endpoint: "/check_provider_health", input: {"services":[]} })

Try it

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