get_section_text

Pack: ecfr · Endpoint: https://gateway.pipeworx.io/ecfr/mcp

Get the actual REGULATION TEXT of a specific CFR section — the full rule, not just a search excerpt. PREFER for “what does 14 CFR 91.113 say”, “read the text of ”, “the exact wording of ”. Pass the title number and the section number (e.g. title 14, section “91.113”). Returns the heading and full paragraph text. Use search_regulations first to find the citation if unknown.

Parameters

NameTypeRequiredDescription
titlenumberyesCFR title number, 1–50 (e.g. 14 = Aeronautics and Space, 29 = Labor).
sectionstringyesSection number including the part, e.g. “91.113”, “1910.132”, “744.11” (the part is the number before the dot).
datestringnoOptional point-in-time date, YYYY-MM-DD. If omitted, the title’s current ‘up_to_date_as_of’ date is used.

Example call

curl -X POST https://gateway.pipeworx.io/ecfr/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_section_text","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ecfr": {
      "url": "https://gateway.pipeworx.io/ecfr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026