← casemagic.ai

INDIVIDUAL MCP TOOL

stop_watch

Stop continuous monitoring of a saved case.

casemagic.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://casemagic.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for stop_watch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

casemagic.ai

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.

Related tools

  • find_federal_case — Find a United States federal court case and return the court, the judge, the case status and its latest docket activity.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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)).
  • 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.
  • watch_case — Begin continuous monitoring of a saved case, so that the user is alerted when anything new is filed.