Skip to content
Eden Engine

Website Tech Stack Detector (by Domain or URL)

omnial/x402-tech-stack-detect

Given a domain or URL, returns the technologies detected on that site's public HTTP headers and HTML (CDN, security headers, analytics, e-commerce platform, CSS framework, and similar), each with a category, a confidence level, and the evidence type behind the detection, plus quick yes/no signals for common categories like chat widgets, payment processing, and marketing automation.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.0486486 per call
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "anyOf": [
    {
      "required": [
        "domain"
      ]
    },
    {
      "required": [
        "url"
      ]
    }
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Website URL (e.g. https://example.com)"
    },
    "domain": {
      "type": "string",
      "description": "Domain name (e.g. example.com) — use this or url"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "signals": {
      "type": "object",
      "properties": {
        "has_analytics": {
          "type": "boolean"
        },
        "has_chat_widget": {
          "type": "boolean"
        },
        "has_error_monitoring": {
          "type": "boolean"
        },
        "has_payment_processing": {
          "type": "boolean"
        },
        "has_marketing_automation": {
          "type": "boolean"
        }
      },
      "description": "Quick booleans derived from `technologies`, one per common category.",
      "additionalProperties": true
    },
    "by_category": {
      "type": "object",
      "properties": {
        "cdn": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "css": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "security": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "analytics": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ecommerce": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "The same technologies grouped by category name, each value the list of technology names in that category. Keys observed vary by site: shopify.com produced cdn/security/analytics/ecommerce/css, example.com produced only cdn -- a category with zero detections is simply absent, not present as an empty array, and a category this tool has never observed is not described here but may still appear (additionalProperties).",
      "additionalProperties": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    "technologies": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The detected technology's own product/brand name, e.g. 'Cloudflare', 'Shopify', 'Google Analytics' -- never a person's name."
          },
          "category": {
            "type": "string",
            "description": "e.g. 'cdn', 'security', 'analytics', 'ecommerce', 'css'."
          },
          "evidence": {
            "type": "string",
            "description": "The detection method, e.g. 'HTTP header server', 'HTTP header strict-transport-security', 'HTML content pattern'."
          },
          "confidence": {
            "type": "string",
            "description": "'high' or 'medium' observed across both fixtures."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per detected technology."
    },
    "technologies_detected": {
      "type": "number",
      "description": "Count of entries in `technologies`. Observed 5 (shopify.com) and 1 (example.com)."
    }
  },
  "description": "The tech-stack-detection result, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0486486
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 8, 2026