Geo Analyzer MCP Server

Content analysis for AI search visibility. Measures what actually matters for getting cited by ChatGPT, Claude, Perplexity, and Google AI Overviews. It runs locally over stdio via the published package.

People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-08-15 · ★ 21 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Geo Analyzer

before you install - you'll need

Set ANTHROPIC_API_KEY, GEO_WORKER_URL, JINA_API_KEY before connecting.

Claude Code

claude mcp add houtini-ai-geo-analyzer -- npx -y @houtini/geo-analyzer

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "houtini-ai-geo-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/geo-analyzer"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

npm package @houtini/geo-analyzer - the @houtini scope differs from the repo owner (houtini-ai); confirm it's the project's official package

registry namespace io.github.houtini-ai is GitHub-verified and matches the repo owner

03 · What Geo Analyzer can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools, including analyze_url, analyze_text.

The 2 tools it gives your agent

Extracted from the project's README - what geo-analyzer lets an agent do.

analyze_url
- Fetches and analyses published web pages.
analyze_text
- Analyses pasted content directly.

Limitations (from the README)

[!WARNING] Deprecated and no longer maintained. GEO Analyzer's AI-search content analysis has been consolidated into SEO Audit Console (npm i @houtini/seo-audit-console) - which scores AI-Overview citation, passage relevance, agent readiness and content extractability alongside a full technical SEO audit, all in one MCP. Please migrate there.

Latest releases

v3.0.5 · 2026-08-08

If you have run an analysis in the last couple of months, the Semantic Analysis block in your report was wrong. It said: · 0 · Triple Density: 0/100 words · Entity Diversity: 0 · That reads as "your content has no…

04 · Who maintains Geo Analyzer

geo-analyzer is maintained by houtini-ai. We track 9 MCP servers from houtini-ai - 7 actively maintained, 215 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from houtini-ai.

  1. gemini Model Context Protocol server for Google Gemini AI with chat, research, and grounding ★ 30
  2. lm Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. ★ 111
  3. seo-audit-console Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon. ★ 12
  4. google-knowledge-graph Search Google's Knowledge Graph for structured information about real-world entities ★ 11
  5. seo-crawler-mcp Crawl and analyse websites for SEO errors using Crawlee with SQLite storage ★ 16
  6. fmp Access financial data and market information via Financial Modeling Prep API ★ 2

05 · Facts

category
maps & location - dead as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-08)
registry
io.github.houtini-ai/geo-analyzer (active, first published 2026-01-29 · 2 versions)
packages
npm:@houtini/geo-analyzer

06 · Geo Analyzer FAQ

What is Geo Analyzer?

Content analysis for AI search visibility. Measures what actually matters for getting cited by ChatGPT, Claude, Perplexity, and Google AI Overviews. It runs locally over stdio via the published package.

Is Geo Analyzer still maintained?

Its last commit was 2026-08-15 (as of 2026-08-25) - we classify it as dead.

How do I install Geo Analyzer?

Run `npx -y @houtini/geo-analyzer`. The README documents 3 environment variables (ANTHROPIC_API_KEY, GEO_WORKER_URL, JINA_API_KEY) to set first. Set ANTHROPIC_API_KEY, GEO_WORKER_URL, JINA_API_KEY before connecting. You can also paste the ready-made client config above.

Does Geo Analyzer run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Geo Analyzer