{ "name": "aeonos-mcp", "version": "1.1.2", "mcpName": "io.github.Clawdio777/aeonos", "description": "AEONOS — AI Search Visibility Agent. GEO/AEO specialist MCP server. Make any website citable by ChatGPT, Perplexity, Claude, and Google AI Overviews. — LLM SEO and AI citation optimisation for agent-native workflows.", "type": "module", "bin": { "aeonos-mcp": "./mcp-server.mjs" }, "files": [ "mcp-server.mjs", "README.md" ], "keywords": [ "mcp", "aeo", "geo", "seo", "ai-visibility", "schema", "llms-txt", "chatgpt", "perplexity", "google-ai-overviews", "x402", "llm-seo", "ai-citation-optimisation", "agent-discoverable-content", "generative-engine-optimisation", "ai-search-optimisation", "perplexity-optimisation", "chatgpt-visibility" ], "homepage": "https://aeonos.basechainlabs.com", "repository": { "type": "git", "url": "https://github.com/Clawdio777/aeonos" }, "license": "MIT", "scripts": { "dev": "vercel dev", "seed": "bun run seed/seed.ts", "deploy": "vercel --prod", "test:norg": "bun run src/tools.ts" }, "engines": { "node": ">=20" }, "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@coinbase/x402": "^2.1.0", "@supabase/supabase-js": "^2.49.0", "@vercel/node": "^5.0.0", "@x402/core": "^2.14.0", "@x402/evm": "^2.14.0", "@x402/extensions": "^2.14.0", "@x402/fetch": "^2.14.0", "cheerio": "^1.2.0", "dotenv": "^17.4.2", "resend": "^4.8.0", "stripe": "^17.7.0", "viem": "^2.48.11", "x402": "^1.2.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }