Raven
R
Raven
/get_checklist

get checklist

Get a pre-publish checklist for a specific UI type. Returns actionable yes/no items to verify before shipping.

liveverifiedunknown~5s typical
mcpprobedraven
$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-ravenmcp-raven-mcp /get_checklist for me.

Input

FieldTypeDescription
type*stringWhat you're shipping (e.g. 'signup form', 'pricing page', 'dashboard', 'landing page', 'mo
platformstring (desktop | mobile | responsive | ios | react-native)Platform context for platform-specific checks. 'ios' = native SwiftUI/iOS (Apple HIG); 're

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-ravenmcp-raven-mcp","endpoint":"/get_checklist","input":{"type":"..."}}'
cli
npx cracked-ai run -p mcp-ai-ravenmcp-raven-mcp -e /get_checklist -i '{"type":"..."}'
mcp
run_tool({ provider: "mcp-ai-ravenmcp-raven-mcp", endpoint: "/get_checklist", input: {"type":"..."} })

Try it

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