Skip to content

Releases: AutomateLab-tech/citation-intelligence

v0.7.0 — GitHub Action + MCP server

25 May 16:18

Choose a tag to compare

Citation Intelligence v0.7.0

MCP server for auditing AI citation visibility across Perplexity, Claude, ChatGPT, Gemini, Bing, and Google AI Overviews.

GitHub Action (new in this release)

Use Citation Intelligence directly in your CI/CD pipelines:

- uses: AutomateLab-tech/citation-intelligence@v0.7.0
  with:
    domain: example.com
    queries: |
      what is the best tool for AI citation tracking
      how to check if my site is cited by ChatGPT
    engine: auto
    perplexity_api_key: ${{ secrets.PERPLEXITY_API_KEY }}
    anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

Inputs: domain, queries (one per line), engine (auto/perplexity/claude/openai/gemini/google_ai_mode), plus one API key per engine.

Outputs: cited (true/false), citation_rate (0.0–1.0), result (full JSON).

Set fail_if_not_cited: true to fail the build when your domain drops out of citations.

MCP server

Self-hosted, BYO keys, no telemetry. Install via npm or Docker — see README.