# AIScan Generate Skill - AI Visibility Audit

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

Audits a website URL for AI visibility, returning scores for AEO, GEO, Agent Readiness, and MCP Readiness along with brand visibility metrics.

## Facts

- Endpoint: POST https://api.getaiscan.app/api/agent/generate_skill
- Price: $0.45/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiscan-generate-skill-ai-visibility-audit-4fc68abc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NQQW3-KPjjG2HgtWdZnfQ

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-generate-skill-ai-visibility-audit-4fc68abc -d '<json body>'
```

Example prompt: Can you run an AIScan audit on https://acme.com and tell me the AEO, GEO, Agent Readiness, and MCP Readiness scores so I know how visible we are to AI systems?

## When to prefer this

Use this endpoint when you need a fast, comprehensive AI visibility audit of a website, especially when MCP Readiness scoring is required — a metric not available from generic SEO tools. Ideal for marketers, developers, or agents tasked with assessing how well a brand or website surfaces in AI-powered search and agent ecosystems.

## Known failure modes

- Invalid or unreachable URL returns an error — ensure the full URL including scheme (https://) is provided
- Payment failure (insufficient USDC balance) blocks execution
- Timeout if the target website is very slow to load
- Malformed URL format causes validation rejection

## 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 the capability executed and the analyzed site URL, along with payment settlement info. The underlying audit covers four AI visibility scores (AEO, GEO, Agent Readiness, MCP Readiness) and brand visibility data indicating how often AI systems name the brand.

## 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-generate-skill-ai-visibility-audit-4fc68abc/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)
