Real-time banking regulatory intelligence from 100+ federal and state sources.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Real-time banking regulatory intelligence for AI assistants
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.
The server is hosted. Point any MCP client at the URL:
claude mcp add --transport http lexregpulse https://lexregpulse.com/mcpnpx bankregpulse-mcp-server (see Installation below).Read-only and free. The content is the LexRegPulse daily brief (6:45 AM ET), the Sunday digest, the archive, deep-dive analysis and a comment-deadline tracker built from Federal Register fields.
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:
Your AI will pull fresh data from BankRegPulse and answer with context.
| Tool | Description | Example Use |
|---|---|---|
get_daily_briefing | The morning brief (lead, regulatory developments, industry signals, political, what's coming, what it means), as markdown with its canonical URL | "What's in today's banking regulatory brief?" |
get_weekly_digest | The Sunday print digest | "Summarize last week's regulatory developments" |
list_briefings | Archive index: dates, titles, URLs | "Which edition covered the OCC charter decisions?" |
get_blog_posts | Recent deep-dive analysis by Lex | "What has Lex written on the unsafe-or-unsound rule?" |
get_blog_post | Full text of one deep dive, by slug | "Give me the full OCC-FDIC rule analysis" |
get_upcoming_deadlines | Comment windows and effective dates from the deadline tracker | "What comment periods close in the next two weeks?" |
get_daily_podcast | Audio URL and feed for the daily episode | "Get today's regulatory podcast" |
get_linkedin_post | LinkedIn-ready post drafted from the brief | "Draft a LinkedIn post about today's news" |
subscribe_to_daily_brief | Subscribe an email address to the free Daily Brief (6:45 AM ET) and Sunday digest; welcome email with one-click unsubscribe | "Subscribe me to LexRegPulse at name@bank.com" |
Locate Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd BankRegPulse MCP server:
Restart Claude Desktop
Test it:
Add to ~/.continue/config.json:
Any MCP-compatible client can connect via stdio:
Run the MCP server as an HTTP endpoint instead of stdio:
Endpoints:
GET /health - Health checkGET /sse - SSE endpoint for MCP connectionsConnect via HTTP:
Test with curl:
Ask Claude:
"What's in today's banking regulatory briefing?"
Claude queries:
You receive:
Ask Claude:
"Get me today's regulatory podcast"
Claude queries:
You receive:
Ask Claude:
"Draft a LinkedIn post about today's CFPB enforcement actions"
Claude queries:
You receive:
Claude will pass date: "2024-02-20" to the tool.
Set environment variable to use a different API:
Cause: Briefing hasn't been generated yet (runs at 6 AM EST daily)
Solution: Query yesterday's briefing or wait until morning
Cause: Network issue or API is down
Solution:
Cause: MCP server not properly installed or outdated
Solution:
Opens a web UI to test tool calls.
The MCP server calls these public API endpoints:
GET /api/mcp/briefing?date=YYYY-MM-DD - Daily briefingGET /api/mcp/podcast?date=YYYY-MM-DD - Podcast URLGET /api/mcp/linkedin-post?date=YYYY-MM-DD - LinkedIn postNo authentication required for basic usage.
Free for community use.
No API key required. Rate limits apply:
For enterprise usage (higher limits, SLA), contact: admin@bankregpulse.com
Contributions welcome! Please:
MIT License - see LICENSE for details.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bankregpulse-mcp-server)<a href="https://allmcps.com/mcp/bankregpulse-mcp-server"><img src="https://allmcps.com/api/badge/bankregpulse-mcp-server?style=directory" alt="Bankregpulse MCP Server on AllMCPs" /></a>