list_monitored_cases_tool — Bankruptcy Observer MCP Tool Read-only
list_monitored_cases_tool
(list monitored cases tool) is one of 18 tools on the
Bankruptcy Observer
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_monitored_cases_tool from your client
- Claude Code Bankruptcy Observer list_monitored_cases_tool run in your project directory
- Claude Desktop Bankruptcy Observer list_monitored_cases_tool ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Bankruptcy Observer list_monitored_cases_tool ~/.cursor/mcp.json
- VS Code Bankruptcy Observer list_monitored_cases_tool .vscode/mcp.json
- Zed Bankruptcy Observer list_monitored_cases_tool ~/.config/zed/settings.json
- Windsurf Bankruptcy Observer list_monitored_cases_tool ~/.codeium/windsurf/mcp_config.json
- Cline Bankruptcy Observer list_monitored_cases_tool ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Bankruptcy Observer list_monitored_cases_tool ~/.gemini/settings.json
- Grok Bankruptcy Observer list_monitored_cases_tool .mcp.json (in your project root)
- ChatGPT Bankruptcy Observer list_monitored_cases_tool Settings → Connectors → Advanced → Developer mode
- Claude.ai Bankruptcy Observer list_monitored_cases_tool Settings → Connectors → Add custom connector
- LangChain Bankruptcy Observer list_monitored_cases_tool pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.bankruptcyobserver.com/mcp
Other tools on this server
- search_bankruptcy_cases_tool
- get_case_by_ein_tool
- get_case_by_case_number_tool
- get_cases_by_industry_tool
- get_cases_by_naics_tool
- get_cases_by_state_tool
- get_cases_by_date_range_tool
- get_docket_entries_tool
- get_case_summary_tool
- get_document_cost_tool
- get_document_tool
- add_monitored_case_tool
- refresh_docket_tool
- get_recent_developments_tool
- list_plans_tool
- purchase_plan_tool
- check_subscription_tool
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.