Browser Proof
Click on "Deploy 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., "@Browser ProofVerify that the pricing page says $10/month"
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.
Browser Proof
Browser Proof is evidence-backed web verification for agents.
Browser Proof is a verification component for agents that checks claims on public webpages and returns structured results with evidence text, screenshots, and deterministic JSON.
It is not a general-purpose browser automation product.
It is designed for situations where an agent needs external confirmation with evidence.
What it does
Browser Proof helps agents:
verify whether a claim appears on a public webpage
extract supporting evidence text
capture a screenshot for auditability
return a stable JSON response for downstream systems
Related MCP server: cross-validated-search
Production access
Production Browser Proof access now requires an API key.
MCP remote access requires
X-API-KeyHTTP API access requires
X-API-KeyRegistry visibility remains public for discovery, but live usage is not anonymous
Current launch plans:
trial: 20 credits / monthstarter: 1000 credits / monthpro: 10000 credits / month
Initial credit costs:
verify_claim: 5 creditslist_runs: 1 creditget_run: 1 creditget_run_screenshot: 1 credit
If you need a key for evaluation or paid use, contact RePrompt through the support or sales channel listed for this project.
Typical use cases
Pricing check: confirm whether a price is actually shown on a page
Policy validation: verify whether required language appears on a landing page
Listing QA: confirm whether a job post, real-estate listing, or product page still matches expected facts
Citation-backed research support: retrieve the exact text used as evidence
Quick start
HTTP API
curl -X POST https://proof.reprompt.jp/api/browser-proof \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"task": "Check whether this page says it is for use in documentation."
}'Example response:
{
"success": true,
"answer": "Yes, the page states that it is for use in documentation examples.",
"evidence_text": "This domain is for use in documentation examples without needing permission.",
"source_url": "https://example.com",
"checked_at": "2026-04-08T15:00:00Z",
"screenshot_url": "supabase://browser-proof-evidence/example.com/root/2026-04-08T15-00-00-000Z.jpg",
"error": null
}Notes:
screenshot_urlis currently returned as an internal storage reference string.Clients that need a retrievable screenshot URL should use the run retrieval interfaces or MCP tools.
MCP connection
Browser Proof exposes remote MCP endpoints.
Recommended (Streamable HTTP):
https://proof.reprompt.jp/mcpSSE:
https://proof.reprompt.jp/mcp/sse
See:
server.jsonexamples/docs/mcp.md
HTTP endpoints
POST /api/browser-proofGET /api/runsGET /api/runs/:idGET /api/runs/:id/screenshotGET /health
Authentication
Production use requires an API key.
Preferred header:
X-API-Key: YOUR_API_KEYBearer-style client configuration may be supported for compatibility, but
X-API-Keyis the canonical formatDo not store live keys in this repository
Keys are issued individually and may be rate-limited or credit-limited by plan
See:
docs/auth.mdexamples/mcp/
Limits, retention, and privacy
See:
docs/limits.mddocs/retention.mddocs/privacy.md
If a value is not finalized, mark it as planned or to be finalized. Do not present tentative values as final.
Repository purpose
This repository is the public shelf for Browser Proof:
discovery
connection details
interface reference
examples
integration guidance
Implementation details live separately in the private core repository.
Related files
agent-card.jsonserver.jsonopenapi.yamlschema/examples/docs/
This server cannot be deployed
Maintenance
Related MCP Connectors
Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.
Deterministic fact verification for AI agents — checksums & curated data, not guesses.
Real-time fact-check, citation verification, and source-freshness for AI agents.
Deterministic claim verification with receipts across ~60 domains. No model in the loop.
Related MCP Servers
- AlicenseAqualityAmaintenanceEvidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.520Apache 2.0
- AlicenseAqualityDmaintenanceUniversal Search-First Knowledge Acquisition Plugin for LLMs. Enables real-time web search and deep page browsing via MCP or CLI. Zero-cost, privacy-first, supports DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit and more.21316MIT
- AlicenseAqualityBmaintenanceVerifies factual claims against live sources and returns a verdict, confidence score, and citations for any agent to use before stating uncertain facts.6MIT
- AlicenseNot gradedqualityBmaintenanceEnables per-claim citation verification for AI-generated text by fetching cited sources and judging whether they support the claim, with verdicts and evidence quotes.38MIT