RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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可选secretSimmer 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.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
}
}