tech_detect_coverage

Pack: technographics · Endpoint: https://gateway.pipeworx.io/technographics/mcp

Which technologies the website stack detector can recognise, listed by category, and what it cannot see. Use this before trusting a negative result — the detector covers a curated set, so a technology missing from an answer may simply be outside its coverage.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/technographics/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tech_detect_coverage","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('tech_detect_coverage', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "technographics": {
      "url": "https://gateway.pipeworx.io/technographics/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 26, 2026