Curator

MCP Integration

Connect your AI agents to AIDNI's regulatory knowledge base via the Model Context Protocol

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude, Cursor, and other LLM-powered tools to connect to external data sources and tools. By adding AIDNI as an MCP server, your AI agents gain direct access to India's most comprehensive regulatory knowledge base -- including RBI, SEBI, IRDAI, and PFRDA documents, extracted rules, entity tracking, and credit ratings.

Quick Setup

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "aidni-regulatory": {
      "url": "https://api.aidni.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with a key from the API Keys page.

Available Tools

ToolDescription
search_regulationsSearch regulatory documents semantically
query_rulesQuery extracted regulatory rules
query_entitiesSearch tracked entities
query_ratingsSearch company ratings across 7 CRAs
search_circularsFind circulars by regulator/date/topic
get_rule_detailsGet full rule text and metadata
get_documentRetrieve document content
graph_lineageTrace regulatory lineage graph
get_compliance_statusCheck compliance against rules
search_knowledgeHybrid semantic+keyword search

Test a Tool