Skip to content
Eden Engine

Website Uptime & TLS Status Check

omnial/x402-uptime-check

Given a URL, returns whether it is currently up or down, the HTTP status code and text, response latency in milliseconds, whether the request was redirected, basic response headers (server, content type), and whether the connection used TLS.

activeper callv1
Provider
Web & Business Data Network
Category
domain-intelligence
Provider price
$0.0324324 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",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "timeout_ms": {
      "type": "integer"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "tls": {
      "type": "boolean",
      "description": "Whether the connection used TLS. Present on both fixtures."
    },
    "url": {
      "type": [
        "string",
        "null"
      ],
      "description": "Stripped -- see responseShaping. Always null in the shaped output; it is the same URL the caller submitted, so it carries no additional information."
    },
    "error": {
      "type": "string",
      "description": "A short error description, e.g. 'fetch failed'. Only observed on the down fixture -- not present at all on a successful check."
    },
    "status": {
      "type": "string",
      "description": "Observed 'up' and 'down' across the two captured fixtures."
    },
    "headers": {
      "type": "object",
      "properties": {
        "server": {
          "type": "string"
        },
        "content_type": {
          "type": "string"
        },
        "x_powered_by": {
          "type": [
            "string",
            "null"
          ],
          "description": "Observed null when the target does not send this header."
        }
      },
      "description": "Only observed on the up fixture -- not present at all when the target is unreachable.",
      "additionalProperties": true
    },
    "final_url": {
      "type": [
        "string",
        "null"
      ],
      "description": "Stripped -- see responseShaping. Always null in the shaped output even on a successful, redirected check."
    },
    "checked_at": {
      "type": "string",
      "description": "ISO 8601 timestamp of when this check was performed."
    },
    "latency_ms": {
      "type": "number",
      "description": "Round-trip time of the check itself, in milliseconds."
    },
    "redirected": {
      "type": "boolean",
      "description": "Whether the request followed a redirect. Only observed on the up fixture -- not present at all when the target is unreachable."
    },
    "status_code": {
      "type": [
        "integer",
        "null"
      ],
      "description": "HTTP status code, e.g. 200. Observed null when the target could not be reached at all (the request never received a response)."
    },
    "status_text": {
      "type": "string",
      "description": "HTTP status text, e.g. 'OK'. Only observed on the up fixture -- not present at all when the target is unreachable."
    }
  },
  "description": "The uptime-check 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.0324324
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 25, 2026