Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Techstack Detective

FreeNot checked

MCP server that detects website tech stacks for AI agents: Shopify apps, WordPress plugins, DNS + email + SaaS footprint, SaaS spend.

GitHubEmbed

About

MCP server that detects website tech stacks for AI agents: Shopify apps, WordPress plugins, DNS + email + SaaS footprint, SaaS spend.

README

Tech Stack Detector MCP Server - Shopify, WordPress, SaaS

Give your AI agent 4 technographic tools: detect Shopify apps, WordPress plugins, DNS + email + SaaS footprint, and estimate SaaS spend. The foundation of competitive intelligence and vendor research. Runs in Apify Standby mode (warm, responds in seconds). Free to try right now (in the 14-day price-notice window), then $0.10 per tool call.

Who uses this

  • Agencies qualifying which sites run Shopify or WordPress before pitching app, theme, or migration work.
  • Sales teams prioritizing accounts by the exact SaaS a prospect already pays for.
  • Competitive-intel & investors fingerprinting a target's stack and vendor spend during diligence.
  • AI agents that need a site's technographic profile to personalize outreach.

Connect in 30 seconds

The server speaks Streamable HTTP at /mcp. Add this to your MCP client config:

{
  "mcpServers": {
    "techstack-detective": {
      "url": "https://fetchcraft--techstack-detective-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
    }
  }
}

Works in Claude Desktop, Cursor, Cline, Windsurf, VS Code, and any Streamable-HTTP MCP client.

Get your token: sign in at apify.com, then Settings, then Integrations, then copy your Personal API token. Paste it in place of YOUR_APIFY_TOKEN. The first call wakes the standby server (about 5 seconds); after that, calls are instant.

Test it works (replace the token):

curl -s -X POST "https://fetchcraft--techstack-detective-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

What you get

A representative result (clean structured JSON):

{
  "domain": "stripe.com",
  "mx_provider": "Google Workspace",
  "dmarc_policy": "reject",
  "cdn_provider": "Cloudflare",
  "saas_signals": ["AWS SES", "Atlassian", "SendGrid"]
}

Tools

Tool What it does
detect_shopify_stack Shopify + 25+ app fingerprints (Klaviyo, Recharge, Yotpo)
detect_wordpress_stack WordPress + 30+ plugins (Elementor, Yoast, Rank Math)
dns_email_footprint MX, SPF, DMARC, CDN, hosting + 25 SaaS signals from DNS
scan_saas_spend 60+ SaaS tools on a site + estimated monthly spend

Each tool runs a maintained fetchcraft Apify Actor under the hood and returns clean structured JSON. No LLM key, no scraping infrastructure to manage.

Example agent prompts

  • "What apps is gymshark.com running?" -> detect_shopify_stack
  • "What email vendor and SaaS does stripe.com use?" -> dns_email_footprint
  • "Estimate the SaaS spend of notion.so." -> scan_saas_spend

Why pay-per-call beats a subscription

  • No subscription, no seats, no minimums. You pay $0.10 per call, only for what you actually use. Comparable tools in this space usually lock you into a monthly plan whether you run it or not.
  • No LLM key and no scraping infrastructure to manage. Connect your Apify token and the maintained Actors do the work, returning clean structured JSON.
  • Built for AI agents. Drop-in MCP server over Streamable HTTP for Claude Desktop, Cursor, Cline, Windsurf, and VS Code.
  • $5/month in free Apify platform credits on every account, that is 50 free calls every month, indefinitely.

Pricing

  • Free right now. Every tool call is free during the 14-day price-notice window.
  • After that: $0.10 per tool call, flat. No subscription, no seat licenses, no minimum.
  • Every Apify account includes $5/month in free platform credits (= 50 free tool calls every month).

FAQ

Which MCP clients work? Any client supporting Streamable HTTP: Claude Desktop, Cursor, Cline, Windsurf, VS Code, and others.

Do I need an LLM key? No. Connect your Apify token and go.

Is the first call slow? Only the very first one, while the standby server wakes (about 5 seconds). Subsequent calls are instant.

Can I get the full fetchcraft suite? Yes, 28 scrapers plus 6 MCP servers under the fetchcraft publisher. Storefront: https://ai-sales-personalizer.vercel.app/scrapers

Support

Found a bug or want a new tool? Open an issue on the Actor's Issues tab.

Last Updated

2026-06-18

from github.com/emily397/techstack-detective-mcp

Installing Techstack Detective

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/emily397/techstack-detective-mcp

FAQ

Is Techstack Detective MCP free?

Yes, Techstack Detective MCP is free — one-click install via Unyly at no cost.

Does Techstack Detective need an API key?

No, Techstack Detective runs without API keys or environment variables.

Is Techstack Detective hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Techstack Detective in Claude Desktop, Claude Code or Cursor?

Open Techstack Detective on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Techstack Detective with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs