# AEONOS — AI Search Visibility Agent (verified)

Generative Engine Optimisation (GEO) and Answer Engine Optimisation (AEO) agent. Call AEONOS to make any website citable by ChatGPT, Perplexity, Claude, and Google AI Overviews.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add clawdio777/aeonos

# Browse available tools
npx -y smithery tool list clawdio777/aeonos

# Get full schema for a tool
npx -y smithery tool get clawdio777/aeonos aeonos_query

# Call a tool
npx -y smithery tool call clawdio777/aeonos aeonos_query '{}'
```

## Direct MCP Connection

Endpoint: `https://aeonos--clawdio777.run.tools`

**Required config:**
- `AEONOS_PRIVATE_KEY` (header) — Base wallet private key (0x...) with USDC on Base for x402 payments

## Tools (5)

- `aeonos_query` — Ask AEONOS any AEO/GEO question. Get citation tactics, quick wins, keyword strategy, or AI visibility advice for any we…
- `aeonos_audit` — Full AEO/GEO audit. Returns AI readiness score (0–100), four-layer analysis, and P1/P2/P3 action roadmap. 1.00 USDC per…
- `aeonos_schema` — Generate production-ready JSON-LD Schema.org markup (FAQPage, Product, Service, LocalBusiness, HowTo). Returns valid JS…
- `aeonos_llms_txt` — Generate a complete llms.txt file for any website. Structured for ChatGPT (GPTBot), Perplexity (PerplexityBot), and Cla…
- `aeonos_progress` — Score a website on the AEO Four Layers framework (SXO/AIO/GEO/AEO). Returns per-layer scores and the next 3 highest-imp…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get clawdio777/aeonos <tool-name>
```

## Prompts (7)

- `aeo-quick-wins` (url) — Get 3 immediate AEO/GEO quick wins for any website
- `full-audit` (url) — Full AEO/GEO audit with P1/P2/P3 action roadmap
- `generate-schema` (url, type) — Generate production-ready JSON-LD Schema.org markup for any page
- `create-llms-txt` (url, business) — Generate a complete llms.txt file for AI crawler ingestion
- `progress-report` (url) — Score a website across the AEO Four Layers framework (SXO/AIO/GEO/AEO)
- `optimise-content` (content, target) — Optimise a piece of content or page copy for AI engine citation before publishing
- `citation-check` (url) — Check whether a URL or piece of content is likely to be cited by ChatGPT, Perplexity, or Google AI Overviews — and why …
