Reviewer Zero

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "reviewer-zero": {
      "url": "https://underscore-1-6-underscore-1-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "reviewer-zero": {
      "serverUrl": "https://underscore-1-6-underscore-1-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.reviewer-zero]
url = "https://underscore-1-6-underscore-1-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://underscore-1-6-underscore-1-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
audit_claims

Scans manuscript for absolute/unsupported claims lacking mathematical or empirical proof.

check_rigor

Evaluates methodological rigor: baselines, ablations, statistical significance, reproducibility.

scout_citations

Extracts key concepts, searches Semantic Scholar, identifies missing citations.

analyze_structure

Evaluates paper organization, section ordering, abstract quality, formatting.

detect_weaknesses

Simulates a critical Reviewer #2. Finds logical gaps, over-generalizations, missing experiments, and argument holes.

generate_review_letter

Generates a complete, formatted peer review letter in the style of NeurIPS/ICLR reviews.

summarize_paper

Summarizes a paper (Stage 1)

recommend_venue

Recommends target conferences based on the paper summary (Stage 1).

theorist_check

Theorist persona: checks math derivations and bounds.

debate_flags

Resolves contradictions between persona flags using a rubric.

meta_review

Stage 4: Curates flags based on debates and meta-reviewer logic.

grade_for_venue

Stage 5: Applies venue-specific rubric constraints.

generate_rebuttal_letter

Stage 5: Drafts an author rebuttal to the review.

render_suggested_fixes

Stage 5: Formats fixes as diffs (Display only, no file mutation).

check_crossrefs

Stage 1: deterministic LaTeX cross-reference, figure, table, and image integrity checks.

discover_research_papers

Finds, filters, and summarizes academic research papers based on topic, time range, conference venue, and user knowledge level.

convert_pdf_to_latex

Converts raw extracted text from a PDF document into structured LaTeX format.

review_paper

Main entry point. Upload a LaTeX paper for comprehensive AI peer review with interactive fixes.