T
Tenjin
/list_articles
List articles
Browse, filter, and paginate the Tenjin article directory. Full-text search over title/excerpt/tags plus the whole body of every piece, a paid body included — a
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 /list_articles for me.
Input
| Field | Type | Description |
|---|---|---|
| q | string | Full-text query over title, excerpt, tags, creator handle, and the whole body of every pie |
| tag | string | Tag slug to scope to |
| creator | string | Publisher word-handle or 0x address to scope to |
| sort | string (newest | oldest | most-read | least-read | cheapest | dearest) | Browse order: recency (newest/oldest), public read count (most-read/least-read), or price |
| maxPrice | string | Price ceiling, atomic USDC digits ("250000" = $0.25; "0" = free only) |
| minPrice | string | Price floor, atomic USDC digits ("1" = paid pieces only) |
| updatedSince | string | Incremental sync: ISO 8601 UTC instant — re-fetch only pieces updated since your last craw |
| publishedSince | string | ISO 8601 UTC instant — keep only pieces published at or after it |
| cursor | string | nextCursor from the previous page |
| limit | integer | 1–100, default 50 |
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":"/list_articles","input":{}}'cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /list_articles -i '{}'mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/list_articles", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.