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
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
readSearch 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
readRetrieve public P-5 financial-assurance detail for one operator.
What you must provideoperator_numberFreshnessScheduled (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
- Commercial real estate
Parcel and assessment records, building programs, and the entity on the other side of the deal.
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- Are there oil and gas wells near this property?
