# MeSquared AI Search Visibility

Check how visible a business website is to AI search engines like ChatGPT, Perplexity, Claude, and Google AI Overviews. Returns a 0-100 visibility score, the top trust and citation issues, and a link…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mesquared/visibility

# Browse available tools
npx -y @smithery/cli@latest tool list mesquared/visibility

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mesquared/visibility scan_visibility

# Call a tool
npx -y @smithery/cli@latest tool call mesquared/visibility scan_visibility '{}'
```

## Direct MCP Connection

Endpoint: `https://visibility--mesquared.run.tools`

## Tools (2)

- `scan_visibility` — Check how visible a business website is to AI search engines like ChatGPT, Perplexity, and Google AI Overviews. Returns…
- `compare_visibility` — Compare the AI visibility scores of two business websites side by side and highlight which site is easier for AI system…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mesquared/visibility <tool-name>
```
