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
| Tool | Description |
|---|---|
search_regulations | Search regulatory documents semantically |
query_rules | Query extracted regulatory rules |
query_entities | Search tracked entities |
query_ratings | Search company ratings across 7 CRAs |
search_circulars | Find circulars by regulator/date/topic |
get_rule_details | Get full rule text and metadata |
get_document | Retrieve document content |
graph_lineage | Trace regulatory lineage graph |
get_compliance_status | Check compliance against rules |
search_knowledge | Hybrid semantic+keyword search |