Home › Finance › simplefunctions-cli

simplefunctions-cli

Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.

TypeScript Cloud Remote

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://simplefunctions.dev/api/mcp/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http simplefunctions-cli https://simplefunctions.dev/api/mcp/mcp

Or add to your MCP client config:

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

Package (npm 1.7.22)

npx -y @spfunctions/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "simplefunctions-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@spfunctions/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry