review-gate-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@review-gate-mcpExtract invoice fields from this document and hold uncertain ones for review"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
review-gate-mcp
An MCP server that asks a human when it isn't sure.
Most extraction demos guess. This one implements the pattern that makes automation safe to run on documents that matter: fields extracted with high confidence flow through; anything uncertain is held in a review queue for a person to resolve - never silently guessed into your systems.
document ──▶ extract_with_gate ──▶ confident fields ──▶ your system
│
└──▶ uncertain fields ──▶ review_queue ──▶ a human ──▶ resolve_reviewTools
tool | what it does |
| extract |
| list items waiting for a human decision |
| a human supplies the verified value, closing the loop |
Related MCP server: PDF Reader MCP Server
Run it
npm install
npm test # end-to-end over real MCP stdio: extract -> hold -> human resolveAdd to Claude Code / Claude Desktop / Cursor (any MCP client):
{
"mcpServers": {
"review-gate": { "command": "node", "args": ["/path/to/review-gate-mcp/server.js"] }
}
}Then ask your agent to extract fields from a pasted document and watch what it does with the smudged one.
The point
The extractors here are deliberately transparent heuristics - swap in a model-backed extractor and the gate stays identical. The pattern is the product: a system that escalates its hard cases beats one that guesses them. This is the standard RavnLab builds automation to; the evaluation side of the same idea lives in ravnlab-eval-harness.
MIT. Built by RavnLab.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn intelligent document processing system that automatically classifies, extracts information from, and routes business documents using the Model Context Protocol (MCP).Last updated3GPL 3.0
- Flicense-qualityDmaintenanceAn MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.Last updated
- Flicense-qualityCmaintenanceThis MCP server provides tools for OCR and keyword extraction, enabling AI workflows to be split into discrete steps for easier testing, tuning, and cost control.Last updated
- Alicense-qualityCmaintenanceA document intelligence MCP server that extracts text and structured fields from business documents, routes low-confidence extractions to a human review queue, and enables searching across processed documents.Last updatedMIT
Related MCP Connectors
Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravnlab/review-gate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server