loading…
Search for a command to run...
loading…
Release gate agents call before they tell users a public website is ready to ship. Scans public websites across security, SEO, accessibility, legal compliance,
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.
This repository documents the public RGate MCP server for agentic IDEs, coding agents, and MCP clients. The RGate product source code is not published here; this repo is the public integration and directory listing home for the operated MCP endpoint.
https://www.rgate.io/api/mcphttps://www.rgate.io/.well-known/mcp.jsonhttps://www.rgate.io/openapi.jsonhttps://www.rgate.io/agents.mdhttps://www.rgate.io/en/developershttps://www.rgate.io/en/agent-recipesRGate scans public websites across five release-readiness layers:
Agents can start a scan, poll structured results, inspect the check catalog, generate fix plans, export Markdown, compare scan history, and hand paid report access back to a human.
{
"mcpServers": {
"rgate": {
"url": "https://www.rgate.io/api/mcp",
"transport": "streamable-http"
}
}
}
| Tool | Purpose |
|---|---|
start_scan |
Start an RGate website quality scan for a public URL. |
get_scan |
Fetch scan status and, once complete, structured findings and results. |
list_checks |
Describe RGate scan layers and the check catalog. |
get_pricing |
Return machine-readable plan names, prices, limits, and use cases. |
create_checkout_handoff |
Create a human handoff URL for purchasing report access or a subscription. |
generate_fix_plan |
Generate a prioritized release-readiness fix plan from findings. |
export_scan_markdown |
Export scan results as Markdown for Cursor, GitHub issues, or summaries. |
compare_scan_history |
Compare two scans and return added, resolved, improved, and worsened findings. |
start_scan with the public URL.get_scan with the returned scanId until status is done or failed.scanId again after payment.npm install -g @rgate_io/rgatenpx skills add marcoldenburg/rgate-release-readiness-skillhttps://github.com/marcoldenburg/rgate-release-readiness-skillrgateRGateRelease 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.developer-tools, release-readiness, mcp, agent-tools, website-audit, security, seo, accessibility, compliance, sustainabilityAdd this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"rgate-mcp": {
"command": "npx",
"args": []
}
}
}