mcpbeat Sign in

Batch Review MCP Server

local only

Batch Review runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Sep 2026.

Git diff and markdown review with a web UI plus MCP stdio for AI agents.

Installs / week
not published
2
Stars
1 open issues
6 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 43 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command backend/cli_client.py:290, main.py:66
        proc = subprocess.Popen(  # noqa: S603 — cmd is constructed internally

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Batch Review

same job, measured the same way
Search
by neurobird

Web search for AI agents. Ranked results with page passages already extracted, plus URL to markdown.

2 tools answering
AI-First Scraper
by yubinkim444

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

151 installs/wk local only
I
Refetch
by lowenbjer

Fetch pages as markdown, search web and news, extract structured data. For AI agents.

answering
markitai
by ynewtime

Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.

local only
OpenUI MCP Studio
by xiaojiou176-open

Local stdio MCP for UI briefs to React + shadcn with review, proof, and ship.

local only
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

32 installs/wk local only
Scrapi
by bamchi

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

35 installs/wk 5 tools answering
Andi Search
by andiai

Real-time web search and page fetch for AI agents from Andi's own index. LLM-ready markdown output.

answering

Batch Review — questions

Answers built from our own checks of this server.

Why is there no uptime for Batch Review?
Batch Review runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Batch Review open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.