# AIScan AI Visibility Check

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

Audits a brand's AI visibility by scoring AEO, GEO, Agent Readiness, and MCP Readiness, plus measuring how often AI systems actually name the brand in its niche.

## Facts

- Endpoint: POST https://api.getaiscan.app/api/agent/visibility_check
- Price: $1.95/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiscan-ai-visibility-check-ff68ee2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7IkbNvmkNL869nXZGpsiQ

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-ai-visibility-check-ff68ee2c -d '<json body>'
```

Example prompt: Can you run an AIScan AI visibility audit on the brand Notion in the project management software niche and show me all four scores — AEO, GEO, Agent Readiness, and MCP Readiness — plus how often AI actually names them?

## When to prefer this

Use this endpoint when you need to assess how discoverable and well-represented a brand is across AI-powered search and answer systems, especially if MCP Readiness scoring is required — this is the only scanner offering that metric. Prefer it over generic SEO tools when the specific concern is AI chatbot and agent visibility rather than traditional search ranking.

## Known failure modes

- Missing required 'brand' or 'niche' fields returns a validation error
- Payment of $1.95 USDC not provided or rejected causes a 402 Payment Required error
- Invalid or unresolvable brand name may yield incomplete or empty scores
- Upstream AI visibility data unavailable causes partial or failed audit results

## 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 capability identifier confirming execution, along with the analyzed site URL and payment settlement info. The underlying audit covers four AI visibility scores (AEO, GEO, Agent Readiness, MCP Readiness) and brand mention frequency by AI systems.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "brand",
  "niche"
 ],
 "properties": {
  "brand": {
   "type": "string",
   "description": "Brand name to measure, e.g. \"Notion\""
  },
  "niche": {
   "type": "string",
   "description": "Market niche or category, e.g. \"project management software\""
  }
 }
}
```

## 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-ai-visibility-check-ff68ee2c/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)
