get_section_text
ActiveTool of Ecfr
Get the actual REGULATION TEXT currently in force — a single CFR section OR a whole CFR part. PREFER for "what does 14 CFR 91.113 say", "read the text of <citation>", "the exact wording of <regulation>", "text of 22 CFR part 120", "40 CFR part 261". Pass the title number plus EITHER a section (e.g. title 14, section "91.113" → that section) OR a part (e.g. title 22, part "120" → every section in the part). Returns the heading(s) and full paragraph text. Use search_regulations first to find the citation if unknown.
Parameters schema
{
"type": "object",
"required": [
"title"
],
"properties": {
"date": {
"type": "string",
"description": "Optional point-in-time date, YYYY-MM-DD. If omitted, the title's current 'up_to_date_as_of' date is used."
},
"part": {
"type": "string",
"description": "A part number, e.g. \"120\", \"261\". Returns the text of every section in that part. Ignored if `section` is given."
},
"title": {
"type": "number",
"description": "CFR title number, 1–50 (e.g. 14 = Aeronautics and Space, 29 = Labor, 22 = Foreign Relations)."
},
"section": {
"type": "string",
"description": "A single section number including the part, e.g. \"91.113\", \"1910.132\", \"744.11\" (the part is the number before the dot). Returns just that section."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ecfr
https://github.com/pipeworx-io/mcp-ecfr
1/7 registries