npm collimer-mcpstdioMITupdated 1mo ago
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.
O que dá para fazer com collimer mcp?
collimer-mcp
· MIT · Model Context Protocol
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.
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):
{
"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 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. API docs: 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
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
Instalação
Adicione collimer mcp ao seu cliente. Escolha o que você usa.
claude mcp add collimer-mcp -- npx -y collimer-mcpcodex mcp add collimer-mcp -- npx -y collimer-mcpamp mcp add collimer-mcp -- npx -y collimer-mcp{
"mcpServers": {
"collimer-mcp": {
"command": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"collimer-mcp": {
"command": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"collimer-mcp","command":"npx","args":["-y","collimer-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"collimer-mcp": {
"command": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"collimer-mcp": {
"command": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"collimer-mcp": {
"command": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"collimer-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"collimer-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"collimer-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"collimer-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y collimer-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação18/25
- Manutenção16/25
- Confiança16/20
- Capacidade0/15
- Instalação12/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 45 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.3.0Mais recente | 17 de jul. de 2026 |
| 0.2.1 | 7 de jul. de 2026 |