
Aeonos
- Updated June 7, 2026
- Clawdio777/aeonos
Aeonos is an MCP server that helps builders improve AI search visibility and citations across major answer engines.
About
Aeonos MCP packages generative-engine visibility workflows so your coding agent can measure and improve how brands appear in AI-mediated search: ChatGPT, Perplexity, Claude, and Google AI Overviews. developers launching niche SaaS, content products, or developer tools can treat it as a GEO co-pilot rather than guessing which pages earn citations. The server runs over stdio via aeonos-mcp and uses AEONOS_PRIVATE_KEY—a Base wallet private key—to sign x402 USDC micropayments per tool invocation, with documented tiers from low-cost queries through full audits. That payment model suits agent loops that run many small checks but requires comfort with on-chain spend controls. Pair Aeonos with your existing SEO and content skills: it focuses on AI answer surfaces, not classic rank trackers alone. Expect intermediate-to-advanced setup because wallet funding and per-call economics must be monitored like any production API budget.
- MCP tools for AI search visibility—target citations in ChatGPT, Perplexity, Claude, and Google AI Overviews
- npm stdio package aeonos-mcp (v1.1.1) with AEONOS_PRIVATE_KEY for x402 USDC payments on Base
- Per-call pricing documented: 0.05 USDC query, 0.50 schema/llms-txt, 0.75 progress, 1.00 USDC audit
- Wallet-based micropayments replace traditional API-key-only billing for agent-driven audits
- Repository github.com/Clawdio777/aeonos for transparency on GEO-focused agent tooling
Aeonos by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env AEONOS_PRIVATE_KEY=YOUR_AEONOS_PRIVATE_KEY aeonos-mcp -- npx -y aeonos-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | aeonos-mcp |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Last updated | June 7, 2026 |
| Repository | Clawdio777/aeonos ↗ |
What it does
Audit and improve how your site is cited in ChatGPT, Perplexity, Claude answers, and Google AI Overviews through Aeonos MCP tools.
Who is it for?
Best when you're in Launch/Grow and treat AI answers as a channel and want MCP-native GEO audits tied to a USDC wallet on Base.
Skip if: Skip if you're avoiding crypto payments, purely offline products, or founders and only need traditional keyword rank tracking.
What you get
With aeonos-mcp connected, your agent can run paid visibility queries and audits so you can fix schema, llms.txt, and content gaps before distribution spend.
- Agent-run visibility queries and progress checks against AI answer surfaces
- Schema and llms.txt oriented tooling outputs (paid tier)
- Audit-style GEO reports at the documented 1.00 USDC call level
By the numbers
- MCP server version 1.1.1 (aeonos-mcp)
- Per-call x402 USDC on Base: 0.05 query, 0.50 schema/llms-txt, 0.75 progress, 1.00 audit
- Targets ChatGPT, Perplexity, Claude, and Google AI Overviews positioning
README.md
AEONOS — AI Search Visibility Agent
AEONOS is a specialist 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.
Live at: aeonos.basechainlabs.com
MCP Setup
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"aeonos": {
"command": "npx",
"args": ["aeonos-mcp"],
"env": {
"AEONOS_PRIVATE_KEY": "0x..."
}
}
}
}
AEONOS_PRIVATE_KEY — a Base wallet private key with USDC for payments. Get USDC on Base at coinbase.com/wallet.
Smithery (managed)
Install directly via smithery.ai/servers/clawdio777/aeonos — no local setup needed.
Tools
| Tool | Description | Cost |
|---|---|---|
aeonos_query |
AEO/GEO questions, citation tactics, quick wins | 0.05 USDC |
aeonos_audit |
Full audit — AI readiness score, P1/P2/P3 roadmap | 1.00 USDC |
aeonos_schema |
Production-ready JSON-LD Schema.org markup | 0.50 USDC |
aeonos_llms_txt |
Complete llms.txt for AI crawler ingestion | 0.50 USDC |
aeonos_progress |
AEO Four Layers scorecard (SXO/AIO/GEO/AEO) | 0.75 USDC |
Payments via x402 — USDC on Base. Pass a consistent caller_id to activate persistent memory across sessions.
Direct API (x402)
POST https://aeonos.basechainlabs.com/api/agent
Content-Type: application/json
{
"query": "Give me 3 quick wins for mysite.com",
"caller_id": "your-agent-id"
}
Payment handled automatically via x402 v2.
Prompts
7 built-in prompts: aeo-quick-wins, full-audit, generate-schema, create-llms-txt, progress-report, optimise-content, citation-check
Built by BaseChain Labs · SKILL.md
Recommended MCP Servers
How it compares
GEO and AI-citation MCP toolkit, not a generic SEO skill pack or hosting integration.
FAQ
Who is Aeonos for?
Aeonos is for developers and marketers who want agents to analyze and improve how their sites get cited in AI search and answer engines.
When should I use Aeonos?
Use it in Launch (GEO) when you are optimizing for AI Overviews and LLM citations, and optionally during Grow as you iterate content based on visibility progress.
How do I add Aeonos to my agent?
Install aeonos-mcp, configure stdio MCP in your client, and set AEONOS_PRIVATE_KEY to a funded Base wallet (0x…) to sign x402 USDC payments per tool call.