Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. India Regulatory Mcp
I
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:45:39 PM

India Regulatory Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Search RBI & SEBI circulars, master directions and regulations. Offline SQLite index, no API keys.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "india-regulatory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "india-regulatory-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Documentation Overview

india-reg-mcp

An MCP server that gives Claude (and any MCP client) searchable, cited access to RBI and SEBI regulatory documents β€” circulars, master directions, notifications, and regulations.

No API keys. No subscriptions. Built entirely on free public government data.


Why This Exists

Regulatory rules in India are scattered across thousands of PDFs and HTML pages on rbi.org.in and sebi.gov.in. They reference and supersede each other constantly. There is no AI-accessible way to ask "what are the current rules on X" and get sourced answers.

This MCP solves that. It scrapes, indexes, and exposes the full text of RBI and SEBI documents in a local SQLite database β€” so Claude can search and retrieve primary-source regulatory text with official citations, instantly.

This is not a legal advice tool. It retrieves primary-source documents so you can reason over actual rules instead of hallucinated summaries.


What It Does

  • Full-text search across all indexed RBI and SEBI documents
  • Retrieve full document body by ID, with official source link
  • List recent documents β€” useful for "what changed this month" questions
  • List Master Directions and Master Circulars β€” the consolidated, currently-in-force rules on each subject
  • Browse by department β€” SEBI's Investment Management, Market Regulation, etc.
  • On-demand sync β€” pull newly published documents from regulators' sites
  • Topic search β€” returns both consolidated master rules AND recent circulars on a subject in one call

Tools (8 total)

ToolDescription
search_regulationsFull-text search with optional regulator/type filter
get_documentRetrieve full text of a document by ID
get_recentMost recent documents, optionally filtered
list_master_directionsAll RBI Master Directions + SEBI Master Circulars
list_by_departmentSEBI documents by department name
sync_latestIncremental scrape of new documents from RBI + SEBI
sync_statusDocument count breakdown + last sync time
search_by_topicCombined master rules + recent circulars on a topic

Architecture

Code
RBI / SEBI websites
        β”‚
        β–Ό
   Scrapers (TypeScript)
   rbi.ts  ──── ASP.NET POST with viewstate tokens
   sebi.ts ──── AJAX pagination via JSP endpoint
        β”‚
        β–Ό
   SQLite DB  (~/.india-reg-mcp/regdata.db)
   β”œβ”€β”€ documents table (full text, metadata, source URLs)
   β”œβ”€β”€ documents_fts (FTS5 full-text index, porter stemmer)
   └── sync_meta (last sync timestamp)
        β”‚
        β–Ό
   MCP Server (stdio transport)
   β”œβ”€β”€ 8 tools exposed to Claude
   └── Every result includes official source URL + disclaimer

Key design decision: Tools never scrape live. The scrapers populate a local SQLite database once, and tools query that instantly. Only sync_latest hits the regulators' sites. This makes every tool call fast, keeps you off government servers during normal use, and works offline once indexed.


Installation

Prerequisites

  • Node.js 18+
  • Claude Code CLI or Claude Desktop

Option A β€” npm (recommended)

Install globally and register with Claude Code in one step:

Terminal
npm install -g india-reg-mcp
claude mcp add -s user india-reg india-reg-mcp

Or use without installing via npx:

Terminal
claude mcp add -s user india-reg npx india-reg-mcp

First-run sync

After adding the server, ask Claude to sync:

Code
Run sync_latest to populate the index

Or run directly:

Terminal
npx india-reg-mcp  # starts the MCP server

Option B β€” from source

bash
git clone https://github.com/Akhilgovind02/india-regulatory-mcp.git
cd india-regulatory-mcp
npm install
npm run build

First-run sync (populates the database)

Terminal
npm run sync

This scrapes RBI notifications for the last 36 months and SEBI circulars (~1000 recent documents). Takes 5–15 minutes depending on your connection. The database is stored at ~/.india-reg-mcp/regdata.db and survives rebuilds.

Progress is printed to stderr:

Code
[sync] RBI 2026-6: 12 docs found
[sync] RBI 2026-5: 18 docs found
...
[sync] SEBI ssid=6 page 0: 25 docs
...
[sync] Sync complete.

Configuration

Claude Code (CLI)

Via npm (global install):

Terminal
claude mcp add -s user india-reg india-reg-mcp

Via npx (no install):

Terminal
claude mcp add -s user india-reg npx india-reg-mcp

Via source build:

Terminal
claude mcp add -s user india-reg node /ABSOLUTE/PATH/TO/india-regulatory-mcp/dist/index.js

Or add to ~/.claude.json manually:

config.json
{
  "mcpServers": {
    "india-reg": {
      "command": "npx",
      "args": ["india-reg-mcp"]
    }
  }
}

Claude Desktop

Edit %APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

config.json
{
  "mcpServers": {
    "india-reg": {
      "command": "npx",
      "args": ["india-reg-mcp"]
    }
  }
}

Restart Claude Desktop fully after editing the config.


Usage Examples

Once connected, ask Claude naturally:

Code
What are the current RBI rules on digital lending?

β†’ Claude calls search_by_topic("digital lending") β€” returns the Master Direction on Digital Lending plus recent amending circulars, each with official source links.

Code
What new SEBI circulars came out this month?

β†’ Claude calls get_recent(regulator="SEBI", limit=10).

Code
Show me all RBI Master Directions

β†’ Claude calls list_master_directions(regulator="RBI").

Code
What are the KYC requirements for mutual funds?

β†’ Claude calls search_regulations("KYC mutual fund", doc_type="master_direction").

Code
Pull in the latest regulatory updates

β†’ Claude calls sync_latest() β€” incremental, only fetches new documents.


Data Sources

RBI (Reserve Bank of India)

  • Notifications + Circulars: rbi.org.in/Scripts/NotificationUser.aspx
  • Master Directions: rbi.org.in/Scripts/BS_ViewMasterDirections.aspx
  • Master Circulars: rbi.org.in/Scripts/BS_ViewMasterCirculardetails.aspx
  • Document bodies: HTML page text (with PDF fallback for PDF-only docs)

SEBI (Securities and Exchange Board of India)

  • Circulars (ssid=7): ~2,775 documents as of June 2026
  • Master Circulars (ssid=6): consolidated current rules by topic
  • Regulations (ssid=3): statutory regulations
  • Document bodies: primarily PDF-embedded content extracted via pdf-parse

Document Types

TypeSourceDescription
circularRBI + SEBIPoint-in-time regulatory guidance
master_directionRBIConsolidated current rules on a subject (supersedes earlier circulars)
master_circularSEBISame as master direction, SEBI's term
notificationRBIStatutory notifications under various Acts
regulationSEBIFormal regulations (e.g. SEBI (FPI) Regulations 2019)

For compliance questions, start with master_direction/master_circular. These represent the current state of rules, not a point-in-time snapshot.


Keeping the Index Fresh

The database is a point-in-time snapshot. RBI and SEBI publish new documents frequently (several per week).

Option 1 β€” Ask Claude: "Pull in the latest regulatory updates" β†’ Claude calls sync_latest.

Option 2 β€” CLI:

Terminal
npm run sync

Option 3 β€” Scheduled (example cron, runs every Sunday at 2am):

Code
0 2 * * 0 cd /path/to/india-regulatory-mcp && npm run sync >> ~/.india-reg-mcp/sync.log 2>&1

sync_latest and npm run sync are both incremental β€” they skip documents already in the database.


Project Structure

Code
india-regulatory-mcp/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts                  ← MCP server, all 8 tools
β”‚   β”œβ”€β”€ db/
β”‚   β”‚   β”œβ”€β”€ schema.ts             ← SQLite schema + FTS5 setup
β”‚   β”‚   └── queries.ts            ← DB read/write functions
β”‚   β”œβ”€β”€ scrapers/
β”‚   β”‚   β”œβ”€β”€ rbi.ts                ← RBI scraper (ASP.NET POST + viewstate)
β”‚   β”‚   β”œβ”€β”€ sebi.ts               ← SEBI scraper (AJAX pagination)
β”‚   β”‚   β”œβ”€β”€ pdf.ts                ← PDF download + text extraction
β”‚   β”‚   β”œβ”€β”€ run-sync.ts           ← CLI full sync runner
β”‚   β”‚   └── repair-bodies.ts      ← Utility: backfill missing body text
β”‚   └── util/
β”‚       β”œβ”€β”€ http.ts               ← Polite fetch (UA + retry + delay)
β”‚       └── format.ts             ← MCP response helpers
β”œβ”€β”€ dist/                         ← Compiled output (not in repo)
β”œβ”€β”€ package.json
└── tsconfig.json

Technical Notes

Scraping approach

RBI uses ASP.NET with viewstate tokens. The scraper fetches viewstate on startup, then POSTs month-by-month to get document listings. Content is extracted from the HTML circular page; PDF fallback for PDF-only documents.

SEBI uses a JSP-based listing with AJAX pagination. Page 1 is a GET request (establishes JSESSIONID). Pages 2+ POST to getnewslistinfo.jsp with the session cookie. Circular content is typically a PDF embedded in an iframe β€” the scraper extracts the PDF URL and parses it with pdf-parse.

Polite scraping

  • Concurrency capped at 2 parallel requests per host
  • 300ms delay between document fetches
  • 500ms delay between listing pages
  • Exponential backoff on 429/5xx responses
  • Real User-Agent string identifying the tool

Database

  • Location: ~/.india-reg-mcp/regdata.db
  • WAL mode for performance
  • FTS5 with Porter stemmer β€” handles morphological variants ("lending" matches "lend", "lender")
  • Full-text search terms are quoted per-word to handle hyphens and special characters safely

Stack

PackageVersionPurpose
@modelcontextprotocol/sdk1.29.0MCP server framework
better-sqlite312.10.0SQLite with built-in FTS5
cheerio1.2.0HTML parsing
pdf-parse2.4.5PDF text extraction
turndown7.2.4HTML β†’ Markdown
p-limit7.3.0Concurrency control
zod4.4.3Schema validation

Disclaimer

This tool retrieves and surfaces primary-source regulatory documents from official RBI and SEBI publications. It does not provide legal advice. Always verify against the official linked document. The index is a point-in-time snapshot β€” use sync_latest to pull recent publications.

Related MCP Servers

View all in Databases View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ—„οΈ Databases7 views
    Compare vs AllMCPs Server β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases3 views
    Compare vs Genai Toolbox β†’
  • Airtable Mcp Server logoAirtable Mcp Server

    Airtable database integration with schema inspection, read and write capabilities

    πŸ—„οΈ Databases2 views
    Compare vs Airtable Mcp Server β†’
  • Z
    Zotero Bridge

    MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

    πŸ—„οΈ Databases0 views
    Compare vs Zotero Bridge β†’

Frequently Asked Questions about India Regulatory Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "india-regulatory-mcp": { "command": "npx", "args": ["-y", "india-regulatory-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIndia Regulatory Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/india-regulatory-mcp?style=directory)](https://allmcps.com/mcp/india-regulatory-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/india-regulatory-mcp"><img src="https://allmcps.com/api/badge/india-regulatory-mcp?style=directory" alt="India Regulatory Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to India Regulatory Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code