Sitemap Stats
live MarketingDeveloperA domain's sitemap URL count by path prefix — the shape that flags a programmatic content farm without fetching a single page.
1 tools
0ms auth
free tier 50 calls/day
Tools
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 co
No parameters required.
Try it
Response
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
List available tools
bash
curl -X POST https://gateway.pipeworx.io/sitemap-stats/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' Call a tool
bash
curl -X POST https://gateway.pipeworx.io/sitemap-stats/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"sitemap_stats","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("sitemap_stats", {}); ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("a domain's sitemap url count by path prefix — the shape that flags a programmatic content farm without fetching a single page"); Related packs
Other Pipeworx packs in the same categories (Marketing, Developer):