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
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
title | number | yes | CFR title number, 1–50 (e.g. 14 = Aeronautics and Space, 29 = Labor). |
section | string | yes | Section number including the part, e.g. “91.113”, “1910.132”, “744.11” (the part is the number before the dot). |
date | string | no | Optional 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.