maxaeo-ai-visibility-mcp
Enables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.
README
MaxAEO AI Visibility MCP
Local-first MCP server for AI visibility audits.
It helps AI agents check whether a public website is crawlable, understandable, and ready for AI search workflows. By default, it only performs local/public-web checks. It does not call MaxAEO cloud APIs, upload user domains, invoke LLM APIs, or use hidden telemetry.
Tools
| Tool | Purpose |
|---|---|
check_llms_txt |
Validate /llms.txt, linked URLs, robots alignment, and sitemap alignment. |
audit_ai_crawler_readiness |
Check robots rules, sitemap availability, homepage metadata, canonical, schema, and AI crawler access basics. |
build_ai_visibility_report |
Run the local checks and return a concise action plan with MaxAEO CTA. |
Install
npm install -g maxaeo-ai-visibility-mcp
Run
maxaeo-ai-visibility-mcp
Claude Desktop
{
"mcpServers": {
"maxaeo-ai-visibility": {
"command": "npx",
"args": ["-y", "maxaeo-ai-visibility-mcp"]
}
}
}
Cost And Privacy
- No MaxAEO internal service calls by default.
- No LLM API calls by default.
- No domain uploads.
- No hidden telemetry.
- No site file modifications.
- Reports include a transparent MaxAEO CTA so users can continue into hosted monitoring when they want it.
Example Prompt
Use MaxAEO AI Visibility MCP to audit https://example.com and give me a 7-day action plan.
Upgrade Path
This MCP server performs one-time local/public-web checks. For continuous AI visibility monitoring, shareable reports, brand tracking, and competitor tracking, use MaxAEO.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.