{"title":"VerifiMind MCP Server Setup Guide","version":"0.5.13","step_1_choose_client":{"description":"Choose your MCP client","options":["Claude Code (CLI)","Claude Desktop (App)","Custom Client"]},"step_2_claude_code":{"title":"Setup for Claude Code","steps":[{"step":1,"action":"Open terminal and run","command":"claude mcp add -s user verifimind -- npx -y mcp-remote https://verifimind.ysenseai.org/mcp/","note":"Use '-s project' instead of '-s user' for project-specific setup"},{"step":2,"action":"Verify connection","command":"claude mcp list","expected":"verifimind: ... - Connected"},{"step":3,"action":"Restart Claude Code","command":"Exit and re-run 'claude' in your terminal"},{"step":4,"action":"Check available tools","command":"Type /mcp in Claude Code"}]},"step_2_claude_desktop":{"title":"Setup for Claude Desktop","steps":[{"step":1,"action":"Find your config file","paths":{"windows":"%APPDATA%\\Claude\\claude_desktop_config.json","macos":"~/Library/Application Support/Claude/claude_desktop_config.json","linux":"~/.config/Claude/claude_desktop_config.json"}},{"step":2,"action":"Add this configuration","config":{"mcpServers":{"verifimind":{"command":"npx","args":["-y","mcp-remote","https://verifimind.ysenseai.org/mcp/"]}}}},{"step":3,"action":"Restart Claude Desktop"}]},"step_3_test":{"title":"Test the connection","example_prompts":["Use the run_full_trinity tool to validate a concept called 'AI-powered code review' that uses machine learning to detect bugs","Consult Agent X about the innovation potential of blockchain voting systems","Ask Agent Z to evaluate the ethics of facial recognition in schools"]},"available_tools":{"consult_agent_x":{"description":"Innovation & Strategy analysis","powered_by":"Gemini 1.5 Flash (FREE) - Smart Fallback","use_for":"Evaluating market potential, competitive positioning, innovation score"},"consult_agent_z":{"description":"Ethics & Safety review","powered_by":"Claude (if BYOK) or Gemini FREE - Smart Fallback","use_for":"Privacy concerns, bias detection, social impact, Z-Protocol compliance","special":"Has VETO POWER - can reject unethical concepts"},"consult_agent_cs":{"description":"Security & Feasibility validation","powered_by":"Claude (if BYOK) or Gemini FREE - Smart Fallback","use_for":"Security vulnerabilities, attack vectors, Socratic questioning"},"run_full_trinity":{"description":"Complete validation workflow with per-agent optimized providers","flow":"X (Gemini) -> Z (Claude/Gemini) -> CS (Claude/Gemini) -> Synthesis","use_for":"Comprehensive concept validation with all three agents"}},"troubleshooting":{"no_mcp_servers_found":{"problem":"/mcp shows 'No MCP servers configured'","solutions":["Make sure you ran 'claude mcp add' (not just edited settings.json)","Check with 'claude mcp list' outside of Claude Code","Restart Claude Code completely"]},"connection_failed":{"problem":"Server shows as disconnected","solutions":["Check your internet connection","Verify server is online: curl https://verifimind.ysenseai.org/health","Try removing and re-adding: claude mcp remove verifimind && claude mcp add ..."]}}}