Skip to main content
ClaudeWave

MCP server for Collimer — free AI-search visibility scan (ChatGPT, Claude, Gemini, Perplexity) with a ranked fix plan and verification via collimer.com. npx collimer-mcp

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/sandcastlelabs/collimer-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "collimer-mcp": {
      "command": "node",
      "args": ["/path/to/collimer-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/sandcastlelabs/collimer-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# collimer-mcp

[![npm](https://img.shields.io/npm/v/collimer-mcp)](https://www.npmjs.com/package/collimer-mcp) · MIT · [Model Context Protocol](https://modelcontextprotocol.io)

**Let any AI agent run a free AI-search visibility scan on any website** — how visible a brand is in ChatGPT, Claude, Gemini, Perplexity, and Google AI Overviews.

Trackers tell you you're invisible. Collimer tells you *why*, and what to fix.

It exposes one tool, **`collimer_scan`**, which returns a depth-gated teaser: an AI-visibility score (0–100), a confidence interval, the single biggest gap, and a branded report URL. The full ranked fix plan and verification re-scan unlock with a free account at [collimer.com](https://collimer.com).

## Install

Add Collimer to any MCP client. It runs on-demand via `npx` — no install step.

**Claude Desktop / Claude Code** — add to your MCP config (`claude_desktop_config.json`, or `.mcp.json` in your project):

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

**Cursor / Windsurf / VS Code** — same block, in the editor's MCP settings (`~/.cursor/mcp.json`, Windsurf MCP settings, or `.vscode/mcp.json`).

Then ask your assistant:

> *"How visible is stripe.com in AI search?"*
> *"Run a Collimer scan on example.com and tell me the biggest AI-visibility gap."*
> *"Does ChatGPT cite acme.com when asked about its category?"*

Your assistant will call `collimer_scan` and return the teaser.

## The tool

**`collimer_scan(domain, email?)`**

| Arg | | |
|---|---|---|
| `domain` | required | The website to scan — `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. The full ranked fix plan and verification re-scan are **never** returned; they unlock with a free account.

## Configuration (env)

| Var | Default | Purpose |
|---|---|---|
| `COLLIMER_API_BASE` | `https://app.collimer.com` | API base URL |
| `COLLIMER_SCAN_SOURCE` | `mcp` | Funnel-attribution channel (set per distribution) |
| `COLLIMER_MAX_POLLS` | `60` | Max poll attempts |
| `COLLIMER_POLL_INTERVAL_MS` | `5000` | Poll interval |
| `COLLIMER_REQUEST_TIMEOUT_MS` | `30000` | Per-request timeout |

## What is Collimer?

[Collimer](https://collimer.com) measures and improves how often AI answer engines cite your brand — generative engine optimization (GEO), the AI-search successor to SEO. This MCP server is the free front door: scan any site from inside your assistant, see the score and the biggest gap, then open the full report and get your ranked fix plan at [collimer.com](https://collimer.com). API docs: [app.collimer.com/docs](https://app.collimer.com/docs).

## Privacy

The server calls Collimer's public scan API for the domain you pass and returns the result. It doesn't read your files or your conversation. Scans carry a `source` tag (default `mcp`) so we can see which channels are useful — no personal data beyond the optional email you provide.

## Develop

```bash
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
```

## License

MIT © [Sandcastle Labs](https://sandcastlelabs.ai)
ai-searchai-visibilitygenerative-engine-optimizationgeomcpmodel-context-protocol

Lo que la gente pregunta sobre collimer-mcp

¿Qué es sandcastlelabs/collimer-mcp?

+

sandcastlelabs/collimer-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Collimer — free AI-search visibility scan (ChatGPT, Claude, Gemini, Perplexity) with a ranked fix plan and verification via collimer.com. npx collimer-mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala collimer-mcp?

+

Puedes instalar collimer-mcp clonando el repositorio (https://github.com/sandcastlelabs/collimer-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar sandcastlelabs/collimer-mcp?

+

Nuestro agente de seguridad ha analizado sandcastlelabs/collimer-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sandcastlelabs/collimer-mcp?

+

sandcastlelabs/collimer-mcp es mantenido por sandcastlelabs. La última actividad registrada en GitHub es del 2026-09-23, con 0 issues abiertos.

¿Hay alternativas a collimer-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega collimer-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: sandcastlelabs/collimer-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sandcastlelabs-collimer-mcp)](https://claudewave.com/repo/sandcastlelabs-collimer-mcp)
<a href="https://claudewave.com/repo/sandcastlelabs-collimer-mcp"><img src="https://claudewave.com/api/badge/sandcastlelabs-collimer-mcp" alt="Featured on ClaudeWave: sandcastlelabs/collimer-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a collimer-mcp