T
Tenjin
/get_article
Get an article
Fetch one piece by handle + slug. Free → the full piece JSON with raw source Markdown in bodyMd. Paid + unpaid → `{ paymentRequired, paymentRequiredHeader, prev
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 /get_article for me.
Input
| Field | Type | Description |
|---|---|---|
| handle* | string | The publisher's word-handle or 0x address |
| slug* | string | The piece slug, or the reserved value "latest" for the creator's newest published piece. " |
| signInWithX | string | Optional SIGN-IN-WITH-X header value you signed; pass it to re-read a piece you already ow |
| searchId | string | Optional searchId from the `search` result that surfaced this piece. It attributes this in |
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":"/get_article","input":{"handle":"...","slug":"..."}}'cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /get_article -i '{"handle":"...","slug":"..."}'mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/get_article", input: {"handle":"...","slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.