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