Real-time banking regulatory intelligence from 100+ federal and state sources.
BankRegPulse MCP Server provides real-time banking regulatory intelligence from 100+ federal and state sources, exposing MCP-compatible data to AI assistants. It connects AI workflows to up-to-date regulatory content for improved decision-making and compliance.
π οΈ Key Features
Real-time regulatory intelligence aggregation from 100+ sources
MCP-compatible server for seamless AI integration
Node.js runtime with MIT license
π Use Cases
Supply regulatory context to AI assistants (Claude, ChatGPT)
Enhance compliance checks with live banking rules
Integrate regulatory feeds into automated advisory or decision-support workο¬ows
β‘ Developer Benefits
Clear MCP compatibility for faster integration
Open-source license (MIT) and Node.js support
Easy connect-to-AI workflows for regulatory data
β οΈ Limitations
Based on readme excerpt; may require review of full repository for complete capabilities
Ground truth limited to provided data; verify source freshness for critical use cases
Connect your AI assistant (Claude, ChatGPT, etc.) to live banking regulatory data from 100+ sources including OCC, FDIC, CFPB, Federal Reserve, and all 50 state banking departments.
What is This?
BankRegPulse MCP Server is a Model Context Protocol server that lets AI assistants query our regulatory intelligence database in real-time.
Instead of manually searching for regulatory updates, just ask your AI:
"What's in today's banking regulatory briefing?"
"Play today's regulatory podcast"
"Draft a LinkedIn post about today's CFPB updates"
Your AI will pull fresh data from BankRegPulse and answer with context.
Features
π― Three Core Tools
Tool
Description
Example Use
get_daily_briefing
Daily regulatory intelligence summary
"What did the OCC publish today?"
get_daily_podcast
Audio briefing URL
"Get today's regulatory podcast"
get_linkedin_post
Pre-formatted social content
"Draft a LinkedIn post about today's news"
π Data Coverage
Federal Agencies: OCC, FDIC, CFPB, Federal Reserve, Treasury
State Banking Departments: All 50 states
Congress: House Financial Services, Senate Banking
Federal Register: Final rules, proposed rules, notices
News: Reuters, American Banker, PYMNTS, Banking Dive
Update Frequency: Real-time (monitored 24/7)
Installation
Prerequisites
Node.js 18 or higher
An MCP-compatible AI assistant (Claude Desktop, Continue.dev, etc.)
Option 1: NPM (Recommended)
bash
npx bankregpulse-mcp-server
Option 2: From Source
bash
git clone https://github.com/RRGU26/bankregpulse-mcp-server.git
cd bankregpulse-mcp-server
npm install
npm run build