blog
B
blog
/list_posts

list posts

List the most recent posts on the Radixia blog (AI, serverless, open source, cloud). Returns title, slug, date, tags and excerpt for each.

liveverifiedunknown~5s typical
mcpprobedblog
$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-ai-radixia-blog /list_posts for me.

Input

FieldTypeDescription
limitnumberHow many posts to return default 15
tagstringFilter by tag slug, e.g. 'ai', 'serverless', 'e-commerce'

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-ai-radixia-blog","endpoint":"/list_posts","input":{"limit":15}}'
cli
npx cracked-ai run -p mcp-ai-radixia-blog -e /list_posts -i '{"limit":15}'
mcp
run_tool({ provider: "mcp-ai-radixia-blog", endpoint: "/list_posts", input: {"limit":15} })

Try it

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