This is an MCP (Model Context Protocol) server, not a website. Connect using an MCP client such as Claude Desktop, Claude Code, or Cursor.
https://verifimind.ysenseai.org/mcp/
— use this exact URL (with trailing slash) in your config.
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.
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
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>
13 tools · 4 resources · X-Z-CS RefleXion Trinity · DOI 10.5281/zenodo.17972751