Skip to content
All data sources

Texas RRC Operator Standing API and MCP server

No authrrc

Texas P-5 operator identity, organization status, and public financial-assurance evidence from the Railroad Commission of Texas.

Texas RRC Operator Standing is published by Railroad Commission of Texas and covers Texas.

It refreshes on a schedule the publisher sets.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when Railroad Commission of Texas last refreshed the data itself.

API access

Your AI client reaches Texas RRC Operator Standing 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

Freshness and coverage

FreshnessScheduled · The public P-5 organization query states that its organization records update nightly.
Places coveredTexas
Time coveredNot declared
CredentialsNo credentials required

What this source cannot tell you

  • Anything outside Texas. A request past that edge comes back empty rather than approximated.
  • Which years it spans, because the covered period is not declared.
  • Anything Railroad Commission of Texas does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
  • Financial assurance is an operator-level regulatory record, not a general business credit score.
  • Verify dispositive status directly with the Railroad Commission.

Methods (2)

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

  • searchOrganizations

    read

    Search Texas P-5 organizations by operator number, name, status, or location.

    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "operator_number": {
          "type": "string",
          "pattern": "^\\d{6}$"
        },
        "organization_name": {
          "type": "string",
          "maxLength": 200
        },
        "p5_status": {
          "type": "string",
          "maxLength": 80
        },
        "city": {
          "type": "string",
          "maxLength": 120
        },
        "state": {
          "type": "string",
          "minLength": 2,
          "maxLength": 2
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 500
        },
        "offset": {
          "type": "integer",
          "minimum": 0,
          "maximum": 50000
        }
      },
      "required": [],
      "additionalProperties": false
    }
  • getOrganizationFinancialAssurance

    read

    Retrieve public P-5 financial-assurance detail for one operator.

    What you must provideoperator_number
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "operator_number": {
          "type": "string",
          "pattern": "^\\d{6}$",
          "description": "Six-digit Texas RRC operator number."
        }
      },
      "required": [
        "operator_number"
      ],
      "additionalProperties": false
    }

    Operator-level assurance is not a business credit score.

Where this source is used