Data Collection
bankruptcyobserver.com
Search and retrieve US business bankruptcy case information by various criteria.
ENDPOINT 1
https://mcp.bankruptcyobserver.com/mcp
MCP server metadata
- Name
- bko-mcp
- Version
- 1.2.0
Known tools 18
get_cases_by_industry_toolCases by industry label or key (Hotels, Retail, real-estate, etc.).
Inferred read-onlyget_docket_entries_toolDocket entries for a case, ordered by itemNumber ascending.
Inferred read-onlyget_case_summary_toolPlain-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.
Inferred read-onlylist_monitored_cases_toolList the cases on your BankruptcyObserver.com monitoring list (case_id, simple_name, name, chapter, court, case number, dateFiled, last docket date).
Inferred read-onlyadd_monitored_case_toolAdd a bankruptcy case to your BankruptcyObserver.com monitoring list so BKO checks the court hourly and updates the docket every business day.
Inferred read-onlyrefresh_docket_toolRequest an immediate docket refresh from court sources for one case (slower; use when you need the latest filings now).
Inferred read-onlylist_plans_toolList available BKO subscription plans (sourced from VwSubscriptions where service = BKO) with current pricing and agent tiers.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bankruptcyobserver.com was fetched 2026-07-30T01:27:17.365Z and is being refreshed.
bankruptcyobserver.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.