npm aeonos-mcpstdioMITupdated 3mo ago
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.
aeonos 能做什么?
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
安装
把 aeonos 添加到你的客户端。选择你正在使用的那个。
claude mcp add aeonos-mcp -- npx -y aeonos-mcpcodex mcp add aeonos-mcp -- npx -y aeonos-mcpamp mcp add aeonos-mcp -- npx -y aeonos-mcp{
"mcpServers": {
"aeonos-mcp": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aeonos-mcp": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"aeonos-mcp","command":"npx","args":["-y","aeonos-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"aeonos-mcp": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"aeonos-mcp": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"aeonos-mcp": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"aeonos-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"aeonos-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"aeonos-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y aeonos-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 个工具
aeonos 向已连接的智能体提供 5 个工具。
- aeonos_query
- AEO/GEO questions, citation tactics, quick wins
- aeonos_audit
- Full audit — AI readiness score, P1/P2/P3 roadmap
- aeonos_schema
- Production-ready JSON-LD Schema.org markup
- aeonos_llms_txt
- Complete llms.txt for AI crawler ingestion
- aeonos_progress
- AEO Four Layers scorecard (SXO/AIO/GEO/AEO)
评分
65 / 100
良好
- 文档18/25
- 维护16/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 86 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.1最新 | 2026年5月12日 |