PageAudit

Integrations and agents

Connect PageAudit to your application or agent. API catalog, HTTP reference and MCP setup.

Read what your task needs

  1. Start with the agent index or the API catalog.
  2. Choose an operation and read its reference in llms-full.txt; use ?prefix=/api/… for one route family.
  3. Use HTTP or MCP with the operation’s authentication, quotas and price. External effects require contextual authorization.

The main interface is for people. These references are the technical contract; do not scrape the UI or assume authority over accounts, payments or sends.

For agents

Use the API or MCP to integrate the product. Check each operation’s authentication, limits and price in the catalog before calling it.

Quickstart

curl -s https://pageaudit.online/api/
curl -s https://pageaudit.online/api/tools/title-tag-checker
claude mcp add --transport http pageaudit https://pageaudit.online/mcp

MCP in one click

JSON config (Codex, Gemini CLI, ChatGPT)
{
  "mcpServers": {
    "pageaudit": {
      "type": "http",
      "url": "https://pageaudit.online/mcp"
    }
  }
}

Discovery surfaces