mcpbeat Sign in

Aeonos MCP Server

local only

Aeonos runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 2 Sep 2026.

AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews.

Installs per day peak 23 · avg 9 · -37% w/w
a month agotoday
55
Installs / week
npm · aeonos-mcp
0
Stars
3 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime public/index.html:545
          result.innerHTML = html;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aeonos -- npx -y aeonos-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aeonos": {
      "args": [
        "-y",
        "aeonos-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aeonos]
command = "npx"
args = ["-y", "aeonos-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aeonos": {
      "args": [
        "-y",
        "aeonos-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aeonos": {
      "args": [
        "-y",
        "aeonos-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AEONOS_PRIVATE_KEY (Base wallet private key (0x...) — used to sign x402 payments in USDC on Base. Per-call: 0.05 (query), 0.50 (schema/llms-txt), 0.75 (progress), 1.00 USDC (audit).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aeonos

same job, measured the same way
Brand Intelligence
by nudg3

Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity.

118 installs/wk answering
Kariops Pulse
by dohertykariann-code

Track your brand's visibility in AI search across Claude, ChatGPT, Perplexity, and Gemini.

answering
Agentaeo MCP Server
by digitaldatadriven

AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI.

98 installs/wk local only
Geo Analyzer
by houtini-ai

Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews

50 installs/wk local only
Citation Intelligence
by automatelab-tech

Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query.

130 installs/wk local only
AI Visibility
by sharozdawa

Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini.

31 installs/wk local only
AIsa AI Visibility
by aisa

How a brand shows up in ChatGPT, Claude, Gemini and Perplexity answers.

answering
AI Readiness
by epistemedeus

Check if a website is visible to AI search (ChatGPT, Perplexity, Claude) and get per-gap fixes.

local only

Aeonos — questions

Answers built from our own checks of this server.

Why is there no uptime for Aeonos?
Aeonos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package aeonos-mcp was installed 55 times last week.
How do I connect Aeonos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aeonos-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aeonos?
The npm package aeonos-mcp was installed 55 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aeonos open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.