MCP.so
登录

Case Chronology MCP Server

@medelman17

关于 Case Chronology MCP Server

A Model Context Protocol (MCP) server for building and managing chronological timelines of case events. Perfect for legal professionals who need to organize complex case histories.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

medelman17

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "case-chronology-mcp": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Case Chronology MCP Server?

A Model Context Protocol (MCP) server for building and managing chronological timelines of case events. It is perfect for legal professionals who need to organize complex case histories.

How to use Case Chronology MCP Server?

Install using uvx (recommended) or clone the repository and install with uv or pip. Configure Claude Desktop by adding the server to its MCP Servers configuration. Example commands: “Add an event: January 15, 2024 - Contract signed between ABC Corp and XYZ LLC” or “Export the chronology as markdown”.

Key features of Case Chronology MCP Server

  • Smart date parsing for various formats (exact, approximate, month, quarter)
  • Automatic extraction of dates and events from pasted documents
  • Multi-format export (Markdown, CSV, brief text, JSON)
  • Advanced search by date range, parties, keywords, or tags
  • Party and document indexing for quick lookups

Use cases of Case Chronology MCP Server

  • Organizing complex case histories for legal professionals
  • Adding single events with parties, tags, and significance
  • Parsing documents (e.g., emails) to extract and add events automatically
  • Searching and filtering a timeline by criteria like date range or party
  • Exporting the chronology in different formats for reporting or analysis

FAQ from Case Chronology MCP Server

How is data stored?

Events are stored in case_chronology.json in the same directory as the server. The file is created automatically on first use.

What date formats are supported?

Exact dates (3/15/2023, March 15, 2023), approximate dates (early March 2023, mid March 2023), month precision (March 2023), quarter precision (Q1 2023), and approximate markers (around 3/15/2023).

What if I get a “Python not found” error on Windows?

Install Python 3.10 or later from python.org and make sure to check “Add Python to PATH” during installation.

Why does the server disconnect immediately on Windows?

Check that the path in your Claude Desktop config is correct, use double backslashes (\\) in the JSON path, and verify your username is correct.

How can I test the server?

Run npx @modelcontextprotocol/inspector python chronology_server.py to test with the MCP Inspector.

评论

其他 分类下的更多 MCP 服务器