sec_regulation

Pack: sec-regulations · Endpoint: https://gateway.pipeworx.io/sec-regulations/mcp

Get the full text of one SEC regulation — a US securities regulation codified in 17 CFR (SEC and CFTC) — by its citation or common rule name. Returns the exact regulatory wording currently in force. Answers “what does SEC Rule 10b-5 require”, “what is the SEC regulation for X”, “read 17 CFR 240.10b-5”, “what does Regulation S-K item 303 say”, “the SEC disclosure requirement for X”. Forgiving input: “240.10b-5”, “17 CFR 240.10b-5”, ”§ 229.303”, “230.506(b)” (paragraph stripped to the section), “240.15l-1”, “part 240”. Common rule names resolve automatically: “Rule 10b-5” -> 240.10b-5, “Rule 10b5-1”, “Rule 144”, “Rule 506”, “Rule 15c3-1” (net capital), “Regulation S-K” -> part 229, “Regulation S-X” -> part 210, “Reg FD” -> 243.100, “Reg NMS” -> part 242, “Reg SHO”, “Reg D”, “Reg A”, “Reg S”, “Regulation BI” -> 240.15l-1, “Form ADV” / Investment Advisers Act rules -> part 275, “Rule 206(4)-7”. Covers securities regulation across all of Title 17: registration and offerings, disclosure requirements, insider trading, proxy rules, broker-dealer obligations, investment advisers, market structure, and CFTC commodity and derivatives regulation. Pass a whole part (e.g. “229” or “part 240”) to get that part’s section list. Example: sec_regulation({ citation: “240.10b-5” }) -> employment of manipulative and deceptive devices; sec_regulation({ citation: “Rule 10b-5” }) -> same section via the rule name. Keyless. This pack is the SEC RULES text; the separate edgar and sec-xbrl packs serve SEC filings data (company filings, XBRL financials).

Parameters

NameTypeRequiredDescription
citationstringyesSecurities-regulation citation or rule name. A section: “240.10b-5”, “17 CFR 240.10b-5”, ”§ 229.303”, “230.506(b)”, “275.206(4)-7”. A rule name: “Rule 10b-5”, “Rule 144”, “Regulation S-K”, “Reg FD”, “Regulation BI”. Or a whole part: “229”, “part 240” -> returns the part’s section list.

Example call

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

Connect

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

{
  "mcpServers": {
    "sec-regulations": {
      "url": "https://gateway.pipeworx.io/sec-regulations/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 26, 2026