MP
Mana Public
/get_public_share
Get public share
Product data tool: fetch either a Mana creator's public profile or one published Mana creation by handle and optional slug, including machine-readable rights.
liveunknown~5s typical
mcpmanapublic
$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-am-mana-mana-public /get_public_share for me.
Input
| Field | Type | Description |
|---|---|---|
| kind* | string (creator | app) | Use "creator" for a public creator profile, or "app" for one creation. |
| handle* | string | The creator's handle, without the leading @. |
| slug | string | Required when kind is "app": the published creation slug. |
| locale | string | Optional BCP-47 locale for localized creation display text. |
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-am-mana-mana-public","endpoint":"/get_public_share","input":{"kind":"creator","handle":"..."}}'cli
npx cracked-ai run -p mcp-am-mana-mana-public -e /get_public_share -i '{"kind":"creator","handle":"..."}'mcp
run_tool({ provider: "mcp-am-mana-mana-public", endpoint: "/get_public_share", input: {"kind":"creator","handle":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.