← pageaudit.online

INDIVIDUAL MCP TOOL

billing

Plano free, preços, parâmetros x402 e a oferta de trial: cadastro com e-mail confirmado = 90 dias sem paywall (campo `trial`; com sessão mostra o estado).

pageaudit.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://pageaudit.online/mcp

No auth detected

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

pageaudit.online

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.pageaudit]
url = "https://pageaudit.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pageaudit": {
      "type": "http",
      "url": "https://pageaudit.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pageaudit
Remote MCP URL: https://pageaudit.online/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": {
    "pageaudit": {
      "url": "https://pageaudit.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pageaudit": {
      "type": "http",
      "url": "https://pageaudit.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pageaudit",
  "transport": "streamable-http",
  "url": "https://pageaudit.online/mcp"
}
MCP Inspector

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

Related tools

  • api_index — Descobre toda a API PageAudit (índice auto-descrito).
  • health — Liveness e build publicado.
  • list_tools — Lista as micro-tools (title, meta, canonical, OG, JSON-LD…).
  • get_tool — Copy e checks de uma micro-tool pelo slug (ex.
  • audit_url — Audita uma URL e devolve o relatório completo com a correção pronta de cada achado (`fixes`), sem aba.
  • create_guest — Cria guest token pa_… para workspace de abas.
  • list_tabs — Lista abas do dono (guest ou sessão).
  • create_tab — Abre aba para uma URL no workspace.