#What the server is
ElevenFlo MCP is a hosted, read-only Model Context Protocol server for source-backed chapter 11 research. It connects Claude, ChatGPT, and other MCP-compatible clients to case records, dockets, filing text, hearing transcripts where indexed, document summaries, document relationships, and published restructuring datasets. The connection uses OAuth. It does not use pasted API keys.
The underlying corpus includes 2.5M+ live court documents. A live document is a filing that ElevenFlo still holds. It does not mean that every page has searchable text or that every case has complete coverage.
Start with the setup guide to connect your client. ElevenFlo MCP returns evidence and identifiers to your client. The client decides how to present the result, preserve a conversation, or run a prompt.
#Public research tools
Use exact public tool names because the server accepts no aliases. The basic research loop is:
- Call
find_casesto resolve the correctcase_id. - Use
list_docket_entries,search_filings,search_news, orsearch_transcriptsto locate source material. - Use
search_document_summariesandget_document_summaryfor orientation. - Use
search_document_chunks,read_document_chunks, orextract_document_passagesfor supporting filing text. - Use
find_case_document_hubsandlist_document_relationshipsto trace connected motions, objections, hearing materials, and orders.
The remaining tools cover taxonomy and structured data:
list_document_types, list_structured_datasets,
describe_structured_dataset, search_structured_data,
aggregate_structured_data, and suggest_structured_values.
#Public datasets
The public server exposes structured datasets covering selected records such as voluntary petitions, committee appointments, sale processes, claim transfers, bar dates, exclusivity periods, case outcomes, and plan voting. Call for the available slugs, then call before a search or aggregation. The description defines the public fields, filters, sorts, facets, and supported operations.