T
Tenjin
/pay_and_read
Pay and read
Unlock a paid piece through the standard x402 MCP flow. The first call returns a direct PaymentRequired result; a wallet-aware MCP client signs it and retries t
liveverifiedunknown~5s typical
mcpprobedtenjin
$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-blog-tenjin-tenjin /pay_and_read for me.
Input
| Field | Type | Description |
|---|---|---|
| handle* | string | The publisher's word-handle or 0x address |
| slug* | string | The piece slug, or "latest" for the newest piece. Pass the SAME handle + slug you gave get |
| paymentSignature | string | Legacy compatibility only: the base64 PAYMENT-SIGNATURE value. Mint it from get_article's |
| maxPrice | string | Optional fresh price ceiling in atomic USDC. Native MCP fails before verification/settleme |
| searchId | string | OPTIONAL: a searchId from a prior `search` result, sent as X-Tenjin-Search-Id to attribute |
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-blog-tenjin-tenjin","endpoint":"/pay_and_read","input":{"handle":"...","slug":"..."}}'cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /pay_and_read -i '{"handle":"...","slug":"..."}'mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/pay_and_read", input: {"handle":"...","slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.