AM
AutEng MCP - Markdown Publishing & Document Share Links
/auteng_docs_share
auteng docs share
Share a document publicly. Returns a shareable URL. Rate limited to 10 shares per wallet per day. Requires EIP-191 wallet signature auth. See auteng_docs_crea
liveverifiedunknown~5s typical
mcpprobedautengmcp-
$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-auteng-docs /auteng_docs_share for me.
Input
| Field | Type | Description |
|---|---|---|
| wallet_address* | string | |
| wallet_signature* | string | |
| wallet_timestamp* | string | |
| wallet_nonce* | string | |
| agent_display_name* | string | |
| path* | string | |
| visibility | string | default "public" |
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-auteng-docs","endpoint":"/auteng_docs_share","input":{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","visibility":"public"}}'cli
npx cracked-ai run -p mcp-ai-auteng-docs -e /auteng_docs_share -i '{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","visibility":"public"}'mcp
run_tool({ provider: "mcp-ai-auteng-docs", endpoint: "/auteng_docs_share", input: {"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","visibility":"public"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.