add_monitored_case_tool — Bankruptcy Observer MCP Tool Mutating
add_monitored_case_tool
(add monitored case 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 add_monitored_case_tool from your client
- Claude Code Bankruptcy Observer add_monitored_case_tool run in your project directory
- Claude Desktop Bankruptcy Observer add_monitored_case_tool ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Bankruptcy Observer add_monitored_case_tool ~/.cursor/mcp.json
- VS Code Bankruptcy Observer add_monitored_case_tool .vscode/mcp.json
- Zed Bankruptcy Observer add_monitored_case_tool ~/.config/zed/settings.json
- Windsurf Bankruptcy Observer add_monitored_case_tool ~/.codeium/windsurf/mcp_config.json
- Cline Bankruptcy Observer add_monitored_case_tool ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Bankruptcy Observer add_monitored_case_tool ~/.gemini/settings.json
- Grok Bankruptcy Observer add_monitored_case_tool .mcp.json (in your project root)
- ChatGPT Bankruptcy Observer add_monitored_case_tool Settings → Connectors → Advanced → Developer mode
- Claude.ai Bankruptcy Observer add_monitored_case_tool Settings → Connectors → Add custom connector
- LangChain Bankruptcy Observer add_monitored_case_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
- list_monitored_cases_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.