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