sec_regulations_search
Pack: sec-regulations · Endpoint: https://gateway.pipeworx.io/sec-regulations/mcp
Keyword search across the SEC regulations — US securities regulation in 17 CFR (SEC and CFTC). Answers “what SEC regulations cover X”, “the SEC rule about X”, “find the securities regulation for X”, “which disclosure requirement applies to X”, “the CFTC regulation on X”. Great for topics: insider trading and material nonpublic information, disclosure requirements and MD&A, registration statements and exempt offerings, private placements and accredited investors, proxy solicitations and shareholder proposals, broker-dealer net capital and customer protection, investment adviser fiduciary duty and custody, market structure and short sales, tender offers, beneficial ownership reporting, swaps and commodity futures. Returns matching securities rules with citation (17 CFR), heading, excerpt, and source URL. Example: sec_regulations_search({ query: “insider trading” }); sec_regulations_search({ query: “accredited investor definition”, limit: 15 }). Keyless. Searches the SEC RULES text; the separate edgar and sec-xbrl packs search SEC filings data.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Securities-regulation topic or phrase, e.g. “insider trading”, “accredited investor definition”, “management discussion and analysis”, “net capital requirements”, “short sale”. |
limit | number | no | Max results to return, 1-20 (default 10). |
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_regulations_search","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.