Artyfile Music Licensing
AM
Artyfile Music Licensing
/create_checkout

create checkout

Create a checkout for one track. Returns a Stripe hosted-payment URL that the USER must open and approve in a browser (EU PSD2 — payment is never completed by t

liveverifiedunknown~5s typical
mcpprobedartyfilemusiclicensing
$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-artyfile-music-licensing /create_checkout for me.

Input

FieldTypeDescription
productId*stringid from search_tracks / get_track
tierstring (basic | le)"basic" = sync licence; "le" = Limited Edition master share(s) default "basic"
sharesintegerLE only: number of 1% shares default 1
giftNamestringLE only: issue the ownership certificate to this name
localestring (en | de) default "en"

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-artyfile-music-licensing","endpoint":"/create_checkout","input":{"productId":"...","tier":"basic","shares":1,"locale":"en"}}'
cli
npx cracked-ai run -p mcp-com-artyfile-music-licensing -e /create_checkout -i '{"productId":"...","tier":"basic","shares":1,"locale":"en"}'
mcp
run_tool({ provider: "mcp-com-artyfile-music-licensing", endpoint: "/create_checkout", input: {"productId":"...","tier":"basic","shares":1,"locale":"en"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.