Skip to content

Releases: spfunctions/simplefunctions-cli

v2.0.20 — MCP Server + 55 Agent Tools

06 Apr 09:15

Choose a tag to compare

What's New

MCP Server

  • Stdio MCP server with 8+ tools for prediction market data
  • Works with Claude Desktop, Cursor, VS Code Copilot
  • Connect via: claude mcp add simplefunctions --url https://simplefunctions.dev/api/mcp/mcp

55+ CLI Commands

  • World state, edges, orderbook, scan, contagion, calibration
  • Interactive agent mode with natural language + tool calling
  • Full Kalshi + Polymarket coverage (30,000+ markets)

Glama Integration

  • Server inspection config in glama.json
  • Score badge in README

Full docs: https://simplefunctions.dev/docs

v1.8.0 — MCP Server + 55 Agent Tools

03 Apr 07:42

Choose a tag to compare

What's New

  • MCP stdio server (mcp-server.mjs) — standalone MCP server for local clients, Docker, and Glama inspection
  • Dockerfile — enables automated server inspection and Docker deployment
  • 55+ agent tools — world state, market data, thesis management, Databento, skills, monitor
  • Streamable HTTP endpointhttps://simplefunctions.dev/api/mcp/mcp

MCP Server

Use locally via stdio:

SF_API_KEY=sf_live_xxx npx @spfunctions/cli mcp-server

Or connect to the hosted endpoint:

{
  "mcpServers": {
    "simplefunctions": {
      "url": "https://simplefunctions.dev/api/mcp/mcp"
    }
  }
}

Tools (17)

Tool Auth Description
get_context Optional Global market snapshot or thesis-specific context
get_world_state No 9,706 prediction markets → 800 tokens
get_world_delta No Incremental updates since timestamp
get_markets No Live contracts with topic filtering
search_markets No Keyword search across markets
get_changes No 24h price movers
get_edges No Detected mispricings
get_trade_ideas No AI-generated trade ideas
enrich_content No Text → prediction market cross-reference
query_databento No CME futures, equities, crypto data
list_theses Yes List user's theses
create_thesis Yes Create new thesis
fork_thesis Yes Fork a public thesis
inject_signal Yes Feed observations into thesis
trigger_evaluation Yes Force thesis re-evaluation
monitor_the_situation Yes Scrape + LLM + market enrichment

v1.7.22

02 Apr 21:36

Choose a tag to compare

SimpleFunctions CLI v1.7.22

Highlights

  • 38 MCP tools — connect Claude Code, Cursor, or any MCP client with one command
  • 43 CLI commands — scan, watch, trade, agent mode, Telegram bot
  • Kalshi + Polymarket — unified access across both venues
  • Interactive agent — natural language + 25 tools + cognitive guardrails

Install

npm i -g @spfunctions/cli
sf setup

MCP

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

Key Commands

Command What it does
sf agent Interactive agent (25 tools + skills)
sf scan "topic" Search Kalshi + Polymarket
sf watch "topic" Real-time price monitoring
sf edges Top mispricings across theses
sf dashboard Bloomberg-style terminal
sf intent buy Declarative execution with triggers

Links