← hubvibe-831480473793.us-south1.run.app

INDIVIDUAL MCP TOOL

audit_wcag

WCAG 2.

hubvibe-831480473793.us-south1.run.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://hubvibe-831480473793.us-south1.run.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for audit_wcag 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

hubvibe-831480473793.us-south1.run.app

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.hubvibe-site-audit]
url = "https://hubvibe-831480473793.us-south1.run.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hubvibe-site-audit": {
      "type": "http",
      "url": "https://hubvibe-831480473793.us-south1.run.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hubvibe-site-audit
Remote MCP URL: https://hubvibe-831480473793.us-south1.run.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": {
    "hubvibe-site-audit": {
      "url": "https://hubvibe-831480473793.us-south1.run.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hubvibe-site-audit": {
      "type": "http",
      "url": "https://hubvibe-831480473793.us-south1.run.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hubvibe-site-audit",
  "transport": "streamable-http",
  "url": "https://hubvibe-831480473793.us-south1.run.app/mcp"
}
MCP Inspector

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

Related tools

  • audit_seo — Title, meta description, H1 structure, canonical link, OpenGraph tags, structured data, and lang attribute.
  • audit_security — HTTPS, HSTS, CSP, X-Content-Type-Options, clickjacking protection, Referrer-Policy, and CORS from a live HTTP response -- not a TLS/cipher scan or a penetration test.
  • audit_performance — DOM node count, transferred bytes, and request count from one real page load -- not a full Lighthouse audit.
  • audit_bundle — Runs wcag + seo + security + performance against one URL, billed as a single call.