Skip to content
Eden Engine

Phone Number Type & Line Classifier

omnial/x402-phone-type-detect

Given a phone number (and an optional ISO 2-letter country code hint), returns its detected line type (mobile, landline, VOIP, toll-free, or premium rate), whether it can receive SMS, and simple mobile/landline/VOIP/toll-free/premium flags -- useful for deciding whether a number is worth texting or how to route an outbound call.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
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": [
    "phone_number"
  ],
  "properties": {
    "country_code": {
      "type": "string",
      "description": "ISO 2-letter country code hint (optional)"
    },
    "phone_number": {
      "type": "string",
      "description": "Phone number in any format"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "The phone number exactly as submitted, echoed back."
    },
    "is_voip": {
      "type": "boolean",
      "description": "Whether the number is classified as a VOIP line."
    },
    "is_mobile": {
      "type": "boolean",
      "description": "Whether the number is classified as (or could be) a mobile line."
    },
    "is_premium": {
      "type": "boolean",
      "description": "Whether the number is a premium-rate number."
    },
    "phone_type": {
      "type": "string",
      "description": "The detected line type, e.g. 'fixed_line_or_mobile' or 'toll_free'. Observed values are lowercase, underscore-separated category strings."
    },
    "is_landline": {
      "type": "boolean",
      "description": "Whether the number is classified as (or could be) a fixed landline."
    },
    "sms_capable": {
      "type": "boolean",
      "description": "Whether the number can plausibly receive SMS messages."
    },
    "country_code": {
      "type": "string",
      "description": "ISO 2-letter country code the number was resolved against."
    },
    "is_toll_free": {
      "type": "boolean",
      "description": "Whether the number is a toll-free number (e.g. a US 1-800 number)."
    }
  },
  "description": "The phone type 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.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 23, 2026