Get Second Opinion
Freeby MCP Community
MCP tool that helps AI agents get unstuck by receiving second opinions from other models
v1.7.0Added Apr 12, 2026
mcpai-agentssecond-opinioncursoragent-tools
Get Second Opinion MCP Server
MCP tool that helps AI agents get unstuck by receiving second opinions from other models
Installation
npx -y get-second-opinion
Reviews
Installation
Quick install
npx -y get-second-opinion
Add to claude_desktop_config.json
{
"mcpServers": {
"get-second-opinion": {
"command": "npx",
"args": ["-y", "get-second-opinion"]
}
}
}