New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

collimer-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collimer-mcp

MCP server for Collimer — run a free AI-search visibility scan on any website and get the score, top gap, and a branded report.

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

collimer-mcp

An MCP server that lets AI agents run a free Collimer AI-search visibility scan on any website — how visible a brand is in ChatGPT, Perplexity, Google AI Overviews, and other answer engines.

It exposes one tool, beacon_free_scan, which returns a depth-gated teaser: an AI-visibility score, a confidence interval, the single biggest gap, and a branded report URL. The full report (share of voice across each engine + every recommendation) unlocks with a free account on the web.

Install

Claude Desktop / Claude Code (and any MCP client)

Add to your MCP config (e.g. claude_desktop_config.json):

{
  "mcpServers": {
    "collimer": {
      "command": "npx",
      "args": ["-y", "collimer-mcp"]
    }
  }
}

Then ask your assistant something like "How visible is example.com in AI search?" — it will call beacon_free_scan.

The tool

beacon_free_scan(domain, email?)

  • domain — the website to scan, e.g. example.com or https://example.com.
  • email (optional) — emails the report and speeds claiming the account later.

Returns the teaser (score, confidence interval, top gap, report URL, and an unlock link). It never returns the full report — that is gated behind a free account.

Configuration (env)

VarDefaultPurpose
COLLIMER_API_BASEhttps://app.collimer.comAPI base URL
COLLIMER_SCAN_SOURCEmcpFunnel attribution channel
COLLIMER_MAX_POLLS60Max poll attempts
COLLIMER_POLL_INTERVAL_MS5000Poll interval
COLLIMER_REQUEST_TIMEOUT_MS30000Per-request timeout

Develop

npm install
npm run build          # → dist/
npm run smoke          # real scan against prod, prints the teaser
npm run test:protocol  # spawns the server + calls the tool over MCP/stdio

The public API it wraps is documented at https://app.collimer.com/docs (OpenAPI: /api/v1/openapi.json).

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 Jul 2026

Related posts