Trust: 25/100 (Limited)
ai-seo MCP (AI Citation Toolkit) Guide
14 tools to audit, score, and rewrite pages for AI-citation eligibility (AEO/GEO/LLM visibility). Composes audit_schema, audit_canonical, check_robots, check_sitemap, score_ai_overview_eligibility, score_citation_worthiness, generate_llms_txt, validate_llms_txt, rewrite_for_aeo, rewrite_for_geo, extract_entities, diff_pages, and audit_page. Read-only, no API keys.
by AutomateLab
Quick Start
Install
npx -y @automatelab/ai-seo-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ai-seo-mcp-ai-citation-toolkit": {
"command": "npx",
"args": [
"-y @automatelab/ai-seo-mcp"
]
}
}
}