Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.pakistancaselaw/caselaw

REMOTE · PAKISTANCASELAW.COM · SCANNED AUG 17

Search 197,000+ Pakistani court judgments (1970-2025) and walk their citation graph.

71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security83
Transport & Reachability100
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1371 tokens (~228/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · pakistancaselaw.com

# add to Claude Code
claude mcp add --transport http com-pakistancaselaw-caselaw https://pakistancaselaw.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-pakistancaselaw-caselaw]
url = "https://pakistancaselaw.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pakistancaselaw-caselaw": {
      "type": "remote",
      "url": "https://pakistancaselaw.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-pakistancaselaw-caselaw --url https://pakistancaselaw.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-pakistancaselaw-caselaw:
    url: "https://pakistancaselaw.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-pakistancaselaw-caselaw": {
      "type": "http",
      "url": "https://pakistancaselaw.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 17 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 16 Aug 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Probed https://pakistancaselaw.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pakistancaselaw.com CN=YE1,O=Let's Encrypt,C=US 15 Aug 2026 13 Nov 2026 ECDSA 256 ECDSA-SHA384 6fa5f1e95b951523c0333037675ed9b1659
SANs: pakistancaselaw.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC secure

Validation of pakistancaselaw.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
pakistancaselaw.com. present 9577 13 Verified
pakistancaselaw.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pakistancaselaw.com/mcp Verified 200
http (plaintext) http://pakistancaselaw.com/mcp HTTPS enforced
MCP tools · 6 exposed · ~618 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
caselaw_get_case ~99

Fetch one judgment by id. section='summary' (default) returns metadata + the AI headnote (plain-language summary, the laws/provisions referred, and keyword tags) — read this first to judge relevance cheaply. section='full' additionally returns the judgment body text (capped at ~40,000 chars; the response flags body_truncated/body_chars_total when longer).

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

caselaw_get_citations ~110

Walk the citation graph FORWARD: list the in-corpus cases that THIS judgment cites (the precedents it relied on). Combine with caselaw_get_cited_by to traverse precedent backward and forward until a research question is resolved. Most useful on RECENT judgments: a 2024-25 case usually has nobody citing it yet, but its own citation list is a curated map of the established authority on the point.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

caselaw_get_cited_by ~92

Walk the citation graph BACKWARD: list later cases that cite THIS judgment (how it was subsequently treated — followed, distinguished, relied upon). Returns newest first. Most useful on OLDER or landmark judgments: it shows whether the case is still followed and where the principle has been applied since. A leading case can have hundreds of citing cases.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

caselaw_lookup_citation ~85

Find the judgment(s) at an exact law-report citation. Example: journal='PLD', year=1995, page=34 → PLD 1995 Supreme Court 34. Omit page to list everything reported in that journal+year. Returns the same case shape as caselaw_search.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

caselaw_most_cited ~56

List the most-cited (landmark) judgments in the corpus, ranked by how many other cases cite them. A good entry point for the leading authorities on Pakistani law.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.

caselaw_search ~176

Full-text search of 197,000+ Pakistani judgments (Supreme Court & High Courts, 1970–2025). Ranking follows how lawyers research: nearness to the legal point decides which cases are returned; among comparably-near cases, more senior court > larger bench > more recent > more cited. Use sort='newest' when you need the current state of the law (later judgments supersede as statutes are amended), or sort='court' for the most authoritative first. Returns ranked cases with id, title, citation, court, year, a snippet, and the public URL. For an exact report citation use caselaw_lookup_citation. To read a case, pass its id to caselaw_get_case.

NameTypeReqDescription
paramsyes
NameTypeReqDescription
resultstringyes

No examples provided.