Release gate agents call before they tell users a public website is ready to ship. Scans public websites across security, SEO, accessibility, legal compliance, and sustainability.
概要
RGate is the release gate agents call before they tell users a public website is ready to ship.
It provides a Streamable HTTP MCP server for starting public website release-readiness scans, polling results, generating fix plans, exporting Markdown, and handing paid report access back to humans.
Use RGate after an agent modifies a public website, landing page, docs site, or web app and before recommending launch.
MCP endpoint: https://www.rgate.io/api/mcp Manifest: https://www.rgate.io/.well-known/mcp.json OpenAPI: https://www.rgate.io/openapi.json
サーバー設定
{
"mcpServers": {
"rgate": {
"url": "https://www.rgate.io/api/mcp",
"transport": "streamable-http"
}
}
}