mcpbeat Sign in

Llmscout MCP Server

local only

Llmscout runs on your own machine — the client starts it, so there is no endpoint to ping. 249 installs a week from pypi. Last commit 25 Aug 2026.

Zero-config SEO and GEO checker: 21 technical-SEO and generative-engine checks for a live site.

Installs per day peak 354 · avg 75 · -20% w/w
a month agotoday
249
Installs / week
pypi · llmscout-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 11 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.

File ships in the package but is absent from the source [пакет] src/llmscout/__init__.py:1, [пакет] src/llmscout/cli.py:1, [пакет] src/llmscout/cli_lib.py:1 и ещё 37
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable python/src/llmscout/fleet.py:80, python/src/llmscout/report_file.py:43, [пакет] src/llmscout/fleet.py:80 и ещё 1
        resolved_path = raw_path if os.path.isabs(raw_path) else os.path.normpath(os.path.join(manifest_dir, raw_path))
        proc = subprocess.run(command, capture_output=True, text=True, timeout=120)

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 llmscout -- uvx llmscout-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "llmscout": {
      "args": [
        "llmscout-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.llmscout]
command = "uvx"
args = ["llmscout-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "llmscout": {
      "args": [
        "llmscout-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "llmscout": {
      "args": [
        "llmscout-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Llmscout

same job, measured the same way
Glippy MCP
by jbobbink

GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search

421 installs/wk local only
GEO Tracker by DigestSEO
by akzar1el

DigestSEO GEO Tracker: track brand citations across five AI search engines.

30 installs/wk answering
SpiritWave Labs Divination Engine
by vizkr

Divination for AI agents: Hafez, Tarot, I Ching, Runes, Geomancy, and the five-oracle Council.

6 tools answering
Optiqra MCP
by armin5872

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

65 installs/wk local only
Cosmic Correlation Engine
by odinbot33

AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.

140 installs/wk local only
Crawlie
by crawlie

Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

answering
Proximens Oracle
by cryptosun

1000+ Generative Engine Optimization (GEO) principles exposed via MCP for AI agents.

8 tools answering
Shopify Geo Audit
by builtbyabs

Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.

57 installs/wk local only

Llmscout — questions

Answers built from our own checks of this server.

Why is there no uptime for Llmscout?
Llmscout 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 pypi package llmscout-cli was installed 249 times last week.
How do I connect Llmscout?
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 llmscout-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Llmscout?
The pypi package llmscout-cli was installed 249 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Llmscout open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.