Prediction market intelligence from the terminal. Build causal thesis models, scan Kalshi & Polymarket for mispricings, and trade.
npm i -g @spfunctions/cli
sf setup| Command | What it does |
|---|---|
sf list |
List your theses with confidence scores and status |
sf context <id> --json |
Full thesis state as structured JSON (for agents) |
sf scan "topic" |
Search Kalshi/Polymarket markets by keyword |
sf edges |
Top mispricings across all your theses |
sf signal <id> "news" |
Inject a signal for the next evaluation cycle |
sf agent |
Interactive agent with natural language + tool calling |
All commands support --json for machine-readable output.
Connect SimpleFunctions to Claude, Cursor, or any MCP-compatible client:
claude mcp add simplefunctions --url https://simplefunctions.dev/api/mcp/mcpListed on the MCP Registry.
Full docs, API reference, and guides: simplefunctions.dev/docs
MIT