{
  "markdown": "# mcp-banking-regulations\n\nBanking Regulations MCP — US banking & consumer-finance rules (12 CFR).\n\nPart of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 1476+ live data sources.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `banking_regulation` | Get the full text of one banking regulation — a US Federal Reserve, OCC, FDIC, CFPB or NCUA rule codified in 12 CFR — by its citation or Regulation letter. Returns the exact regulatory wording currently in force. Answers \"what does Regulation E require\", \"what is the Federal Reserve regulation for X\", \"read 12 CFR 1026.19\", \"the CFPB rule on X\", \"the OCC / FDIC regulation for X\", \"bank capital requirement\". Forgiving input: \"1026.19\", \"12 CFR 1026.19\", \"§ 217.10\", \"1026.19(e)\" (paragraph stripped to the section), \"part 1026\". Fed \"Regulation letters\" resolve automatically: \"Regulation Z\" (truth in lending) -> part 1026, \"Reg B\" (ECOA) -> 1002, \"Reg C\" (HMDA) -> 1003, \"Reg D\" -> 204, \"Reg E\" (EFTA) -> 1005, \"Reg O\" (insider lending) -> 215, \"Reg W\" (affiliate transactions) -> 223, \"Reg X\" (RESPA) -> 1024, \"Reg Y\" (bank holding companies) -> 225, \"Reg CC\" (funds availability) -> 229, \"Reg DD\" (truth in savings) -> 1030, \"Reg Q\" / capital -> 217, plus \"Volcker rule\" -> 248, \"CRA\" -> 228, \"liquidity coverage ratio\" -> 249. Covers bank compliance across all of Title 12: consumer financial protection, mortgage disclosure and servicing, deposits and payments, capital and liquidity, holding-company supervision, safety and soundness. Pass a whole part or Regulation letter to get that part's section list. Example: banking_regulation({ citation: \"1026.19\" }) -> certain mortgage and variable-rate transactions; banking_regulation({ citation: \"Regulation Z\" }) -> the truth-in-lending part's section list. Keyless. |\n| `banking_regulations_search` | 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. |\n\n## Quick Start\n\nAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"banking-regulations\": {\n      \"url\": \"https://gateway.pipeworx.io/banking-regulations/mcp\"\n    }\n  }\n}\n```\n\n### What this endpoint actually serves\n\n`tools/list` at `https://gateway.pipeworx.io/banking-regulations/mcp` returns the tools in the table\nabove **plus the shared Pipeworx meta-tools** — `ask_pipeworx`,\n`discover_tools`, `search_within`, `remember`/`recall` and the rest of the\ngateway-wide set. So the tool count you see is larger than this table: a\nsingle-pack endpoint currently lists roughly 30 shared tools alongside the\npack's own. The connection's `initialize` response states its exact scope, and\nis the authoritative answer for a given day.\n\nThis is deliberate, not multiplexing by accident. The meta-tools are what let a\nscoped connection answer a question this pack does not cover — via\n`ask_pipeworx`, which routes across the whole catalog — without you adding a\nsecond MCP server. There is currently no way to mount a pack endpoint without\nthem; if the extra schemas cost you more context than the routing is worth,\nconnect to the full gateway once rather than to several pack endpoints.\n\nOr connect to the full Pipeworx gateway to get every pack's tools listed\ndirectly, instead of just this one's:\n\n```json\n{\n  \"mcpServers\": {\n    \"pipeworx\": {\n      \"url\": \"https://gateway.pipeworx.io/mcp\"\n    }\n  }\n}\n```\n\nBoth URLs reach the same gateway and the same 1476+ data sources. The\nonly difference is which pack's tools are listed **directly**; `ask_pipeworx`\nreaches all of them from either one.\n\n## Using with ask_pipeworx\n\nInstead of calling tools directly, you can ask questions in plain English —\nthis works on the pack endpoint above as well as on the full gateway:\n\n```\nask_pipeworx({ question: \"your question about Banking Regulations data\" })\n```\n\nThe gateway picks the right tool and fills the arguments automatically.\n\n## More\n\n- [Docs and guides](https://pipeworx.io/docs)\n- [pipeworx.io](https://pipeworx.io)\n\n## License\n\nMIT\n",
  "bytes": 5044,
  "sha": "4f7e6b806823fd847b7e908b465fabca6a419feff04adad1ac7a2129d379b45c",
  "repo_slug": "pipeworx-io/mcp-banking-regulations",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pipeworx_io_banking_regulation_44cacd1c/readme"
}