Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots.
{
"mcpServers": {
"io-github-shin1219-eng-browser-proof": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: , . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Security Weekly
Get CVE alerts and security updates for io.github.shin1219-eng/browser-proof and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Browser Proof helps agents:
Production Browser Proof access now requires an API key.
X-API-KeyX-API-KeyCurrent launch plans:
trial: 20 credits / monthstarter: 1000 credits / monthpro: 10000 credits / monthInitial credit costs:
verify_claim: 5 creditslist_runs: 1 creditget_run: 1 creditget_run_screenshot: 1 creditIf you need a key for evaluation or paid use, contact RePrompt through the support or sales channel listed for this project.
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_url is currently returned as an internal storage reference string.Browser Proof exposes remote MCP endpoints.
https://proof.reprompt.jp/mcphttps://proof.reprompt.jp/mcp/sseSee:
server.jsonexamples/docs/mcp.mdPOST /api/browser-proofGET /api/runsGET /api/runs/:idGET /api/runs/:id/screenshotGET /healthProduction use requires an API key.
X-API-Key: YOUR_API_KEYX-API-Key is the canonical formatSee:
docs/auth.mdexamples/mcp/See:
docs/limits.mddocs/retention.mddocs/privacy.mdIf a value is not finalized, mark it as planned or to be finalized. Do not present tentative values as final.
This repository is the public shelf for Browser Proof:
Implementation details live separately in the private core repository.
agent-card.jsonserver.jsonopenapi.yamlschema/examples/docs/