Simmer
About
Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SIMMER_API_KEY SIMMER_MCP_ALLOW_LIVEClaude Code
claude mcp add --env SIMMER_API_KEY= --env SIMMER_MCP_ALLOW_LIVE= simmer-mcp -- npx simmer-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"simmer-mcp","command":"npx","args":["simmer-mcp"],"env":{"SIMMER_API_KEY":"","SIMMER_MCP_ALLOW_LIVE":""}}'
JSON
{
"mcpServers": {
"simmer-mcp": {
"command": "npx",
"args": [
"simmer-mcp"
],
"env": {
"SIMMER_API_KEY": "",
"SIMMER_MCP_ALLOW_LIVE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.