Skip to content
ToolCargo

Docs · Updated 2026-09-11

Getting started

From a new account to your assistant auditing a real page, in about three minutes.

1. Create an account

Sign up with an email and password. Site Audit is activated on the Free plan straight away (50 tool calls a month). No card is needed.

2. Connect your client

Every hosted connector has its own server URL. For Site Audit it is:

server URL
https://toolcargo.com/mcp/site-audit

There are two ways to authenticate, depending on the client:

  • OAuth sign-in — for Claude (claude.ai and Desktop) and ChatGPT. Paste the URL; the client opens a ToolCargo page where you approve access. Nothing to copy.
  • API key — for Claude Code, Cursor and VS Code. Create a key in the dashboard and send it as an Authorization: Bearer header.

With Claude Code, one command does it:

terminal
claude mcp add --transport http --scope user toolcargo-site-audit https://toolcargo.com/mcp/site-audit \
  --header "Authorization: Bearer YOUR_API_KEY"

Other clients: client setup.

3. Ask for an audit

Open a conversation and ask in plain language, for example:

prompt
Audit https://example.com and tell me anything that would stop it from being indexed or shared properly.

Your assistant chooses the tools it needs (usually audit_page first) and reports back. Each call appears under Usage in your dashboard, with its result and duration.

What next