Probity
MCP Ecosystem
10 live4 beta1 planned
MCP & Skills

The tool layer for prediction market agents

Probity exposes atomic MCP tools that map directly to prediction market operations. Compose them into Skills — reusable agent workflows — or let your agent call them directly.

search_markets
Discovery

Full-text search across Polymarket and Kalshi with filters for volume, category, and resolution date.

Parameters
·query: string
·platform?: 'polymarket' | 'kalshi' | 'all'
·min_volume?: number
·category?: string
Returns
Market[] — sorted by relevance score
Example
search_markets("Apple iPhone Q1 2026", { platform: "polymarket", min_volume: 100000 })
Platforms
Both