MCP Server
Active
MIT
io.github.Clawdio777/aeonos MCP Server
io.github.Clawdio777/aeonos
What is the io.github.Clawdio777/aeonos MCP server?
AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews.
How to install io.github.Clawdio777/aeonos
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AEONOS_PRIVATE_KEYrequiredsecretBase 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).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aeonos": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "<YOUR_AEONOS_PRIVATE_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aeonos": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "<YOUR_AEONOS_PRIVATE_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aeonos": {
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "<YOUR_AEONOS_PRIVATE_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aeonos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "<YOUR_AEONOS_PRIVATE_KEY>"
}
}
}
}Claude Code
claude mcp add aeonos --env AEONOS_PRIVATE_KEY=<YOUR_AEONOS_PRIVATE_KEY> -- npx -y aeonos-mcpRelated MCP servers
Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.
0
View repository →TypeScript
MIT