← rgate.io

INDIVIDUAL MCP TOOL

create_checkout_handoff

Create a human handoff URL for purchasing a full report or subscription after a scan is complete.

rgate.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

rgate.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rgate-io]
url = "https://www.rgate.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rgate-io": {
      "type": "http",
      "url": "https://www.rgate.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rgate-io
Remote MCP URL: https://www.rgate.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rgate-io": {
      "url": "https://www.rgate.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rgate-io": {
      "type": "http",
      "url": "https://www.rgate.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rgate-io",
  "transport": "streamable-http",
  "url": "https://www.rgate.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • start_scan — Start an RGate website quality scan for a public URL across security, SEO, accessibility, legal compliance, and sustainability.
  • get_scan — Fetch scan status and, once complete, structured findings, check results, and technology detections.
  • list_checks — Describe the RGate scan layers and check catalog for agent planning and user explanations.
  • get_pricing — Return machine-readable RGate plan names, prices, scan limits, and best-fit use cases.
  • generate_fix_plan — Generate a prioritized release-readiness fix plan from scan findings.
  • export_scan_markdown — Export scan results as Markdown for Cursor prompts, GitHub issues, or executive summaries.
  • compare_scan_history — Compare two scans for the same domain and return added, resolved, improved, and worsened findings.