← honeygate.app
INDIVIDUAL MCP TOOL
get_report
Retrieve the status or completed QA report for a previously submitted job.
LIVE ENDPOINT
https://qa.honeygate.app/mcp
Connect to this endpoint to inspect the live schema for get_report 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
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.viewportwitness]
url = "https://qa.honeygate.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"viewportwitness": {
"type": "http",
"url": "https://qa.honeygate.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: viewportwitness
Remote MCP URL: https://qa.honeygate.app/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": {
"viewportwitness": {
"url": "https://qa.honeygate.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"viewportwitness": {
"type": "http",
"url": "https://qa.honeygate.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "viewportwitness",
"transport": "streamable-http",
"url": "https://qa.honeygate.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_page— Choose this for broad website testing when the caller wants screenshots, responsive layout checks, accessibility findings, console/network errors, performance evidence, and a release diagnosis across phone portrait, phone landscape, and desktop.verify_page— Choose this only when the caller supplies explicit website assertions that need pass/fail results across three viewports.compare_page— Choose this for visual regression testing after check_page has produced a completed, unexpired baseline.extract_page— Choose this when an agent needs the readable content of a public webpage as deterministic clean Markdown, without screenshots or browser execution.web_release_gate— Choose this for a passive website release-security review of headers, cookie flags, mixed content, cross-origin script integrity, and server disclosure.