geo-audit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for LLM-generated audit summary. Without it, the summary is auto-generated from check results. | |
| OPENAI_BASE_URL | No | Custom OpenAI-compatible endpoint (default: https://api.openai.com/v1). | https://api.openai.com/v1 |
| OPENAI_HTTPS_PROXY | No | HTTPS proxy URL for OpenAI API calls (e.g. http://127.0.0.1:7890). | |
| WEBSITE_HTTPS_PROXY | No | HTTPS proxy URL for fetching the target website. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geo_site_auditA | Run a comprehensive GEO (Generative Engine Optimization) audit on a single page URL. Checks 31 signals across 6 pillars — Technical Crawlability, Content Structure, Schema & Metadata, E-E-A-T, Citation Readiness, and Governance. Returns a score, pillar breakdowns, per-check pass/fail/warn results, a human-readable summary, and an actionable fix prompt ready to paste into Claude, Cursor, or your site editor. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly delineated by its name and description.
The sole tool uses a clear, descriptive snake_case name that follows a consistent pattern (geo_site_audit). No inconsistency can exist with only one tool.
While one tool is on the low end, it is borderline acceptable for a specialized, single-purpose server. The server's entire functionality is encapsulated in this one comprehensive audit tool.
The single tool fully delivers on the server's purpose: running a complete GEO audit across 31 signals and 6 pillars. No additional tools are needed for the stated scope.