Skip to content
Eden Engine

Brazilian Company Lookup (CNPJ Registry Data)

omnial/x402-brazilian-company-data

Given a 14-digit Brazilian CNPJ tax id, returns the registered company's legal and trade name, registration status and type, registered address, opening date, legal nature, size classification, declared share capital, activity codes, and any partners/officers on file with the CNPJ registry.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.081081 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": [
    "cnpj"
  ],
  "properties": {
    "cnpj": {
      "type": "string",
      "description": "CNPJ number (14 digits, e.g. 11222333000181)"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "cnpj": {
      "type": "string",
      "description": "Formatted with punctuation, e.g. '33.000.167/0001-01'."
    },
    "size": {
      "type": "string",
      "description": "e.g. 'DEMAIS' (large/other) or 'EMPRESA DE PEQUENO PORTE' (small business)."
    },
    "type": {
      "type": "string",
      "description": "'MATRIZ' (headquarters) observed on both fixtures. A branch office would be documented by the registry as 'FILIAL' but was not observed in either fixture."
    },
    "status": {
      "type": "string",
      "description": "Registration status, e.g. 'ATIVA' (active) or 'INAPTA' (delinquent/inactive) -- the two fixtures show genuinely different statuses, not just different company names."
    },
    "address": {
      "type": "string",
      "description": "Single-line registered business address as held by the registry."
    },
    "partners": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "role": {
            "type": "string",
            "description": "e.g. '16-Presidente', '10-Diretor'."
          }
        },
        "additionalProperties": true
      },
      "description": "Officers/partners on file with the registry. Observed empty on a sole-proprietor small business and populated with 8 entries on a large corporation -- not a fixed size."
    },
    "trade_name": {
      "type": [
        "string",
        "null"
      ],
      "description": "The company's trading/DBA name. Observed null on a small business fixture that has no registered trade name distinct from its legal name."
    },
    "company_name": {
      "type": "string",
      "description": "Registered legal name, e.g. 'PETROLEO BRASILEIRO S A PETROBRAS'."
    },
    "legal_nature": {
      "type": "string",
      "description": "e.g. '203-8 - Sociedade de Economia Mista'."
    },
    "opening_date": {
      "type": "string",
      "description": "DD/MM/YYYY, e.g. '28/09/1966'."
    },
    "share_capital": {
      "type": "string",
      "description": "Declared share capital as a plain numeric string, e.g. '10000.00'."
    },
    "activity_codes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "description": "e.g. '06.00-0-01'."
          },
          "description": {
            "type": "string",
            "description": "Observed as a masked literal '********' string on the delinquent-status fixture rather than an omitted or null field."
          }
        },
        "additionalProperties": true
      },
      "description": "Registered economic activity (CNAE) codes, at least one entry on both fixtures."
    }
  },
  "description": "The CNPJ registry record, 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.081081
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