Skip to content
All data sources

ParcelOps Business Verification API and MCP server

No authbusiness-audit

One-call public-record business audit. Resolves the entity, fans out to CSL, SAM.gov, Texas Comptroller, CourtListener, GLEIF, SEC financials, and Texas RRC, then returns compact evidence with explicit coverage and uncertainty. Commercial credit scores remain a separate gated input.

ParcelOps Business Verification is published by ParcelOps Business Verification.

How often the publisher refreshes it is not declared, so treat the timing of any field as unknown.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when ParcelOps Business Verification last refreshed the data itself.

API access

Your AI client reaches ParcelOps Business Verification through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.

Where it came from

PublisherParcelOps Business Verification

Freshness and coverage

FreshnessFreshness not declared
Places coveredNot declared
Time coveredNot declared
CredentialsNo credentials required

What this source cannot tell you

  • Where it stops geographically, because the covered area is not declared. An empty answer will not tell you whether the place is out of range or the record is simply missing.
  • Which years it spans, because the covered period is not declared.
  • How current a field is, because the refresh schedule is not declared.
  • Anything ParcelOps Business Verification does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.

Methods (3)

A method is one call your agent can make against this source.

  • runPublicAudit

    read

    Run the complete public-source business audit in one call.

    What you must providelegalName
    Records returnedbusiness, audit-evidence
    How to get more resultsnone
    Input schema
    {
      "type": "object",
      "properties": {
        "legalName": {
          "type": "string",
          "minLength": 1,
          "maxLength": 200
        },
        "jurisdiction": {
          "type": "string",
          "maxLength": 100
        },
        "city": {
          "type": "string",
          "maxLength": 80
        },
        "state": {
          "type": "string",
          "minLength": 2,
          "maxLength": 2,
          "pattern": "^[A-Za-z]{2}$"
        },
        "country": {
          "type": "string",
          "minLength": 2,
          "maxLength": 3,
          "pattern": "^[A-Za-z]{2,3}$",
          "description": "ISO country code. Two-letter US is translated to the SAM.gov three-letter USA code."
        },
        "taxpayerNumber": {
          "type": "string",
          "pattern": "^\\d{11}$"
        },
        "uei": {
          "type": "string",
          "pattern": "^[A-Za-z0-9]{12}$"
        },
        "cageCode": {
          "type": "string",
          "pattern": "^[A-Za-z0-9]{5}$"
        },
        "lei": {
          "type": "string",
          "pattern": "^[A-Za-z0-9]{20}$"
        },
        "cik": {
          "type": "string",
          "pattern": "^\\d{1,10}$"
        },
        "rrcOperatorNumber": {
          "type": "string",
          "pattern": "^\\d{6}$"
        },
        "sources": {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "csl",
              "sam",
              "texas-comptroller",
              "courtlistener",
              "gleif",
              "sec",
              "rrc"
            ]
          },
          "uniqueItems": true,
          "maxItems": 7
        },
        "sourceTimeoutMs": {
          "type": "integer",
          "minimum": 2000,
          "maximum": 15000
        }
      },
      "required": [
        "legalName"
      ],
      "additionalProperties": false
    }
    • Potential matches require identifier verification.
    • SEC metrics retain source filing periods and are not converted into a score.
    • The result is not a credit report or legal determination.

    Returns evidence and coverage, never a synthetic score.

  • getCreditReadiness

    read

    Describe the gated credit tier and onboarding requirements.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Describe source coverage, resolution, concurrency, and evidence semantics.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }

Where this source is used