# AIScan Full Report - AI Visibility Audit

> AIScan Full Report - AI Visibility Audit is a paid API for AI agents from api.getaiscan.app, paid per call via x402, $1.55/call, status unknown (last checked 2026-09-13).

Audits a website and returns a full AI visibility report with AEO, GEO, Agent Readiness, and MCP Readiness scores plus brand visibility metrics

## Facts

- Endpoint: POST https://api.getaiscan.app/api/agent/full_report
- Price: $1.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiscan-full-report-ai-visibility-audit-b0a44a77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UoeE6VEuIfcHa37stWcLR

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aiscan-full-report-ai-visibility-audit-b0a44a77 -d '<json body>'
```

Example prompt: Can you run a full AIScan AI visibility audit on https://mycompany.com and show me the AEO, GEO, Agent Readiness, and MCP Readiness scores, plus how often AI actually names my brand?

## When to prefer this

Use this endpoint when you need a comprehensive AI visibility audit covering all four dimensions (AEO, GEO, Agent Readiness, MCP Readiness) in a single call. Prefer this over individual score checks when you want a holistic view of how a website performs across AI discovery channels, especially when MCP readiness is a concern — a dimension unique to AIScan.

## Known failure modes

- Invalid or unreachable URL returns an error — ensure the full URL including scheme (https://) is provided
- Payment failure via x402 protocol if insufficient USDC balance ($1.55 required per call)
- Timeout if the target website is slow or unresponsive during the 60-second audit window
- Malformed URL (missing protocol or typos) may cause a 400-level error

## How this service works

AIScan audits any website for AI visibility in 60 seconds. 4 scores: AEO, GEO, Agent Readiness, MCP Readiness. Plus Brand Visibility: how often AI actually names your brand. The only scanner with MCP Readiness.

## Output

Returns a full AI visibility report for the given website, including four scored dimensions (AEO, GEO, Agent Readiness, MCP Readiness), brand visibility metrics showing how often AI models name the brand, and payment settlement info. The capability field confirms what was executed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Full URL of the website to analyze, e.g. https://example.com"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "capability"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Analyzed site URL"
  },
  "payment": {
   "type": "object",
   "description": "Payment settlement info"
  },
  "capability": {
   "type": "string",
   "description": "Capability that was executed"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aiscan-full-report-ai-visibility-audit-b0a44a77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getaiscan.app](https://www.zero.xyz/host/api.getaiscan.app/llms.txt)
