← Registry

General Tools

honeygate.app

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint6 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://qa.honeygate.app/mcp

No auth detected

MCP server metadata

Name
ViewportWitness
Version
0.2.1
Capabilities
tools.listChanged

Known tools 6

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.

Inferred read-only
verify_page

Choose this only when the caller supplies explicit website assertions that need pass/fail results across three viewports.

Inferred read-only
compare_page

Choose this for visual regression testing after check_page has produced a completed, unexpired baseline.

Inferred read-only
extract_page

Choose this when an agent needs the readable content of a public webpage as deterministic clean Markdown, without screenshots or browser execution.

Inferred read-only
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.

Inferred read-only
get_report

Retrieve the status or completed QA report for a previously submitted job.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.