← Back to Plugins
MCP Server MCP

Browser Proof

github By github 👁 1 views ▲ 0 votes

Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots.

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...