npm @neverranked/mcpstdioupdated 8d ago
NeverRanked is a research engagement that measures what AI answer engines cite for a category. The output is a forensic memo plus a prepped punch list for the customer's team to execute against.
What can you do with LanceRoylo?
Never Ranked
NeverRanked is a research engagement that measures what AI answer engines cite for a category. The output is a forensic memo plus a prepped punch list for the customer's team to execute against.
This repository holds the marketing site, the dashboard worker
source (under dashboard/), and the historical artifacts from
the company's prior product.
What this company was, and what it is now
Until May 2026, NeverRanked sold a JavaScript snippet that was claimed to drive AI citations. We ran a pre-registered kill test against our own domain. The result was zero citations. The LLM crawlers do not execute JavaScript, so the snippet was structurally invisible to them.
We stopped selling that product, retracted the public content that promoted it, and rebuilt the company around the measurement layer that does work.
This repository contains both states: the current honest surfaces (homepage, About, ASB pitch, terms, privacy, llms.txt) and the historical artifacts (retired blog posts, retired case studies, retired audits, retired explainers). Anything that contradicts the retraction is either replaced with an honest holder or marked as retired in place.
For the current state of every code path, see
~/.claude/projects/-Users-lanceroylo-Desktop-neverranked/memory/code_rewrite_status_2026-05-21.md
in Lance's local Claude memory.
What we measure now
Seven AI surfaces, every day.
- Five citation-grade engines that search the live web and cite their sources: Perplexity, ChatGPT search, Gemini grounded, Microsoft Copilot via Bing, Google AI Overviews.
- Two model-knowledge engines that answer purely from training data: Claude, Gemma.
Both layers measure different failure modes. A brand invisible in citation is invisible when AI fact-checks itself. A brand invisible in model knowledge is invisible at the baseline, before any search happens.
What we deliver
A forensic memo plus a prepped punch list. Per query, per engine, per competitor, per source type. Daily measurement. Monthly delta memo on ongoing engagements.
We do not execute. No content writing, no website edits, no schema deploys, no profile updates. The labor stays with the customer's team or their agency. That separation is structural.
Pricing
- $4,500 kickoff per category. One time.
- $1,500 per month per category, ongoing.
- Per category, not per client.
This is a research engagement, not a SaaS subscription. There is no self-serve dashboard.
Repository layout (current)
neverranked/
āāā index.html honest homepage holder
āāā about/, terms/, current honest pages
ā privacy/, thanks/
āāā pitch/asb-hawaii/ current direct-buyer pitch shape
āāā pitch/*/ retired pitch pages (holder)
āāā blog/, case-studies/, retired catalogs (holders + noindex)
ā profile/, state-of-aeo/
āāā standards/, schemas/, retired surfaces (holders)
ā agencies/, security/,
ā for-agencies/,
ā principles/, kit/
āāā meetings/kits/ current meeting prep, demo bundle
āāā dashboard/ app.neverranked.com Worker source
āāā llms.txt rewritten for current state
āāā sitemap.xml homepage only
The historical artifacts (retired pages, audit documents under
/audits/, prior explainers like EXPLAINER.md and
AGENCY-EXPLAINER.md, the original audit template under
/audit-template/) reflect the prior product premise and are
preserved for diff context but should not be acted on as current
guidance.
Contact
Install
Add LanceRoylo to your client. Pick the one you use.
claude mcp add mcp -- npx -y @neverranked/mcpcodex mcp add mcp -- npx -y @neverranked/mcpamp mcp add mcp -- npx -y @neverranked/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@neverranked/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@neverranked/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@neverranked/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @neverranked/mcpRun `goose configure`, choose **Add Extension ā Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/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 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | May 10, 2026 |
| 0.1.1 | May 10, 2026 |