Tools/Prediction markets

predictionmarket.list

1 crread-only

List prediction-market contracts with implied probabilities, from Polymarket and/or Kalshi. Optional keyword filter.

Parameters#

ParameterTypeDescription
queryoptstringKeyword to filter markets (optional)
platformoptstringDefault 'both'one of: polymarket, kalshi, both
limitoptnumberMax per platform (default 10)

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "predictionmarket.list",
    "arguments": {
      "query": "fed",
      "limit": 10
    }
  }
}'

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.