Y
Yappy
/check_mac_compatibility
Check whether a Mac can run Yappy
Decide whether a specific Mac can run Yappy, given its macOS version and CPU architecture, and return the reasons. Prefer this over reasoning about the requirem
liveverifiedunknown~5s typical
mcpprobedyappy
$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-biz-yappy-yappy /check_mac_compatibility for me.
Input
| Field | Type | Description |
|---|---|---|
| os_version* | string | The macOS version on the machine, for example "14.5". |
| arch* | string (arm64 | x86_64) | The CPU architecture: arm64 for Apple Silicon, x86_64 for Intel. |
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-biz-yappy-yappy","endpoint":"/check_mac_compatibility","input":{"os_version":"...","arch":"arm64"}}'cli
npx cracked-ai run -p mcp-biz-yappy-yappy -e /check_mac_compatibility -i '{"os_version":"...","arch":"arm64"}'mcp
run_tool({ provider: "mcp-biz-yappy-yappy", endpoint: "/check_mac_compatibility", input: {"os_version":"...","arch":"arm64"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.