AgentHubAgentHub

Simmer

MCP ServerMCP Registry官方收录

io.github.adlai88/simmer-mcp · v3.3.2

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

概览

Simmer 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "simmer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simmer-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.adlai88/simmer-mcp",
  "type": "mcp-server",
  "version": "3.3.2",
  "displayName": "Simmer",
  "description": "Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.",
  "repository": {
    "url": "https://github.com/SpartanLabsXyz/simmer-sdk",
    "source": "github"
  },
  "homepage": "https://simmer.markets",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "simmer-mcp",
        "version": "3.3.2",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SIMMER_API_KEY",
            "description": "Simmer API key (sk_live_...) from simmer.markets/dashboard. Required for Pro tools (autoresearch, trading, briefings). Free tools work without it.",
            "isSecret": true
          },
          {
            "name": "SIMMER_MCP_ALLOW_LIVE",
            "description": "Set to 'true' to allow live trading via simmer_trade. Without this, all trades run in paper/sim mode."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.adlai88/simmer-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.adlai88%2Fsimmer-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Simmer — MCP Server 安装与配置 · AgentHub