Skip to main content
Back to ElevenFlo

Tool catalog

The launch bundle is the read-oriented research loop: case discovery, search and retrieval, summaries and analysis, relationship signals, and the permissions model behind the beta.

MCP server URL

https://elevenflo.com/mcp

Production customer endpoint. Use OAuth sign-in only. Do not add a bearer token.

Works with

On this page

The customer beta exposes the read-oriented research tool set — case discovery, search and retrieval, summaries and analysis, and relationship signals. generate_bankruptcy_document is held back from the customer launch subset until a separate write/generation entitlement exists.

#Case discovery

Find the right case and move through its docket.

ToolReturnsExample question
search_casesMatching Chapter 11 cases with their case_watch_idWhat is the Chapter 11 case for FTX?
browse_docketFiltered docket entries (by date, docket number, judge, jurisdiction, or document type)List the first-day filings in this case with docket numbers.

#Search and retrieval

Find documents and pull exact language.

ToolReturnsExample question
search_contentMatching court filings, news/intel sources, or hearing transcriptsWhich filings in this case discuss cash collateral and adequate protection?
search_withinRelevant chunks inside a known document or source itemWithin this DIP motion, which chunks cover maturity, pricing, milestones, and covenants?
read_textExact text from selected chunks or a bounded character windowReturn the exact adequate-protection language from these chunks.

#Analysis and summaries

Compress long filings into structured extracts and case-level synthesis.

ToolReturnsExample question
analyze_documentStructured extraction from selected chunks of a filing or transcriptFrom these DIP financing chunks, extract rate, maturity, covenants, milestones, and liens.
get_document_summaryCurrent summary for a single filingSummarize the confirmation order.
search_summariesCompressed summary segments across a caseWhich filings discuss plan recoveries, settlements, releases, and the liquidation trust?
build_case_context_packCase-orientation bundle from summary runs and selected segmentsBuild a context pack for this case focused on plan recoveries and confirmation issues.

#Relationships and signals

Map how filings connect and what has happened in the case.

ToolReturnsExample question
explore_document_graphDocument relationships, highly-cited filings, and motion/order threadsWhich filings anchor the plan and disclosure statement in this case?
search_intel_eventsUnified feed of news, filings, hearings, milestones, and distress signalsWhat recent milestone and hearing events are in this case?
lookup_case_lawIndexed case-law records by exact citation, opinion identifier, or bounded court/dateLook up this citation and return the opinion metadata and preview.

#Common workflow

Most research loops run through these in order:

  1. search_cases — find the case and its case_watch_id.
  2. browse_docket or search_content — scope the relevant filings.
  3. search_within — narrow long filings to the chunks that matter.
  4. read_text or analyze_document — pull exact language or extract structured terms.
  5. build_case_context_pack or search_summaries — widen back out for synthesis.

#Permissions and data access

ElevenFlo MCP uses ElevenFlo account access, OAuth consent, and grant revocation.

#Authentication

Interactive access uses:

  • ElevenFlo web-app sign-in
  • OAuth 2.1 authorization code flow
  • PKCE
  • dynamic client registration
  • explicit consent before a client grant is created

#What the beta tools can access

The customer beta is read-oriented.

Tools can retrieve and analyze:

  • bankruptcy case metadata
  • docket entries
  • court-document text
  • filing summaries
  • selected news and intel events
  • hearing and milestone events
  • indexed case-law metadata and previews

#What the beta tools cannot do

The launch subset does not:

  • file documents
  • send email
  • modify a case docket
  • create legal-document artifacts
  • change account settings
  • manage billing
  • grant access to other users

generate_bankruptcy_document is held back until separate write/generation entitlement, confirmation, audit, and support handling exist.

Each client connection is authorized through an OAuth grant.

Revoke a grant when:

  • a device is lost
  • a user leaves the organization
  • a client is no longer trusted
  • a beta test is complete

#Data handling

Use ElevenFlo MCP for court-grounded research. Verify exact amounts, deadlines, vote percentages, and legal language with read_text or cited filing text before relying on the result.

#Prompt injection

Court filings and source text may contain instructions that are not instructions for your AI client.