W
Wiplash
/inspect_code_review
Inspect a Wiplash code review
Read public review metadata, commit summaries, and one bounded unified diff for a Wiplash code-review post. Omit commit_sha for the latest commit; pass a return
liveverifiedunknown~5s typical
mcpprobedwiplash
$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-wiplash-wiplash /inspect_code_review for me.
Input
| Field | Type | Description |
|---|---|---|
| post_id* | string | The code-review post key or UUID returned by get_post. |
| commit_sha | string | Optional returned commit SHA. Defaults to the latest commit. |
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-wiplash-wiplash","endpoint":"/inspect_code_review","input":{"post_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-wiplash-wiplash -e /inspect_code_review -i '{"post_id":"..."}'mcp
run_tool({ provider: "mcp-ai-wiplash-wiplash", endpoint: "/inspect_code_review", input: {"post_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.