get_cases_by_date_range_tool — Bankruptcy Observer MCP Tool Read-only
get_cases_by_date_range_tool
(get cases by date range 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 get_cases_by_date_range_tool from your client
- Claude Code Bankruptcy Observer get_cases_by_date_range_tool run in your project directory
- Claude Desktop Bankruptcy Observer get_cases_by_date_range_tool ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Bankruptcy Observer get_cases_by_date_range_tool ~/.cursor/mcp.json
- VS Code Bankruptcy Observer get_cases_by_date_range_tool .vscode/mcp.json
- Zed Bankruptcy Observer get_cases_by_date_range_tool ~/.config/zed/settings.json
- Windsurf Bankruptcy Observer get_cases_by_date_range_tool ~/.codeium/windsurf/mcp_config.json
- Cline Bankruptcy Observer get_cases_by_date_range_tool ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Bankruptcy Observer get_cases_by_date_range_tool ~/.gemini/settings.json
- Grok Bankruptcy Observer get_cases_by_date_range_tool .mcp.json (in your project root)
- ChatGPT Bankruptcy Observer get_cases_by_date_range_tool Settings → Connectors → Advanced → Developer mode
- Claude.ai Bankruptcy Observer get_cases_by_date_range_tool Settings → Connectors → Add custom connector
- LangChain Bankruptcy Observer get_cases_by_date_range_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_docket_entries_tool
- get_case_summary_tool
- get_document_cost_tool
- get_document_tool
- list_monitored_cases_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.