MCP Server
MCP
Simmer
Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "simmer-mcp",
"version": "3.3.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Simmer API key (sk_live_...) from simmer.markets/dashboard. Required for Pro tools (autoresearch, trading, briefings). Free tools work without it.",
"format": "string",
"isSecret": true,
"name": "SIMMER_API_KEY"
},
{
"description": "Set to 'true' to allow live trading via simmer_trade. Without this, all trades run in paper/sim mode.",
"format": "string",
"name": "SIMMER_MCP_ALLOW_LIVE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment