Regulatory Actions
SEC, CFPB, FDIC & Federal Register
Search enforcement actions and regulatory filings from US financial regulators. Covers SEC litigation releases, CFPB consumer finance enforcement, FDIC bank failures, and Federal Register rules and proposed rules by any agency.
Search SEC enforcement actions including litigation releases and accounting/auditing enforcement releases via EDGAR full-text search. Filter by keyword and date range.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "regulatory-actions",
"skill": "sec_enforcement",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callBrowse enforcement actions from the Consumer Financial Protection Bureau. Search by keyword to find actions against specific companies or involving specific financial products.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "regulatory-actions",
"skill": "cfpb_enforcement",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callLook up FDIC bank failures including bank name, location, acquiring institution, and closing date. Filter by year and state to analyze banking sector stability.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "regulatory-actions",
"skill": "fdic_failures",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callSearch the Federal Register for rules, proposed rules, and notices from federal agencies. Filter by keyword, document type, and agency to track regulatory activity.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "regulatory-actions",
"skill": "federal_register",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callQuick Start
claude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"regulatory-actions","skill":"sec_enforcement","input":{}}' \
https://api.toolrouter.com/v1/tools/callFrequently Asked Questions
Can I search SEC enforcement by company or topic?
Yes. `sec_enforcement` searches SEC litigation releases and accounting or auditing enforcement releases by keyword and date range.
Can I check CFPB cases or FDIC bank failures?
`cfpb_enforcement` covers consumer finance actions, and `fdic_failures` lists bank failures with year and state filters for quick banking-sector checks.
Can I follow new rules and proposed rules from federal agencies?
`federal_register` searches rules, proposed rules, notices, and presidential documents by keyword, document type, or agency slug.
How do I narrow the results when I only care about one regulator?
Use the regulator-specific filters: `federal_register` for agency and document type, `cfpb_enforcement` for a keyword plus limit, and `fdic_failures` for year or state.