Skip to main content
Glama
Milka974
by Milka974

@verityscore/mcp-server

MCP (Model Context Protocol) server for Verity Score — the Shopify-first GEO audit platform.

5 Tools

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

Related MCP server: Naia MCP Server

Quick Start

Add to your Claude Desktop or MCP client config:

{
  "mcpServers": {
    "verity-score": {
      "url": "https://mcp.verityscore.io/mcp"
    }
  }
}

Run locally

npx @verityscore/mcp-server

The server starts on http://localhost:3100/mcp.

Test with curl

# List all tools
curl -X POST http://localhost:3100/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

# Check AI readiness of any site
curl -X POST http://localhost:3100/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"check_ai_readiness","arguments":{"domain":"mybrand.com"}},"id":2}'

Architecture

  • Transport: Streamable HTTP (stateless)

  • Auth: None (rate-limited to 10 req/min/IP)

  • Protocol: MCP v2025-03-26

  • SDK: @modelcontextprotocol/sdk v1.x

Tools Detail

get_geo_score

Returns 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.

Input:  { "domain": "mybrand.com" }
Output: { "status": "audited", "scores": [...], "topIssues": [...], "reportUrl": "..." }

check_ai_readiness

Real-time check of 5 AI discovery files. No database needed — fetches files directly from the target domain.

Input:  { "domain": "mybrand.com" }
Output: { "score": 3, "maxScore": 5, "checks": [...], "recommendation": "..." }

get_recommendations

Returns top 3 actionable fixes sorted by revenue impact.

Input:  { "domain": "mybrand.com" }
Output: { "totalIssues": 42, "topRecommendations": [{ "priority": 1, "title": "...", "fix": "..." }] }

explain_topic

Expert knowledge base covering 19 GEO topics. Fuzzy-matches by slug, tag, or title.

Input:  { "topic": "schema.org" }
Output: { "title": "Schema.org Product: Why and How", "keyPoints": [...], "readMore": {...} }

get_vertical_info

Checklists and benchmarks for 15 e-commerce verticals. Without argument, lists all verticals.

Input:  { "vertical": "beauty" }
Output: { "checklist": { "requiredContent": [...], "expectedTrust": [...] }, "benchmarks": {...} }

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    GEO (Generative Engine Optimisation). This tool shows you exactly how AI search engines see your content - claim density, writing quality, E-E-A-T signals, extractability. Research-backed metrics that correlate with 40% higher AI citation rates.
    Last updated
    2
    86
    21
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables users to analyze and optimize brand visibility across major AI engines like ChatGPT and Gemini via the Naia GEO platform. It supports running visibility analyses, generating AI-optimized content, and managing strategic execution plans through natural language.
    Last updated
  • A
    license
    A
    quality
    B
    maintenance
    Lets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.
    Last updated
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

  • Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.

  • Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

View all MCP Connectors

Latest Blog Posts

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/Milka974/verityscore-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server