GEOScore MCP Server
Provides tools to analyze and improve a website's visibility in Perplexity's AI search results.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GEOScore MCP ServerScan example.com for AI search readiness"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GEOScore MCP Server
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.
Related MCP server: maxaeo-ai-visibility-mcp
Features
Tools (8 tools)
Tool | Description | Auth Required |
| Scan a domain for AI search readiness (score, grade, 11 checks) | No |
| Full pro analysis with implementation report | API Key (Pro) |
| Generate fix code (llms.txt, schema, meta, robots, sitemap) | API Key |
| Get domain score history and profile | No |
| Compare two domains side by side | No |
| Check AI search engine citations | API Key (Pro) |
| Retrieve a saved scan report | No |
| 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-mcpClaude 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_scanFull optimization workflow
"Optimize my website for AI search engines"
-> Agent uses geo-optimize prompt
-> Scans -> Identifies issues -> Generates fixes -> Applies to projectCompetitive analysis
"Compare my GEO score against competitor.com"
-> Agent calls geo_compareGenerate 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 rootAPI
Base URL: https://api.geoscoreai.com
Full OpenAPI spec: https://geoscoreai.com/openapi.json
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenanceLets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.4MIT- AlicenseAqualityAmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.3381MIT
- Alicense-qualityAmaintenanceEnables AI agents to scan any website for agent-readiness and generate the necessary artifacts (llms.txt, WebMCP scaffold, structured data) to make it agent-ready.13MIT
- Alicense-qualityCmaintenanceEnables auditing webpages for GEO metrics, calculating MAVI score, and generating llms.txt templates for RAG readiness.2MIT
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.
Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henu-wang/geoscore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server