ElevenFlo
Search U.S.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Find Cases: Find bankruptcy cases by identity, case-type tag, petition-date range, or disclosed asset threshold. Maximum 50 results; filter-only searches return newest first.
- List Structured Datasets: List typed structured datasets available to this caller, including grain, freshness, and the canonical tools. Call describe_structured_dataset before an unfamiliar query. Use
- Describe Structured Dataset: Describe a structured dataset's typed filters, columns, sorts, facets, aggregates, and runnable examples. Call describe_structured_dataset before an unfamiliar query. Use
What data it sees
Do you need an account
No: the server works without sign-in
Search U.S. chapter 11 cases, dockets, and court filings. Read exact filing text, review source-linked case updates, trace related filings, and query published restructuring datasets. Verify findings against the underlying court records. Requires an ElevenFlo account and OAuth consent; tool use consumes MCP credits.
Server tool list (19)
Raw names from tools/list. Only developers need these.
| find_cases | Find bankruptcy cases by identity, case-type tag, petition-date range, or disclosed asset threshold. Maximum 50 results; filter-only searches return newest first. |
| list_structured_datasets | List typed structured datasets available to this caller, including grain, freshness, and the canonical tools. Call describe_structured_dataset before an unfamiliar query. Use aggregate_structured_data for population questions. Set facets=[...] explicitly when grouped counts are needed. where is a list of typed {field, op, value} predicates using eq, neq, in, nin, gt, gte, lt, lte, between, prefix, contains, or exists as declared by describe. Every dataset uses the universal case_id field; storage-specific identifiers are never query inputs. |
| describe_structured_dataset | Describe a structured dataset's typed filters, columns, sorts, facets, aggregates, and runnable examples. Call describe_structured_dataset before an unfamiliar query. Use aggregate_structured_data for population questions. Set facets=[...] explicitly when grouped counts are needed. where is a list of typed {field, op, value} predicates using eq, neq, in, nin, gt, gte, lt, lte, between, prefix, contains, or exists as declared by describe. Every dataset uses the universal case_id field; storage-specific identifiers are never query inputs. |
| search_structured_data | Search canonical typed rows with declared where, select, sort, facets, page_size, and signed cursor fields. Call describe_structured_dataset before an unfamiliar query. Use aggregate_structured_data for population questions. Set facets=[...] explicitly when grouped counts are needed. where is a list of typed {field, op, value} predicates using eq, neq, in, nin, gt, gte, lt, lte, between, prefix, contains, or exists as declared by describe. Every dataset uses the universal case_id field; storage-specific identifiers are never query inputs. |
| aggregate_structured_data | Run a policy-bounded population aggregate with declared where, group_by, metrics, and order_by fields. Call describe_structured_dataset before an unfamiliar query. Use aggregate_structured_data for population questions. Set facets=[...] explicitly when grouped counts are needed. where is a list of typed {field, op, value} predicates using eq, neq, in, nin, gt, gte, lt, lte, between, prefix, contains, or exists as declared by describe. Every dataset uses the universal case_id field; storage-specific identifiers are never query inputs. |
| suggest_structured_values | Suggest normalized values for a declared suggestable dataset field, optionally narrowed by where predicates. Call describe_structured_dataset before an unfamiliar query. Use aggregate_structured_data for population questions. Set facets=[...] explicitly when grouped counts are needed. where is a list of typed {field, op, value} predicates using eq, neq, in, nin, gt, gte, lt, lte, between, prefix, contains, or exists as declared by describe. Every dataset uses the universal case_id field; storage-specific identifiers are never query inputs. |
| list_document_types | List canonical filing categories and tags accepted by document tools. |
| list_docket_entries | List up to 25 docket documents, newest first. For status, request 5 with confirmation_order and effective_date_notice tags; latest terminal notice controls. Stop when answered. |
| get_document_summary | Read the stored summary for one document. |
| read_document_chunks | Read selected chunks from one document. |
| extract_document_passages | Read verbatim passages from one document using short keywords, such as 'effective date'. All query terms must match; do not send a full question or a list of topics. Returns at most 10 chunks. |
| find_case_document_hubs | Find the most connected documents in one case's citation graph. |
| list_document_relationships | List incoming or outgoing citation relationships for selected documents. |
| search_filings | Search filing evidence across all cases or within one case using short keywords. All query terms must match; search distinct issues separately. Maximum 25 results. |
| search_news | Search bankruptcy news and source coverage across all cases or within one case. |
| search_transcripts | Search hearing and court transcripts across all cases or within one case. |
| search_document_summaries | Search document summaries within one case. |
| search_document_chunks | Find supporting chunks within selected documents using short keywords. All query terms must match; use returned chunk IDs with read_document_chunks for exact text. |
| list_case_updates | List typed docket events (filings, hearings, milestones) for specific cases or for the caller's own watches, newest first, each with its citable filings and any published narrative. |