tax_regulation
Pack: tax-regulations · Endpoint: https://gateway.pipeworx.io/tax-regulations/mcp
Get the full text of one Treasury Regulation / IRS regulation — a US federal tax regulation codified in 26 CFR — by its citation. Returns the exact regulatory wording currently in force. Answers “what does Treas. Reg. 1.170A say”, “what is the IRS regulation for X”, “the Treasury Regulation on X”, “read 26 CFR 1.61-1”, “the income tax regulation for X”. Forgiving citation input: “1.170A-1”, “26 CFR 1.61-1”, “Treas. Reg. 1.501(c)(3)-1”, “§1.170A-1”, even “1.170A-1(b)” (trailing paragraph stripped). Tax citations are dotted — the part is the number BEFORE the first dot: “1.170A-1” -> part 1, section 170A-1; “301.7701-1” -> part 301. Covers 26 CFR part 1 income tax regulations (gross income, deductions, credits, charitable contributions 1.170A, exempt organizations 1.501(c)(3)-1, depreciation, capital gains), part 301 procedure & administration, parts 20 & 25 estate & gift tax, part 31 employment tax — the whole of Title 26. Pass a whole part (e.g. “1”) to get a (large) section list. Example: tax_regulation({ citation: “1.170A-1” }) -> charitable contribution deduction; tax_regulation({ citation: “Treas. Reg. 1.61-1” }) -> gross income defined. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
citation | string | yes | Treasury/IRS regulation citation (dotted). A section: “1.170A-1”, “26 CFR 1.61-1”, “Treas. Reg. 1.501(c)(3)-1”, “§1.170A-1(b)”, “301.7701-1”. Or a bare part: “1”, “301”. |
Example call
curl -X POST https://gateway.pipeworx.io/tax-regulations/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tax_regulation","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"tax-regulations": {
"url": "https://gateway.pipeworx.io/tax-regulations/mcp"
}
}
}
See Getting Started for client-specific install steps.