VerifiMind-PEAS MCP Server v0.5.45

This is an MCP (Model Context Protocol) server, not a website. Connect using an MCP client such as Claude Desktop, Claude Code, or Cursor.

MCP endpoint: https://verifimind.ysenseai.org/mcp/ — use this exact URL (with trailing slash) in your config.

Quick Start — Claude Code FREE

Run this once in your terminal:

claude mcp add -s user verifimind -- npx -y mcp-remote https://verifimind.ysenseai.org/mcp/

Use -s project instead of -s user for project-scoped setup.

Quick Start — Claude Desktop FREE

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "verifimind": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://verifimind.ysenseai.org/mcp/"]
    }
  }
}

Config file location: Windows: %APPDATA%\Claude\claude_desktop_config.json · macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Scholar Tier — Higher Rate Limits

Free to register. Scholars get 30 req/60s vs anonymous 10 req/60s. Register here →

Claude Code (Scholar) — after you receive your UUID:

VERIFIMIND_UUID=your-uuid-here claude mcp add -s user verifimind -- npx -y mcp-remote https://verifimind.ysenseai.org/mcp/ --header "X-VerifiMind-UUID:${VERIFIMIND_UUID}"

Claude Desktop (Scholar):

{
  "mcpServers": {
    "verifimind": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://verifimind.ysenseai.org/mcp/",
        "--header", "X-VerifiMind-UUID:${VERIFIMIND_UUID}"
      ],
      "env": { "VERIFIMIND_UUID": "your-uuid-here" }
    }
  }
}

Replace your-uuid-here with the UUID from your Scholar registration. Verify your key: /mcp/test?key=<uuid>

Links

13 tools · 4 resources · X-Z-CS RefleXion Trinity · DOI 10.5281/zenodo.17972751