mcpbeat Sign in

LanceRoylo MCP Server

by lanceroylo Your server? Claim it
local only

LanceRoylo runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 18 Sep 2026.

AEO scoring, llms.txt audit, and agent-readiness checks for AI agents.

Installs per day peak 149 · avg 16 · +43% w/w
a month agotoday
60
Installs / week
npm · @neverranked/mcp
0
Stars
128 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @neverranked/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@neverranked/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@neverranked/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@neverranked/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@neverranked/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to LanceRoylo

same job, measured the same way
Agent Readiness Auditor
by asish-singh

Audits any website for AI agent readiness and safety, scoring prompt injection risk and llms.txt.

65 installs/wk local only
Aeo MCP
by arthurcarlsonn

AEO tools for AI agents: crawler permissions, llms.txt, structured data, AI-readiness audit.

38 installs/wk local only
llms.txt Checker - AI Readiness Audit
by apifymcpfactory-droid

Checks llms.txt, AI crawler access in robots.txt, and sitemap - with a 0-100 AI readiness score.

answering
AI SEO
by automatelab-tech

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

81 installs/wk local only
MaxAEO AI Visibility MCP
by maxaeo

Local-first MCP server for AI visibility, GEO/AEO, llms.txt, and AI crawler readiness audits.

72 installs/wk local only
Sitepulsar
by sitepulsar

SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website.

13 tools answering
I
AI Agent Search Optimization
by seyitkaangunes

Audit AI search readiness, generate llms.txt drafts, and build GEO/AEO prompt matrices for websites.

24 installs/wk local only
Site Audit
by santosautomation

Website intelligence audits for AI agents: free preview plus x402-paid Agent Readiness scoring

7 tools answering

LanceRoylo — questions

Answers built from our own checks of this server.

Why is there no uptime for LanceRoylo?
LanceRoylo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @neverranked/mcp was installed 60 times last week.
How do I connect LanceRoylo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @neverranked/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use LanceRoylo?
The npm package @neverranked/mcp was installed 60 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LanceRoylo open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 128 open issues, but we could not determine the licence, and without one the code is not open source by default.