You're viewing a demo portfolio

Join the waitlist
PRSM

kalshi.signals

Active

Tool of Syenite

declared in 0.6.3

Scans open Kalshi events and returns ranked actionable signals across five categories: wide_spread (bid-ask gap above 4¢ with meaningful liquidity — market-making opportunity), extreme_probability (YES ask above 92¢ or below 8¢ with volume — contrarian or long-shot play), high_volume (volume_24h above 10,000 contracts — active price discovery), near_resolution (market closing within 48 hours — time-sensitive opportunity), and mispriced (mutually exclusive event markets don't sum to ~100¢ — arbitrage opportunity). Returns each signal with strength (0–100), affected market ticker, and a suggested action. Optionally filter by minStrength (0–100), types (array of signal type strings), and limit (default 20, max 50). Signals are heuristic — verify market fundamentals before trading.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1,
      "description": "Max signals to return (default 20, max 50)"
    },
    "types": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by signal type: wide_spread, extreme_probability, high_volume, near_resolution, mispriced"
    },
    "minStrength": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Minimum signal strength to include (0–100, default 0)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Syenite

https://github.com/syenite-ai/syenite

1/7 registries
View full server →
kalshi.signals — Syenite — PRSM MCP