← Registry

Data Collection

casemagic.ai

Provides tools to find and retrieve United States federal court case information, including case status, docket entries, recent activity, and available documents.

1 endpoint13 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://casemagic.ai/mcp

No auth detected

MCP server metadata

Name
casemagic
Version
1.0.0
Capabilities
tools
Server instructions

CaseMagic answers questions about United States federal district court cases and monitors them for new filings. Everything about what has already happened on a docket is free and needs no account: find_federal_case, get_case_status, get_recent_case_activity, get_case_documents, get_case_deadlines and explain_docket_entry all work for an anonymous caller. Use find_federal_case when someone gives a case number or asks you to check a docket. Use create_case_passport, then watch_case, when they want the case monitored from now on; that part needs a connected account and a subscription. get_case_passport loads the persistent record of a saved case; get_case_updates answers "what changed since last time", for one saved case or across every case the account follows. get_case_mail reads correspondence sent to the case address. send_case_mail only drafts a message for the person to approve; it never sends one. get_case_deadlines returns the dates the docket itself states, plus post-judgment and notice-of-appeal deadlines computed from the Federal Rules when the triggering event is on the docket; it does not compute deadlines that depend on local rules or a judge's standing orders. CaseMagic reports what a court source says about a docket. It is not a law firm and does not give legal advice.

Known tools 13

find_federal_case

Find a United States federal court case and return the court, the judge, the case status and its latest docket activity.

Inferred read-only
get_case_status

Return the current posture of a federal case: the assigned judge, any referred magistrate judge, the filing date, whether it is open or terminated, the cause of action, the nature of suit, how many docket entries it has and when the docket last moved.

Inferred read-only
get_recent_case_activity

Return the most recent docket entries in a federal case, each with its entry number, filing date, the text the court published and a link to the source.

Inferred read-only
explain_docket_entry

Return one docket entry in full — its number, filing date, the exact text the court published, whether a document is attached and a link to it — together with the entries around it and the posture of the case, so that you can explain to the user what the filing is and what it means in context.

Inferred read-only
get_case_documents

List the docket entries in a federal case that have a document available, with the entry number, what the entry says, and a link to the document where the source publishes a free one.

Inferred read-only
get_case_deadlines

Return the dates a federal docket states — "Responses due by 10/14/2026", "Hearing set for 3/2/2027" — each quoted verbatim with the entry that states it and how many days away it is, plus a small set of deadlines CaseMagic computes from the Federal Rules where the triggering event is on the docket and the rule is the same nationwide: the time to move after a judgment (FRCP 59/50/52) and the time to file a notice of appeal (FRAP 4(a)).

Inferred read-only
create_case_passport

Save a case that find_federal_case just located to the signed-in CaseMagic account, which creates its Case Passport — the persistent record of the matter — and its permanent CaseMail address.

Inferred read-only
watch_case

Begin continuous monitoring of a saved case, so that the user is alerted when anything new is filed.

Inferred read-only
get_case_updates

Return what is new in the user's connected cases: docket entries and CaseMail correspondence added since a given time.

Inferred read-only
get_case_passport

Retrieve the user's persistent CaseMagic record for a saved matter: case identity, parties, docket activity, correspondence and available documents, so that you can work with the facts of their case.

Inferred read-only
stop_watch

Stop continuous monitoring of a saved case.

Inferred read-only
get_case_mail

Read the correspondence delivered to a saved case's CaseMail address: messages from opposing counsel, the court, clients or anyone else the user gave the address to, with their attachments.

Inferred read-only
send_case_mail

Write a CaseMail message from a saved case's address and return a link the user opens to review and send it.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.casemagic]
url = "https://casemagic.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "casemagic": {
      "type": "http",
      "url": "https://casemagic.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: casemagic
Remote MCP URL: https://casemagic.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "casemagic": {
      "url": "https://casemagic.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "casemagic": {
      "type": "http",
      "url": "https://casemagic.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "casemagic",
  "transport": "streamable-http",
  "url": "https://casemagic.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.