AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Simplefunctions Cli

mcp-spfunctions-simplefunctions-cli · by spfunctions

Reference and issue mirror for @spfunctions/cli, the SimpleFunctions sf command-line interface.

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add mcp-spfunctions-simplefunctions-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-spfunctions-simplefunctions-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Simplefunctions Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SimpleFunctions CLI (sf)

Reference and issue mirror for @spfunctions/cli, the supported SimpleFunctions command-line interface for prediction-market infrastructure.

The current CLI is distributed through npm. Install the package and treat the installed sf binary as the source of truth:

npm i -g @spfunctions/cli
sf login
sf status --json
sf world --json
sf describe --all --json

sf is the primary local surface for SimpleFunctions. It queries live Kalshi + Polymarket state, inspects markets and orderbooks, exports structured JSON for coding agents, runs thesis and portfolio workflows, and keeps execution commands explicit and permission-gated.

What this repository is

  • Public reference page for the npm package.
  • Issue tracker for @spfunctions/cli.
  • Installation, support, and discovery pointer for the current sf surface.

What this repository is not

  • It is not the current full operator-runtime source tree.
  • It is not the canonical command inventory.
  • It should not be used to infer current command counts, market counts, or execution behavior.

Use sf describe --all --json for the installed command manifest. Use https://simplefunctions.dev/api/internal/statistics for current public surface counts.

First useful workflow

sf status --json
sf world --json
sf discover --quality --json
sf inspect  --json

If a command is unavailable in your installed version, run:

npm i -g @spfunctions/cli@latest
sf describe --all --json

Product surface order

  1. CLI: primary local control plane for humans, shell scripts, cron, Claude Code, Codex, and other coding agents.
  2. HTTP/Data API: network surface for services, dashboards, notebooks, and remote workers.
  3. SDKs and agent runtime: planned wrappers over stable CLI/API object contracts.
  4. MCP: compatibility adapter for MCP-only hosts, not the canonical product center.

Links

  • CLI product page: https://simplefunctions.dev/cli
  • npm package: https://www.npmjs.com/package/@spfunctions/cli
  • Docs: https://docs.simplefunctions.dev
  • llms.txt: https://simplefunctions.dev/llms.txt
  • Public package catalog: https://simplefunctions.dev/opensource

License

The public mirror is MIT-licensed. The supported npm distribution may include private SimpleFunctions runtime code.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.