Back to the catalog

elevenflo

Search U.S. chapter 11 cases, dockets, and court filings, read exact filing text, and query published restructuring datasets, with links bac

Open source Open in the app JSON README (API)

About

Search U.S. chapter 11 cases, dockets, and court filings, read exact filing text, and query published restructuring datasets, with links back to the underlying court records.

Details

Kind
Plugins
Topic
Government & public data
Publisher
wip-solutions
Origin
gemini
Category
ferramentas
Version
1.0.0
Last push
2026-09-04T18:58:29Z
Repository state
ativo
License
Apache-2.0
Added
2026-09-05 02:00:49
Updated
2026-09-05 02:00:49
Origin id
wip-solutions/elevenflo-gemini-cli-extension

README

# ElevenFlo extension for Gemini CLI

Source-backed chapter 11 research inside Gemini CLI.

Search U.S. chapter 11 cases, dockets, and court filings. Read exact filing
text, review document summaries, trace related motions, objections, hearing
materials, and orders, and query published restructuring datasets. Responses
link to the underlying court records for verification.

## Install

```
gemini extensions install https://github.com/WIP-Solutions/elevenflo-gemini-cli-extension
```

Then start Gemini CLI and run `/mcp auth elevenflo`. The browser opens an
ElevenFlo consent screen; sign in or create an account. Authentication is
OAuth 2.1 authorization code with PKCE and dynamic client registration, so
there is no API key to manage.

## What it adds

One remote MCP server, `elevenflo` (`https://elevenflo.com/mcp`, Streamable
HTTP), exposing 18 read-only research tools, plus a `GEMINI.md` context file
telling the model how to route between them.

Start with `find_cases` to resolve a case, and call
`describe_structured_dataset` before querying a dataset. See `GEMINI.md` for
the full tool list and usage rules.

## Account and limits

An ElevenFlo account is required. Free accounts get a monthly research credit
allowance; Pro and Team accounts get a substantially larger one. See
[elevenflo.com](https://elevenflo.com) for current plans.

## Links

- Docs: https://elevenflo.com/docs/mcp/overview
- Tool catalog: https://elevenflo.com/docs/mcp/tool-catalog
- Support: https://elevenflo.com/contact-us
- Privacy: https://elevenflo.com/privacy
- Terms: https://elevenflo.com/terms-of-use

## License

This extension manifest and its documentation are licensed under Apache-2.0
(see `LICENSE`). The ElevenFlo MCP service the extension connects to is not
covered by that license; use of the service is governed by the ElevenFlo
[Terms of Use](https://elevenflo.com/terms-of-use) and
[Privacy Policy](https://elevenflo.com/privacy).

© ElevenFlo, Inc.

More