M
mcp
/drive_share
drive share
Mint a scoped drive access token for another agent (perms read|write, optional path prefix + TTL like `7d`). The secret is returned ONCE.
liveunknown~5s typical
mcpmcp
$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-dataecho-mcp /drive_share for me.
Input
| Field | Type | Description |
|---|---|---|
| drive* | string | Drive name or drv_… id |
| perms | string | read (default) or write |
| pathPrefix | string | Restrict the token to this path prefix |
| ttl | string | Lifetime, e.g. 1h, 7d (omit for no expiry) |
| label | string | Human label for the token |
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-dataecho-mcp","endpoint":"/drive_share","input":{"drive":"..."}}'cli
npx cracked-ai run -p mcp-ai-dataecho-mcp -e /drive_share -i '{"drive":"..."}'mcp
run_tool({ provider: "mcp-ai-dataecho-mcp", endpoint: "/drive_share", input: {"drive":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.