Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.jbobbink/glippy-mcp

NPM · GLIPPY-MCP · SCANNED SEP 20

GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search

Available components

+1 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • A known CVE affects extract-zip, but no fixed version has been published, so there is nothing to upgrade to. View diagnostics → Partial
  • No install/post-install scripts declared.Pass
  • 52 of 192 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2823 tokens (~282/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.jbobbink/glippy-mcp server?

io.github.jbobbink/glippy-mcp runs locally as an npm package, launched with npx -y glippy-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · glippy-mcp

# add to Claude Code
claude mcp add jbobbink-glippy-mcp -- npx -y glippy-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jbobbink-glippy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jbobbink-glippy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jbobbink-glippy-mcp -- npx -y glippy-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jbobbink-glippy-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "glippy-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jbobbink-glippy-mcp --command npx --arg -y --arg glippy-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jbobbink-glippy-mcp:
    command: "npx"
    args: ["-y", "glippy-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jbobbink-glippy-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "glippy-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jbobbink-glippy-mcp -t stdio -c npx -a -y glippy-mcp
// mcp.json
{
  "mcpServers": {
    "jbobbink-glippy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glippy-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 0
    • Stability: pass → 0.93 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 0
    • Package version: 0.4.4 → 0.8.0 functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/glippy-mcp@0.8.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-7pqw-9j4j-h8q3 CVE-2026-19693 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H no
GHSA-jmr9-qjv8-65gv CVE-2026-56876 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N no

Background: What a vulnerability scan can and cannot prove →

Dependencies 192 packages
Packages resolved 192
Deprecated 1
Stale 52
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~2,823 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_domain ~413

Run a comprehensive GEO (Generative Engine Optimization) readiness analysis on a domain. Checks robots.txt, llms.txt (note: llms.txt is not currently supported by major AI models - having one cannot hurt but is not a meaningful optimization), homepage HTML (16 scoring categories), sitemap.xml, and security headers. Returns an overall weighted score (0-100) with per-category breakdowns and actionable recommendations. The response includes a 'Trust Signal Evidence' section (htmlLang, hreflangs, nav/footer link anchor text + href). IMPORTANT: the Entity & Authority heuristic for about/contact/legal/imprint/cookies uses a pattern fallback. When the site is not in English (htmlLang != 'en' or hreflangs indicate otherwise), you (the calling LLM) should inspect navLinks/footerLinks semantically and override the heuristic classification in your final explanation - the anchor text tells you what each link is regardless of URL patterns. Use output_format='json' to get the full raw result (includes homepage.analysis.evidence) for programmatic use.

NameTypeReqDescription
domainstringyesThe domain to analyse, e.g. "example.com". Do not include https:// prefix.
max_pagesintegerMaximum pages to crawl (1 = homepage only, up to 10 for multi-page analysis). Defaults to 10.
output_formatstringOutput format. "text" (default) returns a human-readable report. "json" returns the raw analysis result object that can be passed to export_report's analysis_result parameter.
render_modestringHow to fetch HTML. "static" (fast, plain Node fetch) is default for this tool. "auto" tries static first and falls back to a local headless Chrome for bot-blocked responses (401/403/407/429/503 or em…

No output schema declared.

No examples provided.

analyze_sitemap ~416

Fetch a sitemap XML (or sitemap index), extract page URLs, and run GEO analysis on each page. Returns per-page scores, category averages, and weakest pages. Supports both regular sitemaps and sitemap index files. Use output_format='json' to get raw results that can be passed to export_bulk_report. For large sitemaps, use 'summary' format or pagination (offset/limit) to avoid exceeding output limits.

NameTypeReqDescription
limitintegerFor JSON output: return at most N page results (default: all). Use with offset for pagination. Recommended: 10-20 for detailed results to stay within output limits.
max_urlsintegerMaximum number of URLs to analyse from the sitemap. Defaults to 25 - raise it deliberately, since every URL is a live request to the target site.
offsetintegerFor JSON output: skip the first N page results. Use with limit for pagination of large result sets.
output_formatstringOutput format. "text" (default) returns a human-readable report. "json" returns the raw page results and aggregated scores that can be passed to export_bulk_report. "summary" returns a compact JSON w…
rate_limitnumberMaximum requests per second per domain. Prevents overwhelming target servers. Defaults to 5 req/s (or GLIPPY_RATE_LIMIT env var). Set lower for polite crawling, higher if you control the target serve…
render_modestringHow to fetch each URL. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome).
sitemap_urlstringyesFull URL to a sitemap.xml file, e.g. "https://example.com/sitemap.xml"

No output schema declared.

No examples provided.

analyze_urls ~375

Run GEO analysis on a list of specific URLs. Fetches each page, scores it across 10 categories, and returns per-page results with aggregated averages. URLs can span multiple domains. Use output_format='json' to get raw results that can be passed to export_bulk_report. For large batches, use 'summary' format or pagination (offset/limit) to avoid exceeding output limits.

NameTypeReqDescription
limitintegerFor JSON output: return at most N page results (default: all). Use with offset for pagination. Recommended: 10-20 for detailed results to stay within output limits.
offsetintegerFor JSON output: skip the first N page results. Use with limit for pagination of large result sets.
output_formatstringOutput format. "text" (default) returns a human-readable report. "json" returns the raw page results and aggregated scores that can be passed to export_bulk_report. "summary" returns a compact JSON w…
rate_limitnumberMaximum requests per second per domain. Prevents overwhelming target servers. Defaults to 5 req/s (or GLIPPY_RATE_LIMIT env var). Set lower for polite crawling, higher if you control the target serve…
render_modestringHow to fetch each URL. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome).
urlsarrayyesList of full URLs to analyse, e.g. ["https://example.com/about", "https://example.com/pricing"]. Include https:// prefix.

No output schema declared.

No examples provided.

check_agent_access ~325

Run a live agent-access probe against one URL: 12 sequential GETs from this machine's IP that differ only in User-Agent (a plain browser baseline, our own GlippyBot as a generic-bot control, 8 AI crawler User-Agents, a spoofed Googlebot control, and a closing baseline repeat). Returns per-bot states plus a session verdict. READ THE RESULT LITERALLY. A bare 403 is never evidence that a crawler is blocked: it may only mean this IP has a poor reputation. Only a difference between these same-IP requests is evidence about the site, so any bot reported as 'could not tell from this vantage' is inconclusive and must never be relayed as blocked. If the browser baseline is itself refused the verdict is 'vantage_blocked', nothing is scored, and no claim is made about any crawler. Blocks on citation crawlers are the ones that cost GEO score; blocks on live fetchers are a lesser warning; blocks on training crawlers are informational only, because refusing model training is a legitimate publisher choice. Always pass the caveat at the end of the report through to the user.

NameTypeReqDescription
domainstringyesThe domain or URL to probe, e.g. "example.com" or "https://example.com/pricing". A bare domain probes the homepage.
output_formatstringOutput format. "text" (default) returns a human-readable report. "json" returns the raw botAccess v2 result object (verdict, controls, per-bot states, evidence flags).

No output schema declared.

No examples provided.

check_llms_txt ~113

Check if a domain has an llms.txt file. Note: llms.txt is an emerging proposal but is NOT currently supported or consumed by any major AI model, crawler, or MCP client. It should not be treated as a relevant optimization for GEO readiness — it will not meaningfully improve AI discoverability today. That said, having one cannot hurt. Returns the file contents if found.

NameTypeReqDescription
domainstringyesThe domain to check, e.g. "example.com". Do not include https:// prefix.

No output schema declared.

No examples provided.

check_robots_txt ~68

Check a domain's robots.txt file specifically for AI crawler access rules. Reports which AI crawlers (GPTBot, ClaudeBot, etc.) are blocked or allowed.

NameTypeReqDescription
domainstringyesThe domain to check, e.g. "example.com". Do not include https:// prefix.

No output schema declared.

No examples provided.

compare_domains ~254

Analyse multiple domains in parallel and compare their GEO scores side by side. Returns a comparison table with overall scores, per-category breakdowns, and a ranked summary. Useful for competitive analysis or auditing a portfolio of sites. Accepts up to 50 domains per call - for larger lists, split them across multiple runs and merge the results. Use output_format='json' to get raw results that can be passed to export_bulk_report.

NameTypeReqDescription
domainsarrayyesList of 2-50 domains to compare, e.g. ["example.com", "competitor.com"]. Do not include https:// prefix. For more than 50 domains, run multiple times and combine the output.
max_pagesintegerMaximum pages to crawl per domain (1 = homepage only). Defaults to 10.
output_formatstringOutput format. "text" (default) returns a human-readable comparison table. "json" returns the raw analysis results that can be passed to export_bulk_report.
render_modestringHow to fetch HTML for each domain. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome).

No output schema declared.

No examples provided.

export_bulk_report ~418

Generate a styled Markdown or HTML report for bulk analysis: compare multiple domains, analyse a list of URLs, or crawl a sitemap. Returns a self-contained report with rankings, category breakdowns, and per-domain/page recommendations. Provide exactly one of: domains, urls, sitemap_url, or analysis_results. You can pass pre-computed results from compare_domains, analyze_urls, or analyze_sitemap (with output_format='json') to avoid re-crawling.

NameTypeReqDescription
analysis_resultsobjectPre-computed analysis results from compare_domains, analyze_urls, or analyze_sitemap (with output_format='json'). If provided, no crawling will be performed. The type of report generated depends on t…
domainsarrayCompare 2-50 domains. E.g. ["example.com", "competitor.com"]. Do not include https://. For more than 50, run multiple times.
formatstringyesReport format. "markdown" = Markdown report, "html" = standalone styled HTML page.
max_pagesintegerFor domain comparison: max pages to crawl per domain (default 10). Ignored for urls/sitemap/analysis_results.
max_urlsintegerFor sitemap mode: max URLs to analyse from the sitemap. Defaults to all. Ignored if analysis_results provided.
rate_limitnumberMax requests/second per domain for URL/sitemap modes. Defaults to 5. Ignored if analysis_results provided.
render_modestringHow to fetch HTML. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome). Ignored if analysis_results provided.
sitemap_urlstringSitemap URL to crawl. E.g. "https://example.com/sitemap.xml".
urlsarrayAnalyse specific URLs. E.g. ["https://example.com/about", "https://example.com/pricing"]. Include https://.

No output schema declared.

No examples provided.

export_report ~300

Run a GEO analysis on a domain and return the results as a styled, self-contained report in Markdown or HTML format — matching the Glippy browser extension's export output. Use this when the user wants a shareable or saveable report file rather than inline text. You can optionally pass pre-computed analysis results from analyze_domain (with output_format='json') to avoid re-crawling the domain.

NameTypeReqDescription
analysis_resultobjectPre-computed analysis result from analyze_domain (with output_format='json'). If provided, the domain will not be re-crawled. This allows you to run analysis once and export in multiple formats witho…
domainstringThe domain to analyse, e.g. "example.com". Do not include https:// prefix. Required unless analysis_result is provided.
formatstringyesReport format. "markdown" = recommendations only, "markdown_full" = full report with all categories and checks, "html" = standalone styled HTML page.
max_pagesintegerMaximum pages to crawl (1 = homepage only, up to 10 for multi-page analysis). Defaults to 10. Ignored if analysis_result is provided.
render_modestringHow to fetch HTML. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome). Ignored if analysis_result is provided.

No output schema declared.

No examples provided.

get_geo_summary ~141

Get a concise GEO readiness summary for a domain: overall score, grade, top 3 strengths, and top 3 issues to fix. Use this for a quick overview; use analyze_domain for full details including the Trust Signal Evidence payload (raw nav/footer links for LLM-driven semantic classification on non-English sites).

NameTypeReqDescription
domainstringyesThe domain to check, e.g. "example.com". Do not include https:// prefix.
render_modestringHow to fetch the homepage. "static" (default), "auto" (static with Chrome fallback on bot-block), or "chrome" (always render via local headless Chrome).

No output schema declared.

No examples provided.

Common questions

What is the io.github.jbobbink/glippy-mcp server?

io.github.jbobbink/glippy-mcp is listed in the public MCP registry as io.github.jbobbink/glippy-mcp. GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search. This page covers its npm package (glippy-mcp).

Is the io.github.jbobbink/glippy-mcp server safe to use?

io.github.jbobbink/glippy-mcp scores 74 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.jbobbink/glippy-mcp server expose?

io.github.jbobbink/glippy-mcp exposes 10 tools: analyze_domain, check_robots_txt, check_llms_txt, check_agent_access, get_geo_summary, and 5 more. Their descriptions and schemas cost roughly 2,823 tokens of context every time the server is loaded.

Is the io.github.jbobbink/glippy-mcp server still maintained?

io.github.jbobbink/glippy-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.