Labsco
vectorize-io logo

eCourtsIndia MCP Server

from vectorize-io

Connect Claude, Cursor or any AI tool to 27.9 crore+ Indian court records to search cases, read orders and AI summaries, fetch cause lists and refresh live case data across the Supreme Court, 25 High Courts, 600+ district courts and tribunals.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

Vectorize MCP Server

A Model Context Protocol (MCP) server implementation that integrates with Vectorize for advanced Vector retrieval and text extraction.

Vectorize MCP server

Tools

Retrieve documents

Perform vector search and retrieve documents (see official API):

{
  "name": "retrieve",
  "arguments": {
    "question": "Financial health of the company",
    "k": 5
  }
}

Text extraction and chunking (Any file to Markdown)

Extract text from a document and chunk it into Markdown format (see official API):

{
  "name": "extract",
  "arguments": {
    "base64document": "base64-encoded-document",
    "contentType": "application/pdf"
  }
}

Deep Research

Generate a Private Deep Research from your pipeline (see official API):

{
  "name": "deep-research",
  "arguments": {
    "query": "Generate a financial status report about the company",
    "webSearch": true
  }
}

Development

npm install
npm run dev

Release

Change the package.json version and then:

git commit -am "x.y.z"
git tag x.y.z
git push origin
git push origin --tags

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Submit a pull request