← bankruptcyobserver.com
INDIVIDUAL MCP TOOL
get_case_by_case_number_tool
Look up case(s) by short case number (e.g.
LIVE ENDPOINT
https://mcp.bankruptcyobserver.com/mcp
Connect to this endpoint to inspect the live schema for get_case_by_case_number_tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bko-mcp]
url = "https://mcp.bankruptcyobserver.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bko-mcp": {
"type": "http",
"url": "https://mcp.bankruptcyobserver.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bko-mcp
Remote MCP URL: https://mcp.bankruptcyobserver.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bko-mcp": {
"url": "https://mcp.bankruptcyobserver.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bko-mcp": {
"type": "http",
"url": "https://mcp.bankruptcyobserver.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bko-mcp",
"transport": "streamable-http",
"url": "https://mcp.bankruptcyobserver.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_bankruptcy_cases_tool— Search US business bankruptcy cases by debtor name.get_case_by_ein_tool— Look up case by debtor EIN.get_cases_by_industry_tool— Cases by industry label or key (Hotels, Retail, real-estate, etc.).get_cases_by_naics_tool— Cases by NAICS (2-4 digits).get_cases_by_state_tool— Cases by debtor state (2-letter).get_cases_by_date_range_tool— Cases filed in date range on dateFiled.get_docket_entries_tool— Docket entries for a case, ordered by itemNumber ascending.get_case_summary_tool— Plain-English structured summary of one case: debtor, chapter, court, case number, key dates (filed, plan confirmed, discharged, closed), asset/liability ranges, nature of business, judge, and AI-extracted case profile data when available.