MCP server exposing 1 tool for sitemap-stats.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sitemap-stats/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sitemap_stats — Fetch a domain's sitemap(s) and report their STRUCTURE — URL counts by path prefix — not their content. This is the fingerprint that separates a normal site from a programmatic content farm: a farm concentrates a huge majority of its URLs under one or two path prefixes (e.g. /best/<x>-software/), while a normal site spreads them across many. Reads robots.txt Sitemap: directives first, falls back to /sitemap.xml then /sitemap_index.xml, follows one level of sitemap-index nesting, and handles gzipped .xml.gz files. Caps total URLs read (default 150,000) and always says when it capped, so a truncated read never looks like a small site. Returns found:false (not an error) when the domain has no sitemap. Example: sitemap_stats({ domain: "gitnux.org" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sitemap-stats/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io