mcpbeat Sign in

GEO Inspector MCP Server

by bigsupe55 Your server? Claim it
local only

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

Inspect a site's AI-search readiness: AI crawler access, llms.txt, schema markup, meta directives

Installs per day peak 372 · avg 20 · -12% w/w
a month agotoday
56
Installs / week
npm · geo-inspector-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check GEO Inspector every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to GEO Inspector

same job, measured the same way
Geolint
by iliasabk

ESLint for AI search: audits AI-crawler access, llms.txt, schema and citability.

1 147 installs/wk local only
SEO & GEO
by ortamarco

Audit a page's SEO and its readiness for AI answer engines: meta, schema, robots, sitemaps, AI bots.

186 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
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
Momentic
by momenticmarketing

Free SEO, GEO, and AEO audits: analyze any page or domain, AI-crawler access, agent readiness.

11 tools answering
Glippy MCP
by jbobbink

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

77 installs/wk local only
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
Shopify Geo Audit
by builtbyabs

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

37 installs/wk local only

GEO Inspector — questions

Answers built from our own checks of this server.

Why is there no uptime for GEO Inspector?
GEO Inspector 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 geo-inspector-mcp was installed 56 times last week.
How do I connect GEO Inspector?
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 geo-inspector-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GEO Inspector?
The npm package geo-inspector-mcp was installed 56 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GEO Inspector open source?
Yes — it is published under the MIT licence, written in TypeScript 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.