Skip to content
Eden Engine

EU MiCA Crypto Provider (CASP/VASP) Authorization Check

omnial/x402-vasp-verify

Given a company or entity name (or an optional Legal Entity Identifier or website), checks whether it is listed in ESMA's official register of crypto-asset service providers (CASPs) authorized under the EU's MiCA regulation. Returns whether a register match was found, the authorization status, any matching register entries, when the register data was last updated, and a caveat note when the underlying register data could not be retrieved.

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": [
    "entity_name"
  ],
  "properties": {
    "lei": {
      "type": "string",
      "description": "Legal Entity Identifier (optional)"
    },
    "website": {
      "type": "string",
      "description": "Entity website domain (optional)"
    },
    "entity_name": {
      "type": "string",
      "description": "Company or entity name to search for"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "note": {
      "type": [
        "string",
        "null"
      ],
      "description": "A caveat from the endpoint, e.g. flagging that the underlying register data is temporarily unavailable and that this does not itself mean the entity is unauthorized. Observed non-null (the same outage caveat) on both fixtures captured; whether this field is null when the register is fully available is UNCONFIRMED."
    },
    "matches": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      },
      "description": "Register entries matching the search. Observed as an empty array on both fixtures captured (both hit a register outage before any match could be returned); the shape of a populated entry is UNCONFIRMED and not described further here."
    },
    "authorized": {
      "type": "boolean",
      "description": "Whether the entity is currently authorized as a CASP under MiCA. Observed false on both fixtures captured, each hitting a register-data-unavailable state -- see `note`."
    },
    "match_found": {
      "type": "boolean",
      "description": "Whether the search matched an entry in the ESMA register."
    },
    "entity_name_searched": {
      "type": "string",
      "description": "The entity name exactly as submitted, echoed back."
    },
    "register_last_updated": {
      "type": [
        "string",
        "null"
      ],
      "description": "When the ESMA register data backing this result was last refreshed. Observed null on both fixtures captured, alongside a non-null `note` explaining the register data was unavailable."
    }
  },
  "description": "The MiCA authorization check result, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": false
}

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