HomeSearch & Research › Simmer

Simmer

Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.

Python
★ 49 stars Last pushed 2026-09-23 License: MIT

Connect

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

Package (npm 3.3.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "simmer-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SIMMER_API_KEY": "<YOUR_VALUE>",
        "SIMMER_MCP_ALLOW_LIVE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SIMMER_API_KEY secret — Simmer API key (sk_live_...) from simmer.markets/dashboard. Required for Pro tools (autoresearch, trading, briefings). Free tools work without it.
  • SIMMER_MCP_ALLOW_LIVE — Set to 'true' to allow live trading via simmer_trade. Without this, all trades run in paper/sim mode.

Related servers

Data from the Official MCP Registry