MCP: Web Tech-Stack Intel - Detect Stacks, Sales Triggers
Pricing
$5.00 / 1,000 mcp tool calls
MCP: Web Tech-Stack Intel - Detect Stacks, Sales Triggers
MCP server for tech-stack-intel. AI-agent tools: detect_tech_stack, check_technology, bulk_tech_lookup, get_domain_registration, find_tech_users. Fingerprint any website's CMS/ecommerce/analytics/martech + new-domain triggers. x402 (USDC on Base) and Skyfire ready. For B2B sales and martech.
Pricing
$5.00 / 1,000 mcp tool calls
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
12 days ago
Last modified
Categories
Share
MCP: Web Tech-Stack Intel
Model Context Protocol (MCP) server wrapping tech-stack-intel. Gives AI agents (Claude, OpenAI Responses, LangChain, LlamaIndex, Cursor) five tools for fingerprinting any website's technology stack and turning it into B2B sales triggers. x402 (USDC on Base) and Skyfire ready.
Tools
| Tool | Args | Returns |
|---|---|---|
detect_tech_stack | domain, min_confidence?, include_registration? | Full categorized tech stack for one site. |
check_technology | domain, technology | Whether the domain runs a specific tech (+ confidence, version, evidence). |
bulk_tech_lookup | domains[] (โค50), min_confidence? | Tech stack for many domains at once. |
get_domain_registration | domain, new_domain_days? | RDAP registration intel + new-domain trigger flag. |
find_tech_users | domains[] (โค100), technology | The subset of domains that run a target technology. |
Usage
// Discover tools (free){ "mode": "list_tools" }// Call one tool{ "mode": "call_tool", "tool": "detect_tech_stack", "args": { "domain": "allbirds.com" } }// "Which of these prospects run Klaviyo?"{ "mode": "call_tool", "tool": "find_tech_users","args": { "domains": ["allbirds.com", "gymshark.com", "basecamp.com"], "technology": "Klaviyo" } }// Batch (up to 10 calls){ "mode": "batch", "calls": [{ "tool": "detect_tech_stack", "args": { "domain": "shopify.com" } },{ "tool": "get_domain_registration", "args": { "domain": "shopify.com" } }] }
Every tool returns { tool, args, ok, count, items, summary, error }. Agents key
off ok + summary + items; tools never throw (upstream failure becomes
ok: false with an error string).
Pricing
Flat $0.005 per MCP tool call. The upstream tech-stack-intel actor charges
its own events (domain_record $0.004, tech_stack_enrichment $0.008,
new_domain_trigger $0.010) directly to the same run as pass-through.
Responsible use
The upstream actor fetches public, logged-out pages only, with polite rate limits, and minimizes PII (registration intel takes dates/registrar/nameservers only - never registrant contact data). Detection is inference with confidence levels, not a security audit.
