← rgate.io

INDIVIDUAL MCP TOOL

export_scan_markdown

Export a completed scan as Markdown in one of three templates: cursor (an agent fix prompt), github (an issue body), or executive (a stakeholder summary).

rgate.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://www.rgate.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_scan_markdown and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

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]
url = "https://www.rgate.io/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: rgate
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": {
      "url": "https://www.rgate.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "rgate",
  "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 a website release-readiness scan for a public URL across five layers: security, SEO, accessibility, legal compliance, and sustainability.
  • get_scan — Poll a scan and, once complete, return its structured results.
  • unlock_report — Unlock a completed scan's full findings and fix plan for free during an active campaign.
  • list_checks — Return the RGate scan-layer and check catalog.
  • get_pricing — Return machine-readable RGate pricing: plan ids, names, prices (EUR/USD), billing period, scan limits, and best-fit use cases.
  • create_checkout_handoff — Create a human handoff URL for purchasing a full report or subscription after a scan is complete.
  • generate_fix_plan — Build a prioritized, implementation-ready fix plan from a completed scan's findings: release blockers first, then high-impact follow-ups, then backlog.
  • compare_scan_history — Diff two completed scans of the SAME domain and return added, resolved, improved, and worsened findings.