API access
Your AI client reaches Consolidated Screening List 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 your own credentials (API key).
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside Global. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything U.S. Consolidated Screening List does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ A returned record is a potential match; verify official source lists before acting.
Methods (3)
A method is one call your agent can make against this source.
searchRestrictedParties
readScreen a name across consolidated U.S. export-restriction lists.
What you must providenameRecords returnedrestricted-partyHow to get more resultsoffset (offsetField: offset, limitField: limit)FreshnessScheduled · every dayInput schema
{ "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 200, "description": "Legal entity or person name." }, "fuzzyName": { "type": "boolean", "default": true }, "sources": { "type": "array", "items": { "type": "string", "maxLength": 80 }, "maxItems": 25 }, "countries": { "type": "array", "items": { "type": "string", "maxLength": 80 }, "maxItems": 25 }, "type": { "type": "string", "enum": [ "Entity", "Individual", "Vessel", "Aircraft" ] }, "limit": { "type": "integer", "minimum": 1, "maximum": 100 }, "offset": { "type": "integer", "minimum": 0, "maximum": 10000 } }, "required": [ "name" ], "additionalProperties": false }- ⚠ No potential match is not a compliance determination.
Potential matches require official-list verification.
listSources
readList source-list metadata exposed by the CSL service.
FreshnessScheduled · every day (source-level)Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }getServiceInfo
readDescribe CSL coverage, credentials, freshness, and match semantics.
FreshnessScheduled · every day (source-level)Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
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.
- Is this company on a federal exclusion list?
