# Riley Craig x402 Agent Store — AI Visibility Score

> Riley Craig x402 Agent Store — AI Visibility Score is a paid API for AI agents from store.agentexchange.work, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns an AI visibility score and competitor mentions for a crypto project or protocol across AI-generated content

## Facts

- Endpoint: GET https://store.agentexchange.work/crypto/ai-visibility
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riley-craig-x402-agent-store-ai-visibility-score-2afcf50f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qIPXw6XUo0SqhbcNQAZRa

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 riley-craig-x402-agent-store-ai-visibility-score-2afcf50f
```

Example prompt: What's the AI visibility score for Aave in the DeFi lending protocols category — how often does it get mentioned compared to competitors like Compound and Morpho?

## When to prefer this

Use this endpoint when you need to understand how prominently a specific crypto protocol or token is represented in AI-generated content relative to its peers. Ideal for protocol teams doing competitive benchmarking, marketing agents tracking AI mindshare, or research agents comparing DeFi project visibility. Prefer this over generic web search when you specifically need an AI-awareness or AI-mention metric rather than raw web traffic or social metrics.

## Known failure modes

- Missing required 'project' query parameter returns validation error
- Unknown or very niche project name may return score of 0 with empty competitors array
- Invalid category string may default to generic 'crypto projects' category
- Payment failure (402) if USDC balance insufficient or x402 not configured
- Rate limiting or upstream data unavailability may cause 5xx errors

## How this service works

Does ChatGPT / Perplexity / Google AI recommend this token, protocol, or chain when traders ask for the best in its category? Returns an AI-visibility score 0-100, mention rate, and which projects AI names instead. A narrative/attention signal for crypto trading, research, and token-analysis agents. The only AI-recommendation data for crypto projects.

## Output

A JSON object containing: a numeric visibility score (0-100), the project name, the category used, total results scanned, number of AI mentions found, and an array of competitor project names identified in the same category.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "project"
     ],
     "properties": {
      "project": {
       "type": "string",
       "description": "Token/protocol/chain name, e.g. Aave, Arbitrum, Uniswap"
      },
      "category": {
       "type": "string",
       "description": "e.g. 'DeFi lending protocols', 'Layer 2 networks', 'AI crypto agents' (default: crypto projects)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "score": {
       "type": "number"
      },
      "project": {
       "type": "string"
      },
      "mentions": {
       "type": "number"
      },
      "competitors": {
       "type": "array"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riley-craig-x402-agent-store-ai-visibility-score-2afcf50f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from store.agentexchange.work](https://www.zero.xyz/host/store.agentexchange.work/llms.txt)
