An open API service indexing awesome lists of open source software.

https://github.com/spfunctions/simplefunctions-cli

CLI for SimpleFunctions thesis engine — scan prediction markets, detect edges, trade from terminal
https://github.com/spfunctions/simplefunctions-cli

ai-agents edge-detection kalshi mcp polymarket prediction-markets thesis-engine trading-cli

Last synced: about 2 months ago
JSON representation

CLI for SimpleFunctions thesis engine — scan prediction markets, detect edges, trade from terminal

Awesome Lists containing this project

README

          

# SimpleFunctions CLI

[![npm version](https://img.shields.io/npm/v/@spfunctions/cli.svg)](https://www.npmjs.com/package/@spfunctions/cli)
[![license](https://img.shields.io/npm/l/@spfunctions/cli.svg)](https://github.com/spfunctions/simplefunctions-cli/blob/main/LICENSE)
[![simplefunctions-cli MCP server](https://glama.ai/mcp/servers/spfunctions/simplefunctions-cli/badges/score.svg)](https://glama.ai/mcp/servers/spfunctions/simplefunctions-cli)

Prediction market intelligence from the terminal. Build causal thesis models, scan Kalshi & Polymarket for mispricings, and trade.

## Install

```bash
npm i -g @spfunctions/cli
sf setup
```

## Key Commands

| Command | What it does |
|---------|-------------|
| `sf list` | List your theses with confidence scores and status |
| `sf context --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 "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.

## MCP Server

Connect SimpleFunctions to Claude, Cursor, or any MCP-compatible client:

```bash
claude mcp add simplefunctions --url https://simplefunctions.dev/api/mcp/mcp
```

Listed on the [MCP Registry](https://registry.modelcontextprotocol.io).

## Documentation

Full docs, API reference, and guides: **[simplefunctions.dev/docs](https://simplefunctions.dev/docs)**

## License

MIT