Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots.
claude mcp add browser-proof --transport http https://proof.reprompt.jp/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"browser-proof": {
"url": "https://proof.reprompt.jp/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"browser-proof": {
"serverUrl": "https://proof.reprompt.jp/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"browser-proof": {
"type": "http",
"url": "https://proof.reprompt.jp/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"browser-proof": {
"url": "https://proof.reprompt.jp/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"browser-proof": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://proof.reprompt.jp/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://proof.reprompt.jp/mcp |
X-API-Key: •••••• (required)
|
| sse | https://proof.reprompt.jp/mcp/sse |
X-API-Key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.shin1219-eng--browser-proof/reviews or the review_server meta-tool.
POST /mcp