API access
Your AI client reaches eCFR (Electronic Code of Federal Regulations) 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
- ⚠ 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 eCFR (Electronic Code of Federal Regulations) does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
Methods (6)
A method is one call your agent can make against this source.
searchRegulations
readSearch Regulations
What you must providequeryInput schema
{ "type": "object", "properties": { "query": { "type": "string", "maxLength": 300 }, "agencySlug": { "oneOf": [ { "type": "string", "maxLength": 120 }, { "type": "array", "maxItems": 20, "items": { "type": "string", "maxLength": 120 } } ] }, "limit": { "type": "integer", "minimum": 1, "maximum": 100 }, "perPage": { "type": "integer", "minimum": 1, "maximum": 100 }, "page": { "type": "integer", "minimum": 1, "maximum": 10000 } }, "required": [ "query" ], "additionalProperties": false }countSearchResults
readCount Search Results
What you must providequeryInput schema
{ "type": "object", "properties": { "query": { "type": "string", "maxLength": 300 }, "agencySlug": { "oneOf": [ { "type": "string", "maxLength": 120 }, { "type": "array", "maxItems": 20, "items": { "type": "string", "maxLength": 120 } } ] } }, "required": [ "query" ], "additionalProperties": false }listTitles
readList Titles
Input schema
{ "type": "object", "properties": { "limit": { "type": "integer", "minimum": 1, "maximum": 50 } }, "required": [], "additionalProperties": false }getTitleStructure
readGet Title Structure
What you must providetitleInput schema
{ "type": "object", "properties": { "title": { "type": "integer", "minimum": 1, "maximum": 50 }, "date": { "type": "string", "pattern": "^\\d{4}-\\d{2}-\\d{2}$" } }, "required": [ "title" ], "additionalProperties": false }getPartVersionHistory
readGet Part Version History
What you must providetitlepartInput schema
{ "type": "object", "properties": { "title": { "type": "integer", "minimum": 1, "maximum": 50 }, "part": { "oneOf": [ { "type": "string", "maxLength": 40 }, { "type": "integer", "minimum": 0 } ] }, "limit": { "type": "integer", "minimum": 1, "maximum": 1000 }, "page": { "type": "integer", "minimum": 1, "maximum": 10000 } }, "required": [ "title", "part" ], "additionalProperties": false }getServiceInfo
readGet Service Info
Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- What federal rule applies to this property question?
