General Tools
honeygate.app
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://qa.honeygate.app/mcp
MCP server metadata
- Name
- ViewportWitness
- Version
- 0.2.1
Known tools 6
check_pageChoose 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.
Inferred read-onlyverify_pageChoose this only when the caller supplies explicit website assertions that need pass/fail results across three viewports.
Inferred read-onlycompare_pageChoose this for visual regression testing after check_page has produced a completed, unexpired baseline.
Inferred read-onlyextract_pageChoose this when an agent needs the readable content of a public webpage as deterministic clean Markdown, without screenshots or browser execution.
Inferred read-onlyweb_release_gateChoose this for a passive website release-security review of headers, cookie flags, mixed content, cross-origin script integrity, and server disclosure.
Inferred read-onlyget_reportRetrieve the status or completed QA report for a previously submitted job.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.