D
DiscreteRate
/run_showcase
run showcase
LIVE EXPERIMENT — run a DRS demo against the real engine with parameters you choose, and get its verbatim run envelope (metadata, execution stats, metrics, deta
liveverifiedunknown~5s typical
mcpprobeddiscreterate
$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-com-discreterate-public /run_showcase for me.
Input
| Field | Type | Description |
|---|---|---|
| demo_id* | string (fast_slow_drain | hamburger_duo | valdez_tanker | vegetable_full | chocolate_processing) | Which DRS demo to run live against the real engine. |
| knobs | object | Optional parameters as a map of name:number. fast_slow_drain / hamburger_duo accept `stop_ |
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-com-discreterate-public","endpoint":"/run_showcase","input":{"demo_id":"fast_slow_drain"}}'cli
npx cracked-ai run -p mcp-com-discreterate-public -e /run_showcase -i '{"demo_id":"fast_slow_drain"}'mcp
run_tool({ provider: "mcp-com-discreterate-public", endpoint: "/run_showcase", input: {"demo_id":"fast_slow_drain"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.