
Codey 律所管理系統
Codey is an MCP server that lets Claude and other MCP clients manage law-firm cases, clients, tasks, calendar entries, and documents through the hosted Codey platform.
About
Codey is an MCP server that exposes a Taiwanese law-firm management platform (律所管理系統) to AI agents over streamable HTTP. attorneys and small practices who already use Codey can register https://mcp.thecodey.com/mcp in Claude Code, Cursor, or other MCP clients and then drive routine firm work—opening matters, tracking clients, assigning tasks, checking the calendar, and working with documents—through natural language instead of clicking through separate screens. It is not a generic developer skill; it is vertical practice software wired into the agent stack. Skillselion lists it for developers who run or support legal operations and want agent-native ops, alongside other MCP integrations. Setup is registering the remote endpoint and authenticating to your Codey tenant per their docs; capabilities depend on what the hosted server implements against the Codey API.
- Streamable HTTP MCP remote at mcp.thecodey.com for agent-driven access to the Codey 律所管理系統 backend
- Covers case, client, task, calendar, and document management in one integration surface
- Designed for Claude AI workflows per official server description
- Version 1.0.0 with repository at github.com/peterliu1212/Codey
- No local install bundle in server.json—register the hosted remote URL in your MCP client
Codey 律所管理系統 by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http codey https://mcp.thecodey.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Connect Claude or another MCP-capable agent to Codey so a lawyer or small firm can query and update cases, clients, tasks, calendar, and documents from chat instead of switching apps.
Who is it for?
practitioners or small law firms already on Codey who want Claude-driven case, client, task, calendar, and document workflows via MCP.
Skip if: Skip if you're without a legal practice, teams that need generic CRM or project tools unrelated to Codey, or anyone expecting a self-hosted MCP binary without using thecodey.com remote.
What you get
After you register the Codey MCP remote, your agent can pull firm context and perform allowed management actions from chat, keeping cases and deadlines aligned without leaving the coding or agent environment.
- Registered hosted Codey MCP remote in your agent configuration
- Agent-callable access to case, client, task, calendar, and document operations exposed by the server
- Reduced context-switching between chat and the Codey web app for routine firm updates
By the numbers
- Server schema version 1.0.0 per server.json
- Single streamable-http remote: https://mcp.thecodey.com/mcp
- Open-source repository: github.com/peterliu1212/Codey
Recommended MCP Servers
How it compares
Vertical law-practice MCP integration to Codey’s hosted API, not a reusable agent skill or general-purpose legal research plugin.
FAQ
Who is Codey for?
Codey is for attorneys and firm staff who use the Codey 律所管理系統 and want their MCP-enabled agent (especially Claude) to work with cases, clients, tasks, calendars, and documents.
When should I use Codey?
Use it during daily firm operations when you need agent-assisted lookups, scheduling, or document-aware tasks tied to your Codey account rather than during app prototyping or marketing setup.
How do I add Codey to my agent?
Add an MCP server entry pointing at the streamable-http remote https://mcp.thecodey.com/mcp in Claude Code, Cursor, or another compatible client, then complete any Codey authentication steps their documentation requires.