Browser Proof✓
io.github.shin1219-eng/browser-proof · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shin1219-eng/browser-proof",
"description": "Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots.",
"title": "Browser Proof",
"repository": {
"url": "https://github.com/shin1219-eng/browser-proof",
"source": "github"
},
"version": "1.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://proof.reprompt.jp/mcp",
"headers": [
{
"description": "Production Browser Proof API key",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
},
{
"type": "sse",
"url": "https://proof.reprompt.jp/mcp/sse",
"headers": [
{
"description": "Production Browser Proof API key",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}