Casefold
Casefold organizes custody documents for court.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- List Cases: List all cases the authenticated user can access.
- Get Case Summary: Get an aggregate summary of a case: claim counts by party, file counts by classification, timeline events, starred claims, and categories.
- List Claims: List claims (findings) for a case. Optionally filter by party, category, or starred status. Hidden claims are excluded.
What data it sees
Do you need an account
An API key from the service settings is required
Casefold organizes custody documents for court. Upload filings, declarations, and court orders — AI surfaces claims by party and category, classifies files, and links exhibits to relevant claims. Parents and attorneys share and collaborate on the same workspace.
Connect your Casefold account to query your case data: claims, documents, timeline events, exhibits, and starred items. Read-only — 7 tools available.
Generate your API key at casefold.app/settings
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_cases | List all cases the authenticated user can access. |
| get_case_summary | Get an aggregate summary of a case: claim counts by party, file counts by classification, timeline events, starred claims, and categories. |
| list_claims | List claims (findings) for a case. Optionally filter by party, category, or starred status. Hidden claims are excluded. |
| get_claim | Get full detail for a single claim, including passages, linked exhibits, and notes. |
| list_files | List uploaded files for a case. Optionally filter by classification (document or exhibit). |
| list_timeline | List timeline events for a case, ordered chronologically. |
| list_starred_claims | List starred (bookmarked) claims for a case. Convenience shortcut for list_claims with starred_only=true. |