# Innovalyxx Sovereign Edge – GEO Audit

> Innovalyxx Sovereign Edge – GEO Audit is a paid API for AI agents from edge.innovalyxx.com, paid per call via x402, $99/call, status unknown (last checked 2026-09-19).

Audits a merchant homepage for GEO (Generative Engine Optimization) compliance, checking agent-card discoverability, product-feed accessibility, and payment readiness, returning a scored gap report.

## Facts

- Endpoint: POST https://edge.innovalyxx.com/mcp/tools/run_geo_audit
- Price: $99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/innovalyxx-sovereign-edge-geo-audit-06c9f00b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-KNrSMlD6FNPoZyxUxWim

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 innovalyxx-sovereign-edge-geo-audit-06c9f00b -d '<json body>'
```

Example prompt: Run a GEO audit on https://shop.example.com and tell me what gaps exist in agent discoverability, including checking the agent card and product feed.

## When to prefer this

Use this endpoint when you need a structured, scored compliance audit of a merchant website's readiness for AI agent discovery — specifically checking A2A/MCP agent cards, product feeds, and GEO signals. Prefer this over manual site inspection or generic SEO tools when the goal is autonomous-agent discoverability rather than traditional search engine optimization.

## Known failure modes

- URL is unreachable or returns non-200 response — audit fails with connectivity error
- Agent card URL not found at default or specified path — flagged as gap in checks
- Product feed URL inaccessible or malformed — flagged as gap with no feed data
- Invalid or non-HTTPS URL supplied — validation error before audit begins
- Payment failure via x402/USDC — request not processed

## How this service works

Verified cyber-physical AI tools for autonomous agents. Pay per call via x402 (USDC on Base). 26 tools covering MRV verification, biodiversity, skip twin, site certification, agent trust, transaction evidence, protocol bridging, GEO audit, IATP reputation, ABV maturity, NIST TEVV alignment, and encrypted memory write/read/query/grant/revoke/tool_context/pricing_hint/subscription_quote/attest/verify_attestation.

## Output

Returns a JSON object with an ok flag, the audited URL, a geo_score (numeric), a checks object detailing each compliance check performed, a gaps array listing specific deficiencies found, payment metadata, and the tool name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Absolute HTTPS URL of the merchant homepage to audit."
  },
  "agent_card_url": {
   "type": "string",
   "description": "Optional A2A / MCP agent-card URL (defaults to /.well-known/agent-card.json)."
  },
  "product_feed_url": {
   "type": "string",
   "description": "Optional explicit product-feed URL if it is not discoverable from the homepage."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "url": "url",
  "gaps": [],
  "tool": "run_geo_audit",
  "checks": {},
  "payment": {},
  "geo_score": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/innovalyxx-sovereign-edge-geo-audit-06c9f00b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edge.innovalyxx.com](https://www.zero.xyz/host/edge.innovalyxx.com/llms.txt)
