T
ThinkPattern
/get_latest_news
get latest news
Return the stories ThinkPattern is tracking right now, most significant first, optionally filtered to one topic. Each result is a grounded card: headline, short
liveverifiedunknown~5s typical
mcpprobedthinkpattern
$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-thinkpattern-news /get_latest_news for me.
Input
| Field | Type | Description |
|---|---|---|
| topic | string (POLITICS | BUSINESS | TECHNOLOGY | WORLD) | Optional topic filter. Omit for all topics. |
| limit | integer | How many stories to return (default 10). |
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-thinkpattern-news","endpoint":"/get_latest_news","input":{}}'cli
npx cracked-ai run -p mcp-ai-thinkpattern-news -e /get_latest_news -i '{}'mcp
run_tool({ provider: "mcp-ai-thinkpattern-news", endpoint: "/get_latest_news", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.