Adds three tools to Claude that bounce your question to ChatGPT, Gemini, or DeepSeek and return their take. You stay in your Claude conversation but get a second opinion from another LLM on architecture choices, debugging hunches, or implementation tradeoffs. Each tool accepts a prompt and optional context, hits the corresponding API (OpenAI, Google, or DeepSeek), and surfaces the response inline. Useful when you want cross model validation without switching tabs or when Claude's answer feels incomplete and you'd rather poll the field than iterate blind. Requires at least one API key. Also ships four Claude Code plugins that handle MCP server installation, pre-commit detection, bulk doc revision, and GitHub alert triage.
claude mcp add --transport stdio taylorleese-mcp-toolz -- uvx mcp-toolz