Browser Proof
A verification component for agents that checks claims on public webpages and returns structured results with evidence text, screenshots, and deterministic JSON.
README
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
Production access
Production Browser Proof access now requires an API key.
- MCP remote access requires
X-API-Key - HTTP API access requires
X-API-Key - Registry 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/mcp - SSE:
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_KEY - Bearer-style client configuration may be supported for compatibility, but
X-API-Keyis the canonical format - Do 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/
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。