seegeo-mcp
v1.0.1
Published
MCP server for SeeGeo — audit any website for AI visibility (ChatGPT, Claude, Gemini, Perplexity) from Claude Desktop, Claude Code, Cursor or any MCP client.
Maintainers
Readme
seegeo-mcp
The SeeGeo MCP server: audit any website for AI visibility — whether ChatGPT, Claude, Gemini, Perplexity and Google's AI features can read, understand and cite it — from Claude Desktop, Claude Code, Cursor, or any MCP client.
Setup
- Create an API key at https://see-geo.com/account (free plan included).
- Add the server to your client.
Claude Code
claude mcp add seegeo -e SEEGEO_API_KEY=sg_… -- npx -y seegeo-mcpClaude Desktop / Cursor (claude_desktop_config.json or .cursor/mcp.json)
{
"mcpServers": {
"seegeo": {
"command": "npx",
"args": ["-y", "seegeo-mcp"],
"env": { "SEEGEO_API_KEY": "sg_…" }
}
}
}Prefer no install? The same tools are served remotely at
https://see-geo.com/mcp with the key as a bearer token:
claude mcp add --transport http seegeo https://see-geo.com/mcp --header "Authorization: Bearer sg_…"Tools
| Tool | What it does |
|---|---|
| audit_site | Full graded audit of a domain (A–F, six category scores, findings with fixes). Waits ~20–40 s. |
| get_audit | Re-read an audit by id, optionally with the full report. |
| crawler_check | Which AI crawlers can read a domain: robots.txt per bot + live fetches as GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot. |
| list_audits | Recent audits on the account. |
| usage | Plan and API audits used this month. |
Limits and the REST API behind this: https://see-geo.com/developers · OpenAPI: https://see-geo.com/openapi.json
