Taste
T
Taste
/review_code

review code

Get a vetted human engineer to review your code, architecture, and design decisions — not just style, but correctness, security, and whether the structure will

liveunknown~5s typical
mcptaste
$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-app-humantaste-taste-mcp /review_code for me.

Input

FieldTypeDescription
code*stringThe code to review. Paste it inline, or pass a publicly accessible URL (e.g. a gist or raw
intent*stringWhat the code is meant to do — the behaviour and constraints, plus any correctness or secu
contextstringOptional context. Use to clarify intent, constraints, audience, or anything that helps the

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-app-humantaste-taste-mcp","endpoint":"/review_code","input":{"code":"...","intent":"..."}}'
cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /review_code -i '{"code":"...","intent":"..."}'
mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/review_code", input: {"code":"...","intent":"..."} })

Try it

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