visibleai-audit

Verified·Scanned 2/17/2026

GEO audit API for AI agents. Check brand visibility across ChatGPT, Perplexity, Gemini. Pay $0.99 USDC via x402. No API keys needed.

from clawhub.ai·v1.1.0·5.6 KB·0 installs
Scanned from 1.1.0 at 7b4900f · Transparency log ↗
$ vett add clawhub.ai/feydefi/visibleai-audit

VisibleAI Audit

Check how visible any brand is across AI search engines. Returns a GEO (Generative Engine Optimization) score with full optimization report.

Quick Start

# Agent request → returns 402 with payment instructions
curl -X POST https://visibleai.space/api/v1/audit \
  -H "Content-Type: application/json" \
  -d '{"brand": "BRAND_NAME", "industry": "INDUSTRY"}'

# Pay 0.99 USDC on Base, then retry with tx hash
curl -X POST https://visibleai.space/api/v1/audit \
  -H "Content-Type: application/json" \
  -H "X-Payment-Tx: 0xYOUR_TX_HASH" \
  -d '{"brand": "BRAND_NAME", "industry": "INDUSTRY"}'

Parameters

FieldTypeRequiredDescription
brandstringYesBrand or company name
websitestringNoWebsite URL to analyze
industrystringNoIndustry or vertical (default: "general")
competitorsstring[]NoUp to 5 competitor names

Response

Full optimization report (JSON):

  • overall_score (0-100) and letter grade
  • Per-engine scores (Gemini, Perplexity, and more)
  • Category breakdown (discovery, branded, comparison)
  • Site analysis (schema markup, meta tags)
  • Actionable recommendations — specific fixes to improve visibility

Payment

  • Price: $0.99 USDC per audit
  • Network: Base (chain ID 8453)
  • Protocol: x402
  • Wallet: 0xB33FF8b810670dFe8117E5936a1d5581A05f350D
  • No API keys required — pay per query, no accounts

Payment Flow

  1. POST to /api/v1/audit → receive 402 with payment details
  2. Send 0.99 USDC to wallet on Base
  3. Retry same request with X-Payment-Tx: <tx_hash> header
  4. Receive full audit response

MCP Server

Also available as an MCP tool:

{
  "visibleai": {
    "url": "https://visibleai.space/api/mcp"
  }
}

Tool: visibleai_audit(brand, website?, industry?)

Links