MCP server exposing 2 tools for technographics.
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/technographics/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
tech_detect — What a website is built with — the ecommerce platform, payment processor, CMS, JavaScript framework, analytics, marketing automation, chat widget, ad pixels, CDN, web server and visitor-identification tools it loads. Give a domain or URL ("shopify.com"). Each technology comes back with the evidence that identified it (a response header, a cookie name, a script it loads) so the answer is checkable. Answers "what technology stack does this site use", "does this company use Stripe or Shopify", "what analytics is this site running", "is this site on HubSpot or Marketo".tech_detect_coverage — 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/technographics/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io