banking_regulations_search
Pack: banking-regulations · Endpoint: https://gateway.pipeworx.io/banking-regulations/mcp
Keyword search across the US banking regulations — Federal Reserve, OCC, FDIC, CFPB and NCUA rules in 12 CFR. Answers “what banking regulations cover X”, “the Federal Reserve regulation about X”, “find the CFPB rule for X”, “which consumer financial protection rule applies to X”, “the bank compliance requirement for X”. Great for topics: truth in lending disclosure, mortgage origination and servicing, closing disclosures and TRID, ability to repay and qualified mortgages, electronic fund transfers and error resolution, overdraft and remittances, fair lending and adverse action notices, HMDA reporting, funds availability and check holds, deposit insurance, risk-based capital and leverage ratios, liquidity coverage, transactions with affiliates, insider lending limits, bank holding company activities, stress testing, community reinvestment. Returns matching banking rules with citation (12 CFR), heading, excerpt, and source URL. Example: banking_regulations_search({ query: “truth in lending disclosure” }); banking_regulations_search({ query: “ability to repay qualified mortgage”, limit: 15 }). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Banking-regulation topic or phrase, e.g. “truth in lending disclosure”, “ability to repay”, “overdraft”, “capital conservation buffer”, “adverse action notice”, “funds availability”. |
limit | number | no | Max results to return, 1-20 (default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/banking-regulations/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"banking_regulations_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"banking-regulations": {
"url": "https://gateway.pipeworx.io/banking-regulations/mcp"
}
}
}
See Getting Started for client-specific install steps.