Real-time banking regulatory intelligence from 100+ federal and state sources.
Bankregpulse MCP server exists for a simple reason — assistants are far more useful when they can act on Bankregpulse directly instead of describing what you should do. Real-time banking regulatory intelligence from 100+ federal and state sources.
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.
BankRegPulse MCP Server is a Model Context Protocol server that lets AI assistants query our regulatory intelligence database in real-time.
Once Bankregpulse is connected, these are the calls the assistant has available:
get_daily_briefing — Daily regulatory intelligence summaryget_daily_podcast — Audio briefing URLget_linkedin_post — Pre-formatted social contentPrerequisites — The Prerequisites tool exposed by this serverPodcast — The Podcast tool exposed by this serverYou will need 3 environment variables: MCP_TRANSPORT, PORT, BANKREGPULSE_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at bankregpulse-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bankregpulse's toolset — get_daily_briefing, get_daily_podcast, get_linkedin_post and 2 more — is a fair guide to whether it matches your workflow. It is maintained by RRGU26; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_daily_briefing | Daily regulatory intelligence summary |
| get_daily_podcast | Audio briefing URL |
| get_linkedin_post | Pre-formatted social content |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Podcast | The Podcast tool exposed by this server. |
{
"mcpServers": {
"bankregpulse": {
"command": "npx",
"args": ["bankregpulse-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT | Configuration value read at startup. | Optional |
| PORT | Configuration value read at startup. | Optional |
| BANKREGPULSE_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.