domain_tech_fingerprint
ActiveTool of @gapup/mcp-knowledge
Empreinte tech d'un domaine — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the tech stack of <domain> — frontend, CMS, analytics, CRM, CDN, hosting? · What buying signals does <domain>'s technology footprint reveal for sales prospecting? · Analyze <domain> for supply-chain technology risk and third-party vendor exposure. · What is the best outreach angle for a sales rep targeting <domain> based on their detected stack? · Run a CISO-style technology fingerprint on <domain> — identify legacy tech, missing security headers, and vendor risk. · Has <domain> recently changed their marketing or analytics stack — any vendor adoption signals? Reference case: velora-payments.io · Next.js + Cloudflare + Stripe + GA4 + HubSpot · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"target_domain",
"focus",
"depth"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"depth": {
"enum": [
"quick",
"standard",
"deep"
],
"type": "string",
"default": "standard"
},
"focus": {
"enum": [
"tech-buying",
"supply-chain",
"general"
],
"type": "string",
"default": "tech-buying"
},
"target_domain": {
"type": "string",
"maxLength": 253,
"minLength": 4
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries