Contract
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"method": {
"type": "string"
},
"timeout_ms": {
"type": "integer"
}
},
"additionalProperties": false
}{
"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.
| Charge | Rate |
|---|---|
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
