MCP Server
io.github.houtini-ai/geo-analyzer MCP Server
io.github.houtini-ai/geo-analyzer
What is the io.github.houtini-ai/geo-analyzer MCP server?
AI search optimization analysis with actionable findings and gap analysis
How to install io.github.houtini-ai/geo-analyzer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ANTHROPIC_API_KEYrequiredsecretAnthropic API key for Claude access
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"geo-analyzer": {
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"geo-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/geo-analyzer"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Claude Code
claude mcp add geo-analyzer --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- npx -y @houtini/geo-analyzerRelated MCP servers
Multi-URL comparative content analysis with topical gap detection
View repository →Access financial data and market information via Financial Modeling Prep API
View repository →Model Context Protocol server for Google Gemini AI with chat, research, and grounding
View repository →Search Google's Knowledge Graph for structured information about real-world entities
View repository →Crawl and analyse websites for SEO errors using Crawlee with SQLite storage
View repository →