BS
Boolsai Signals
/recent_events
recent events
Live signal feed: events fired in the last N days (default 7). Returns each event with the predicted α range based on its event type's historical performance. U
liveverifiedunknown~5s typical
mcpprobedboolsaisignals
$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-boolsai-signals /recent_events for me.
Input
| Field | Type | Description |
|---|---|---|
| days | integer | Lookback in calendar days (max 30) default 7 |
| min_co_occurrence | integer | Only show events with this many same-day detectors (4 = high-conviction) |
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-boolsai-signals","endpoint":"/recent_events","input":{"days":7}}'cli
npx cracked-ai run -p mcp-ai-boolsai-signals -e /recent_events -i '{"days":7}'mcp
run_tool({ provider: "mcp-ai-boolsai-signals", endpoint: "/recent_events", input: {"days":7} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.