GEOScore Server
FreeNot checkedEnables scanning websites for AI search readiness, generating fixes like llms.txt, and comparing GEO scores across domains.
About
Enables scanning websites for AI search readiness, generating fixes like llms.txt, and comparing GEO scores across domains.
README
An MCP server for GEOScore - the AI search optimization platform. Scan any website for GEO (Generative Engine Optimization) readiness and get actionable fixes.
GEO = making your website visible to AI search engines like ChatGPT, Perplexity, Claude, and Gemini.
What is GEO?
GEO (Generative Engine Optimization) is the practice of optimizing websites to be discovered and cited by AI search engines like ChatGPT, Perplexity, and Claude.
Features
Tools (8 tools)
| Tool | Description | Auth Required |
|---|---|---|
geo_scan |
Scan a domain for AI search readiness (score, grade, 11 checks) | No |
geo_deep_scan |
Full pro analysis with implementation report | API Key (Pro) |
geo_generate_fix |
Generate fix code (llms.txt, schema, meta, robots, sitemap) | API Key |
geo_get_profile |
Get domain score history and profile | No |
geo_compare |
Compare two domains side by side | No |
geo_check_visibility |
Check AI search engine citations | API Key (Pro) |
geo_get_report |
Retrieve a saved scan report | No |
geo_create_api_key |
Create a free API key | No |
Resources
geoscore://guides/what-is-geo- Introduction to GEOgeoscore://guides/llms-txt- How to create llms.txtgeoscore://guides/schema-for-ai- Schema.org for AI searchgeoscore://guides/robots-for-ai- robots.txt for AI crawlers
Prompts
geo-optimize- Complete scan -> analyze -> fix -> apply workflowgeo-audit- Comprehensive GEO audit with prioritized recommendationsgeo-compare- Competitive GEO analysis between two domains
Installation
npm (global)
npm install -g geoscore-mcp
Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"geoscore": {
"command": "npx",
"args": ["-y", "geoscore-mcp"],
"env": {
"GEOSCORE_API_KEY": "your-api-key-here"
}
}
}
}
Cursor
Add to Cursor Settings > MCP Servers:
{
"geoscore": {
"command": "npx",
"args": ["-y", "geoscore-mcp"],
"env": {
"GEOSCORE_API_KEY": "your-api-key-here"
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"geoscore": {
"command": "npx",
"args": ["-y", "geoscore-mcp"]
}
}
}
Getting an API Key
Use the geo_create_api_key tool or visit https://geoscoreai.com/api-keys.
Free keys include 10 scans/day. Pro keys unlock deep scans, fix generation, and visibility checks.
Usage Examples
Quick scan
"Scan example.com for AI search readiness"
-> Agent calls geo_scan
Full optimization workflow
"Optimize my website for AI search engines"
-> Agent uses geo-optimize prompt
-> Scans -> Identifies issues -> Generates fixes -> Applies to project
Competitive analysis
"Compare my GEO score against competitor.com"
-> Agent calls geo_compare
Generate specific fix
"Generate an llms.txt file for my site"
-> Agent calls geo_generate_fix with fix_type="llms_txt"
-> Writes the file to project root
API
Base URL: https://api.geoscoreai.com
Full OpenAPI spec: https://geoscoreai.com/openapi.json
License
MIT
Install GEOScore Server in Claude Desktop, Claude Code & Cursor
unyly install geoscore-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add geoscore-mcp-server -- npx -y geoscore-mcpFAQ
Is GEOScore Server MCP free?
Yes, GEOScore Server MCP is free — one-click install via Unyly at no cost.
Does GEOScore Server need an API key?
No, GEOScore Server runs without API keys or environment variables.
Is GEOScore Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install GEOScore Server in Claude Desktop, Claude Code or Cursor?
Open GEOScore Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare GEOScore Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
