streamable-httpupdated 3mo ago
Connect Claude Code to your AuraCite AI‑Visibility (GEO) data — see how ChatGPT, Gemini, and Perplexity mention, rank, and cite your brand, and how your Google Search Console performance lines up with it — without leaving your terminal.
What can you do with ai visibility?
AuraCite — Claude Code plugins
Connect Claude Code to your AuraCite AI‑Visibility (GEO) data — see how ChatGPT, Gemini, and Perplexity mention, rank, and cite your brand, and how your Google Search Console performance lines up with it — without leaving your terminal.
This repo is a Claude Code plugin marketplace.
Install
In Claude Code:
/plugin marketplace add G5317/auracite-claude-plugins
/plugin install auracite-agent-hub@auracite
/mcp
Then pick auracite in the /mcp list and click Authenticate — a browser opens and you log in
with your AuraCite account. The connection is OAuth‑based: no API key to paste, no secret to store.
Requires an active AuraCite account. The connector is tenant‑scoped — your token only ever sees your own project's data.
What you get
The auracite-agent-hub plugin bundles an MCP connector plus an ai-visibility skill. Read‑only tools include:
- AI visibility: brands, mentions, citations, visibility score, share‑of‑voice, AI‑engine breakdown, competitor comparison, trend data.
- Google Search Console: top queries, per‑page rows, country/device breakdowns, trends — and a combined AI‑visibility overview that correlates classic search with generative‑engine visibility.
- Visibility Intelligence: opportunity briefs and signal health for your project.
Ask things like "How does my brand show up across ChatGPT and Google for my top queries?" and Claude answers from your real AuraCite data — no invented numbers.
Privacy & security
- OAuth (auth‑code + PKCE); the plugin is read‑only by default.
- Your token maps to exactly one tenant — no cross‑tenant access.
- No credentials are committed here; the connector authenticates at connect time.
Links
- Product: https://auracite.de
- Plugin details:
auracite-agent-hub
© AuraCite. Proprietary connector for the AuraCite SaaS.
Install
Add ai visibility to your client. Pick the one you use.
claude mcp add --transport http ai-visibility https://auracite.de/mcp/rpccodex mcp add ai-visibility --url https://auracite.de/mcp/rpc{
"mcpServers": {
"ai-visibility": {
"url": "https://auracite.de/mcp/rpc"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ai-visibility": {
"type": "http",
"url": "https://auracite.de/mcp/rpc"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ai-visibility": {
"url": "https://auracite.de/mcp/rpc"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-visibility": {
"serverUrl": "https://auracite.de/mcp/rpc"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 84 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 8, 2026 |