Back to Browse

Malaysia Court MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Malaysian court judgment search for Federal Court, Court of Appeal, High Court cases and parties.

About

Malaysian court judgment search for Federal Court, Court of Appeal, High Court cases and parties.

Remote endpoints: streamable-http: https://my.courtdb.org/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (5/5 approved).

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-indotender-malaysia-court": {
      "url": "https://my.courtdb.org/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Malaysia CourtDB MCP

Connect your AI assistant to Malaysia CourtDB — a court case judgment search tool for Malaysian legal cases via the Model Context Protocol.

Search court judgments and case records from the Federal Court, Court of Appeal, High Court, Sessions Court (Sesyen), and Magistrates' Court (Majistret). Filter by case number, court, judge, keyword, party name, and year of decision — useful for reviewing published judgments, written grounds of judgment, and named parties in appeal records.

Malaysia CourtDB is an independent legal research database. It is not affiliated with Portal Rasmi Kerajaan Malaysia, eLaw.my, or CLJLaw, but covers similar court judgment search use cases for AI assistants.

Party rows can include linked company IDs where a party matches a registered Malaysian business.

Connect

https://my.courtdb.org/mcp

Add this URL as a custom MCP connector in Claude, Cursor, or another MCP-compatible client. Sign in with Google when prompted.

Bahasa Melayu (ringkas)

Malaysia CourtDB MCP ialah pelayan Model Context Protocol (MCP) untuk carian penghakiman mahkamah Malaysia dan rekod kes undang-undang. Cari kes di Mahkamah Persekutuan, Mahkamah Rayuan, Mahkamah Tinggi, Mahkamah Sesyen dan Mahkamah Majistret mengikut nombor kes, mahkamah, hakim, kata kunci, nama pihak dan tahun keputusan.

Tools

Malaysia_list_cases

Paginated Malaysian court case search. Filters are combined with AND logic.

ParameterTypeDescription
caseNostring, optionalPartial case number
courtCategoryenum, optionalMajistret, Persekutuan, Rayuan, Sesyen, or Tinggi
courtstring, optionalPartial court name
judgestring, optionalPartial judge name
keywordstring, optionalPartial keyword
partiesContainsstring, optionalPartial party name
yearinteger, optionalYear of decision, 19002100
pageinteger, optionalPage number, minimum 1, default 1
limitinteger, optionalResults per page, 1100, default 20

Returns { data, total, page, limit }, ordered by decision date descending.

Example:

{
  "courtCategory": "Tinggi",
  "partiesContains": "Maybank",
  "year": 2024,
  "limit": 20
}

Malaysia_get_case

Fetch one Malaysian court case by id after selecting it from a search result.

ParameterTypeDescription
idstringExact Malaysian court case id

Returns { data } with case metadata, parties (name, role, linked companyId), and the appeal document list. Returns null for an unknown id.

Example:

{
  "id": "case-id-from-search"
}

Example prompts

  • "Search Malaysian court judgments from the High Court involving Maybank in 2024."
  • "Find Court of Appeal cases with a party name containing Petronas."
  • "List Federal Court legal cases decided last year."
  • "Get the parties, roles and linked company IDs for this Malaysian case id."
  • "Find Sessions Court cases with judge name containing Ahmad."

Setup — Claude

  1. Go to claude.ai/customize/connectors
  2. Click Add custom connector
  3. Name it Malaysia CourtDB and paste https://my.courtdb.org/mcp
  4. Save and sign in with Google when prompted

Setup — Cursor / other MCP clients

{
  "mcpServers": {
    "malaysia-court": {
      "url": "https://my.courtdb.org/mcp"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!