Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Bankruptcy Observer
Bankruptcy Observer logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:18:15 PM

Bankruptcy Observer

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

US business bankruptcy data via MCP: search by name, EIN. Lookup docket items.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bankruptcy-observer": {
      "command": "npx",
      "args": [
        "-y",
        "https://modelcontextprotocol.io/"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Bankruptcy Observer β€” API & MCP

Public documentation and registry metadata for the Bankruptcy Observer API and MCP server. This repository contains no application source code.

What this is

  • Bankruptcy REST API β€” Programmatic access to US business bankruptcy data (search, case by EIN, docket items, cases by NAICS/state, and more).
  • Bankruptcy MCP server β€” The same data and queries via the Model Context Protocol for AI assistants and LLM workflows.

Data covers US business bankruptcies (federal courts) only. Consumer-only filings and non-US jurisdictions are not included.


Free lookups (no token, no API key, no payment)

AI assistants and users can look up bankruptcy cases with no account, no API key, and no API token:

Free queryMCP toolExample
Debtor namesearch_bankruptcy_cases_toolsearch_term: "JOY-CPW, INC." β€” no court required
Case numberget_case_by_case_number_toolshort_case_number: "26-10543" β€” no court required
  • Call these tools without an API token. Only case number or name is needed; court is not required. If more than one case matches (e.g. same case number in multiple courts), the server returns all matching cases. Each result includes limited case info; full case details are available with a paid plan.
  • All other queries (wildcard search, EIN, industry, state, date range, docket, etc.) require a subscription and authentication with either an API token or an OAuth Bearer access token.

Docs: https://mcp.bankruptcyobserver.com/docs or https://api.bankruptcyobserver.com/docs (GET, no auth). The MCP root GET https://mcp.bankruptcyobserver.com/ also returns a free_lookups hint.


Sign-up and access

You can sign up for a subscription through the MCP server: use list_plans_tool to see plans, then purchase_plan_tool with plan_id (e.g. professional, business, enterprise) to get a Stripe Checkout link. After payment you receive an API token; restricted queries can be authenticated with that token or with OAuth Bearer access tokens from the MCP OAuth flow. No need to go to the website to subscribe.

For questions about access, billing, or data coverage, use only the contact form at https://www.bankruptcyobserver.com/contact. Do not publish or use direct email addresses for contact.

Paid plans (Stripe via MCP tools)

  • Professional β€” $1,500/month, up to 500 billable tool calls/month.
  • Business β€” $3,500/month, up to 10,000 billable tool calls/month.
  • Enterprise β€” $5,000/month, up to 150,000 billable tool calls/month (intended for multiple clients/teams).

Billable tool calls correspond to data tools invoked via MCP (for example, search, case by EIN, docket items, NAICS/state filters) or their REST API equivalents.

Authenticate using either an API token or an OAuth access token, sent in one of these ways:

  • Authorization: Bearer <your-token>
  • X-API-Key: <your-token>
  • Api-Key: <your-token>

Connecting via OpenAI

Use OpenAI's Responses API to call this MCP server directly.

Free tier (no token):

server.ts
from openai import OpenAI

client = OpenAI()

response = client.responses.create(
    model="gpt-4.1",
    tools=[{
        "type": "mcp",
        "server_label": "bankruptcy_observer",
        "server_url": "https://mcp.bankruptcyobserver.com/mcp",
        "require_approval": "never",
    }],
    input="Search for bankruptcy cases for Acme Corp",
)
print(response.output_text)

Paid tier (with token):

python
response = client.responses.create(
    model="gpt-4.1",
    tools=[{
        "type": "mcp",
        "server_label": "bankruptcy_observer",
        "server_url": "https://mcp.bankruptcyobserver.com/mcp",
        "headers": {"Authorization": "Bearer YOUR_TOKEN"},
        "require_approval": "never",
    }],
    input="Get docket entries for case 24-10543",
)

Note: Do not set Content-Type or Accept headers manually β€” the OpenAI client sets these correctly for the MCP protocol. Overriding them will cause the server to return an HTML error page instead of a JSON response.

OAuth option: Connectors such as ChatGPT can also authenticate with MCP OAuth and send Bearer access tokens automatically after login. API token headers are still supported.


Connecting in ChatGPT (OAuth)

To connect this MCP server in ChatGPT with OAuth, create a new app/connector and enter the OAuth endpoints below exactly.

If the Registration URL is omitted, Dynamic Client Registration will fail and ChatGPT will connect without usable tool authorization.

OAuth endpoints

  • Auth URL: https://mcp.bankruptcyobserver.com/authorize
  • Token URL: https://mcp.bankruptcyobserver.com/token
  • Registration URL: https://mcp.bankruptcyobserver.com/register
  • Authorization server base: https://mcp.bankruptcyobserver.com/
  • Resource: https://mcp.bankruptcyobserver.com/mcp

After connecting, ChatGPT should complete OAuth in-browser and then call tools using OAuth Bearer tokens. Legacy API-token headers remain supported for clients that use header auth.


Endpoints

ServiceEndpointAuth
REST APIhttps://api.bankruptcyobserver.com/api/v1/...Free lookups: no auth. Restricted queries: API token or OAuth Bearer token
MCPhttps://mcp.bankruptcyobserver.com/mcpFree lookups: no auth. Restricted queries: API token or OAuth Bearer token
Docshttps://api.bankruptcyobserver.com/docs or https://mcp.bankruptcyobserver.com/docsNone

The /mcp path is the MCP protocol endpoint (POST only). For human-readable documentation, use the Docs URLs above (GET, no auth).


Available queries and responses

The same queries are available on both the REST API and the MCP server. Each query returns JSON; case-level responses include the standard fields below unless noted.

Query list

#QueryInputsWhat you getNotes
1Searchsearch_term, limit, skip, optional court_id or court_stateList of cases with standard fieldsFREE (no key): exact name returns limited info; full details are available with a paid plan. Otherwise: prefix (starts-with) on name; use *term for contains. For case number use Case by case number.
2Case by EINeinOne case (or none) + einInDatabase: "Yes" or "No"Single match; flag says whether we have this EIN. (Restricted: API token or OAuth Bearer token.)
3Docket itemsshortCaseNumber, optional court_id or court_state, limitCase identifier, dateDocketUpdated, list of entries (itemNumber, itemText, itemDate, …)Case resolved by short case number + optional court. (Restricted: API token or OAuth Bearer token.)
4Case by case numbershortCaseNumber; optional court_state or court_id for paid disambiguationList (free) or one case (paid)FREE (no key): case number only, no court required; returns all matching cases. For paid requests, you may provide court_state/court_id to select a specific case when multiple courts match.
5Cases by NAICSnaics (2–4 digits), limit, optional start_date, end_dateList of cases with standard fieldsNAICS must be 2–4 digits; more than 4 is rejected.
6Cases by statestate (2-letter), limit, optional start_date, end_dateList of cases with standard fieldsOptional date range on dateFiled.
7Case status / datesβ€”Returned as part of case datadateFiled, dateClosed, dateDismissed; isOpen / isClosed / isDismissed.

Pagination: List responses support limit and skip where applicable; responses include total or similar where useful.

Date range: For NAICS and state queries, optional start_date and end_date filter on dateFiled. Search does not support date filters.

Standard fields (case-level)

Returned for any query that returns case rows:

FieldDescription
nameDebtor/case name
courtCourt name
shortCaseNumberShort case number (e.g. 22-12345)
dateDocketUpdatedWhen docket/case data was last updated in our system
dateFiledFiling date

Optional (included when relevant): courtState, chapter, NAICS, industry, dateClosed, dateDismissed, isOpen / isClosed / isDismissed, assetAmount, liabAmount.

EIN query: einInDatabase

For Case by EIN the response always includes:

  • einInDatabase β€” "Yes" if we have at least one case with this EIN (and the case payload); "No" if we have no case with this EIN (case payload null or omitted).

Docket response shape

For Docket items you get:

  • Case identifier (e.g. shortCaseNumber, court).
  • dateDocketUpdated β€” when this case’s docket was last updated in our system.
  • entries β€” array of objects with at least itemNumber, itemText, itemDate (and optionally pageCount, pacerDocId).

API vs MCP mapping

QueryREST API (POST)MCP tool
Search/api/v1/searchsearch_bankruptcy_cases_tool
Case by EIN/api/v1/case/einget_case_by_ein_tool
Docket items/api/v1/docketget_docket_entries_tool
Case by case number/api/v1/case/by-numberget_case_by_case_number_tool
Cases by NAICS/api/v1/cases/by-naicsget_cases_by_naics_tool
Cases by state/api/v1/cases/by-stateget_cases_by_state_tool

Same backend for both; response shape is identical.


Full documentation (canonical)

The full spec (same content as above, plus any updates) is also served with no auth at:

  • API docs: https://api.bankruptcyobserver.com/docs
  • MCP docs: https://mcp.bankruptcyobserver.com/docs

Both URLs return the same Markdown. Use them for the latest version or for AI/bot discovery.


Registry

This repo includes a server.json for the Official MCP Registry. It describes the remote MCP server and how to connect (URL + API token header). Use it when publishing to the registry via the Registry CLI; the registry points to this GitHub repo for metadata only.


License

Documentation and metadata in this repository are provided for discovery and integration. The Bankruptcy Observer product, API, and MCP service are offered under separate terms; see the product website.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Directory logoDirectory

    Discover and query every business on ANOTS β€” search, ask, or find-and-ask over MCP.

    πŸ’» Developer Tools1 views
    Compare vs Directory β†’

Frequently Asked Questions about Bankruptcy Observer

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bankruptcy-observer": { "command": "npx", "args": ["-y", "Bankruptcy Observer"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBankruptcy Observer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bankruptcy-observer?style=directory)](https://allmcps.com/mcp/bankruptcy-observer)
HTML Embed
<a href="https://allmcps.com/mcp/bankruptcy-observer"><img src="https://allmcps.com/api/badge/bankruptcy-observer?style=directory" alt="Bankruptcy Observer on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 5, 2026
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Bankruptcy Observer β†’Install in Claude DesktopInstall in CursorInstall in VS Code