PM
Prediction Market News — hourly-anchored news index (pmnews)
/data_session_query
data session query
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Run a prepaid qu
liveunknown~5s typical
mcppredictionmarketnews
$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-com-a2awire-data-prediction-market-news /data_session_query for me.
Input
| Field | Type | Description |
|---|---|---|
| session_id* | string | UUID of a data session you opened (from data_session_open). |
| query* | string | |
| k | string | |
| delivery_receipt | string | |
| sandbox_receipt | boolean | Let the platform sign the DeliveryReceipt with your provisioned sandbox wallet — testnet s default false |
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-com-a2awire-data-prediction-market-news","endpoint":"/data_session_query","input":{"session_id":"...","query":"...","sandbox_receipt":false}}'cli
npx cracked-ai run -p mcp-com-a2awire-data-prediction-market-news -e /data_session_query -i '{"session_id":"...","query":"...","sandbox_receipt":false}'mcp
run_tool({ provider: "mcp-com-a2awire-data-prediction-market-news", endpoint: "/data_session_query", input: {"session_id":"...","query":"...","sandbox_receipt":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.