Your visibility data, in your stack.

RankRush exposes a REST API, a CLI, and an MCP server on every paid plan. Pull per-engine citation and mention data into your BI stack, your automations, your AI assistant, or your own dashboard, with scoped keys and signed webhooks.
Request
curl https://api.rankrush.ai/v1/visibility \  -H "Authorization: Bearer rr_live_..." # live citation + mention rates,# per engine, as JSON

Talk to us before connecting through API.

The endpoints are live, but we don't publish the full reference yet. Tell us what you're building and we'll send keys and the exact endpoints that fit your use case. No docs spelunking, no support tickets, a real person on the other end.

Email us your use case See pricing

What people build

Your data, wired into everything.

Pipe citation data into your BI stack

Pull per-engine scores and citations into Looker, Metabase, or Tableau and chart visibility next to the rest of your funnel.

Trigger automations on change

Fire n8n, Make, or Zapier flows when a citation appears, a score crosses a threshold, or an audit finishes.

Drive RankRush from your AI assistant

Install the MCP server and let Claude, or any MCP client, check visibility, run audits, and pull reports for you, right in the chat.

Embed in your agency dashboard

Surface each client's visibility inside your own reporting, white-labeled, with no extra login for the client.

Webhooks for visibility events

New citation, score change, competitor move, audit complete. POST to your endpoint and build whatever reaction you need.

The shape

Shaped the way you'd expect.

  • REST endpoints, JSON request and response bodies.
  • A CLI: pip install rankrush-cli, every command with --json output.
  • An MCP server, so Claude and other AI assistants drive it with the same key.
  • Scoped API keys per profile, passed as Bearer tokens.
  • Webhooks signed with HMAC, so you can trust the payload.
  • Generate and revoke keys anytime in Settings, API Keys.
  • Manage API keys
Response · 200 OK
{  "profile": "acme.com",  "overall_score": 42,  "by_engine": {    "chatgpt": 17,    "claude": 33,    "perplexity": 58,    "gemini": 25  }}

Email is the front door

Tell us what you're building.

Send us your use case and we'll get you keys and the endpoints that fit. REST API, CLI, and MCP access is included on every paid plan.