SyncGTM now works inside Claude and ChatGPT. Learn more
All GTM agents

Find Company Techstack

/find-company-techstack

Pass a company domain and get back a flat list of the technologies that company runs, resolved by a multi-provider waterfall for 1 credit.

Download Skillfind-company-techstack.zip · free

Overview

Find Company Techstack is a SyncGTM MCP tool that takes a company website domain and returns the technologies that company runs. It uses waterfall enrichment, trying providers in sequence until one returns a stack, and charges a flat 1 credit per lookup. It resolves a stack from a domain, so it answers "what does this account run" and not "which companies run this tool".

What it does

  1. 1

    Takes one parameter, `domain` — a bare company website domain like `stripe.com`. Deep URLs, LinkedIn pages and company names are not accepted, and there is no batch or filter parameter, so 40 domains is 40 calls.

  2. 2

    Runs waterfall enrichment: providers are tried in sequence until one returns a stack, so you never pick a vendor yourself.

  3. 3

    Returns two fields — the `domain` you passed and a flat `technologies` array of vendor names, e.g. `["HubSpot", "Segment", "Cloudflare"]`. No categories, no confidence scores, no install dates; grouping those names into CRM or CDP is something your client does after the call.

  4. 4

    Does not return emails, phone numbers, funding, revenue, headcount or industry. It is a stack lookup and nothing else.

  5. 5

    Does not run in reverse. "Which companies use HubSpot" is a different question, and the BuiltWith-backed reverse tool is still on the catalogue's Coming soon list.

  6. 6

    Costs 1 credit per lookup, flat — half the price of `enrich_organization` (2 credits), which returns technologies inside a full firmographic record. An empty stack still bills 1 credit.

How to use it

  1. 1

    Download the skill file — it saves as find-company-techstack.zip.

  2. 2

    In Claude, open Settings → Capabilities → Skills and upload the .zip (or unzip the find-company-techstack/ folder into .claude/skills/ for Claude Code).

  3. 3

    Connect the SyncGTM MCP server. Browser sign-in, no API key — follow the setup guide for your client at docs.syncgtm.com/mcp_server/setup.

  4. 4

    Type /find-company-techstack and paste your domains, one per line, as bare hosts: `stripe.com`, not `https://stripe.com/pricing` and not a LinkedIn page.

  5. 5

    The thing worth tuning is not a tool parameter — `domain` is the only one the tool takes. It is the flag rule you give the skill: name the vendors that decide the outcome ("flag anything running HubSpot") and you get a filtered answer instead of every vendor for every account.

Use cases

Integration fit check

Confirm an account already runs the CRM or CDP your product plugs into before an SDR opens with an integration angle. You match the partner's name against the returned list; accounts with no match go to a different message.

Competitor displacement

Flag the accounts whose stack names a direct competitor and quote the specific tool, so the AE can time the pitch against the renewal and lead with the switch story.

Inbound lead routing

Score inbound demo requests on the company domain from their work email, then route accounts whose list contains Salesforce to the enterprise queue and HubSpot accounts to mid-market. Skip free-mail domains — gmail.com returns nothing and still costs 1 credit.

CRM tech-stack backfill

Write the returned vendor names into the empty Tech Stack field on account records so territory rules, playbook triggers and list views can actually fire on it.

GTM workflow examples

Build a competitor displacement list from scratch

  1. 1Call `find_companies` with `industries: ["Software Development"]`, `employee_count_ranges: ["201-500"]`, `countries: ["United States"]` and `limit: 100` — 100 results at 0.3 credits is 30 credits — to produce the domain list.
  2. 2Run `find_company_techstack` on each of the 100 `primary_domain` values (1 credit each, 100 credits) and keep only the accounts whose `technologies` array contains a named competitor.
  3. 3Call `find_people_within_company` (1.5 credits per company) on the survivors with `job_title: ["Revenue Operations", "RevOps", "Sales Operations"]` and `max_profiles: 10` to pull the people who own that tool internally.
  4. 4Call `find_work_email` (1 credit) on each `linkedin_url` from those profiles, then `verify_email` (0.3 credits) on the addresses — `find_work_email` finds an address, it does not confirm deliverability.

Outcome: A CSV of the accounts whose stack names a direct competitor, each with two to three owning contacts and deliverability-checked emails, ready to load into the displacement sequence.

Qualify and route today's inbound demo requests

  1. 1Run `check_credits` (free) to confirm the balance covers the day's inbound volume at 1 credit per account.
  2. 2Run `find_company_techstack` on the company domain from each request's work email (1 credit each), skipping free-mail hosts, and store the returned `technologies` array against the account.
  3. 3Call `enrich_organization` (2 credits) only on the accounts whose array contains your integration partner, adding industry, size and funding to those records.
  4. 4Route the partner-stack accounts to the AE queue with the vendor named in line one; send empty or mismatched stacks to nurture.

Outcome: Every inbound request scored and routed the same morning, with 2-credit enrichment spent only on accounts that already run the integration.

Tier a 60-account target list before outbound

  1. 1Run `find_company_techstack` across all 60 target domains (60 credits) and record the vendor names returned for each.
  2. 2Run `find_company_website_traffic` (1 credit each, 60 credits) on the same 60 domains to add monthly visits as a size proxy.
  3. 3For the roughly 15 accounts that clear both the stack bar and the traffic bar, call `premium_linkedin_page_insights` (3 credits each, 45 credits) for growth trends and hiring patterns — it takes an `identifier`, so pass the LinkedIn company page URL or company name, not the domain.
  4. 4Run `find_people_within_company` (1.5 credits each, 22.5 credits) on those 15 with a `job_title` array to name the buying committee before the AE writes the account plan.

Outcome: A 60-row tiering sheet showing stack, traffic and tier per account, where only the top 15 consumed 3-credit calls and carry named contacts.

Prompts

Paste any of these into Claude once the skill is installed and the SyncGTM MCP is connected.

What technology stack does stripe.com use?
Use find_company_techstack on these 40 domains and flag every account whose technologies list contains HubSpot. Stop after 40 and report credits used.
Check my credits first, then run find_company_techstack on these 25 open-opportunity domains and return a table of domain, technologies, and whether Salesforce appears in the list. Cap it at 25.
For notion.so, monday.com and airtable.com, run find_company_techstack and tell me whether Google Analytics, Amplitude or Mixpanel appears in each list. If a stack comes back empty, say empty — do not guess.
Run find_companies with industries Software Development, employee_count_ranges 201-500, countries United States and limit 50, then run find_company_techstack on each returned domain and show me only the ones whose list contains Segment, RudderStack or mParticle. Report total credits used.

Best practices

  • Pass bare domains. `stripe.com`, not `https://stripe.com/pricing` and not a LinkedIn page — `domain` is the only parameter this tool takes.

  • Ask for the filter and name the vendors. The response is a flat list of names, not categories, so "flag the ones running HubSpot" is a match your client can actually make; "list all technologies for 60 companies" is a wall of text.

  • Treat an empty stack as a real answer. Coverage is thinner for small and private companies, and an empty result is common and valid — never let the assistant fill the gap with a guess.

  • Do not pay 2 credits for a 1-credit question. `enrich_organization` also returns technologies but costs double; use it only when you need industry, size and funding in the same call.

  • Dedupe and cap the batch before you run. 1 credit per lookup means a 400-domain paste is 400 credits, and empty results still bill — run `check_credits` (free) first.

  • Remember it only runs one direction. The reverse lookup is not on the server yet, so to answer "which companies use HubSpot" build the domain list with `find_companies` (0.3 credits per result) first, then check each domain here.

Complementary skills

Explore more

Ready to run /find-company-techstack on your own data?