The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Geo Audit listing page.
MCP (Model Context Protocol) server for Verity Score — the Shopify-first GEO audit platform.
| Tool | Description |
|---|---|
get_geo_score | GEO readiness score for a Shopify store (8 dimensions, top findings, report link) |
check_ai_readiness | Real-time check of 5 AI discovery files (robots.txt, llms.txt, ai.txt, agent-card.json, sitemap.xml) |
get_recommendations | Top 3 priority fixes with estimated revenue impact |
explain_topic | Expert guides on 19 GEO & AI commerce topics |
get_vertical_info | Checklists & benchmarks for 15 e-commerce verticals |
Add to your Claude Desktop or MCP client config:
The server starts on http://localhost:3100/mcp.
@modelcontextprotocol/sdk v1.xget_geo_scoreReturns the GEO audit score for a Shopify store. If the store has been audited, returns scores across 8 dimensions + top 5 issues. If not yet audited, queues it for analysis within 72 hours.
check_ai_readinessReal-time check of 5 AI discovery files. No database needed — fetches files directly from the target domain.
get_recommendationsReturns top 3 actionable fixes sorted by revenue impact.
explain_topicExpert knowledge base covering 19 GEO topics. Fuzzy-matches by slug, tag, or title.
get_vertical_infoChecklists and benchmarks for 15 e-commerce verticals. Without argument, lists all verticals.
MIT