Geo Analyzer
Rank #4,534io.github.houtini-ai/geo-analyzer
Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews
Geo Analyzer is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #4,534 of 115,460 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Geo Analyzer is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 3 tracked versions. It was first listed on Sep 30, 2025 and most recently updated on Aug 8, 2026.
Ranks ahead of 110,926 of 115,460 servers on MCP Toplist.
Use Geo Analyzer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add geo-analyzer -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- npx -y @houtini/geo-analyzerReplace each placeholder with your own value before saving.
[mcp_servers.geo-analyzer]
command = "npx"
args = ["-y", "@houtini/geo-analyzer"]
[mcp_servers.geo-analyzer.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"geo-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.houtini-ai%2Fgeo-analyzer)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Fgeo-analyzer"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Fgeo-analyzer.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,919 · 10 vers
- Houtini-lm#3,169 · 1 ver
- Gemini#3,312 · 3 vers
- Google Knowledge Graph#6,464 · 3 vers
- Seo Crawler MCP#11,242 · 2 vers
- Fmp#13,435 · 3 vers
- Fanout#16,078 · 2 vers
- Better Google Search Console#17,511
- Voice Analyser MCP Server#19,809
- Amazon Creators MCP#24,376 · 1 ver
- AI Text Detection with DeBertaV3#31,458
- Carousels MCP from Houtini#53,718
Available versions (3)
| Version | Published |
|---|---|
| 3.0.5 | Aug 8, 2026 |
| 2.1.2 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Geo Analyzer?
- Geo Analyzer is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Geo Analyzer listed on the Official MCP Registry?
- Yes — Geo Analyzer is listed on the Official MCP Registry, alongside Smithery, Glama and PulseMCP.
- How many versions does Geo Analyzer have?
- MCP Toplist tracks 3 versions of Geo Analyzer, most recently published on Aug 8, 2026.
- Where can I find the source code for Geo Analyzer?
- The source code for Geo Analyzer is hosted at github.com/houtini-ai/geo-analyzer.