U
Unquant
/catalog_request
Request catalog access
Save demand for a catalog entry after a preview, with the user goal and the preview action.
liveverifiedunknown~5s typical
mcpprobedunquant
$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-unquant-unquant /catalog_request for me.
Input
| Field | Type | Description |
|---|---|---|
| entry_id* | string | The catalog entry identifier from catalog.list or catalog.describe. |
| action* | string (request_access | request_activation) | The action from the catalog preview. |
| use_case* | string | The user task that needs this capability. |
| expected_volume | string | |
| organization | string | |
| contact | string | |
| inputs | string |
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-unquant-unquant","endpoint":"/catalog_request","input":{"entry_id":"...","action":"request_access","use_case":"..."}}'cli
npx cracked-ai run -p mcp-ai-unquant-unquant -e /catalog_request -i '{"entry_id":"...","action":"request_access","use_case":"..."}'mcp
run_tool({ provider: "mcp-ai-unquant-unquant", endpoint: "/catalog_request", input: {"entry_id":"...","action":"request_access","use_case":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.