MCP Server Documentation

MCP serverDocs & knowledge

This app gives your AI access to US business bankruptcy records. Once added, your AI can look up filings, follow what is happening in a case, pull case documents, and provide case summaries. It is offered on a free tier, with a subscription for more.

Available today. Use it from your connected AI after setup.

Add it, then ask your AI to find records on a specific company or bankruptcy case. If you need more than the free tier allows, a subscription is available.

Then ask your AI: use MCP Server Documentation to search bankruptcy cases tool

What your AI can do with it

  • Look up US business bankruptcy filings
  • Check a case's docket to see recent activity
  • Retrieve documents from a bankruptcy case
  • Get case summaries for a quick overview

From the project's README

As published by jmtroller/mcp-documentation in README.md.

Public documentation for the Model Context Protocol servers implemented in the Laravel13 application. Each subdirectory documents one production MCP server: endpoint, authentication, and available tools.

Published site: https://jmtroller.github.io/mcp-documentation/ (after enabling GitHub Pages on this repo)

All servers use Streamable HTTP (JSON-RPC 2.0 over HTTPS). A typical session is:

initializenotifications/initialized (optional) → tools/listtools/call

Servers

ServerDirectoryEndpointAuth
Nursing Home Databasenursing-home-databasehttps://mcp.nursinghomedatabase.com/mcpPublic
Bankruptcy Observerbankruptcy-observerhttps://mcp.bankruptcyobserver.com/mcpFree tier + subscription
TrollerBktrollerbkhttps://mcp.trollerbk.com/mcpRequired
FindSeniorMed / FindMedfindseniormedhttps://mcp.findseniormed.com/mcpPublic
SeniorHealthDatabaseseniorhealthdatabasehttps://mcp.seniorhealthdatabase.com/mcpPublic

Implementation

Routes are defined in Laravel13/routes/mcp.php. Each server has a dedicated controller under Laravel13/app/Http/Controllers/. OAuth discovery and token endpoints are shared across authenticated servers via Laravel13/app/Http/Controllers/McpAuth/OAuthController.php.

MCP Registry manifests

Each server folder includes a server.json for the official MCP Registry.

For monorepos, the MCP Registry requires:

  • repository.url — the git-cloneable repo root (same for every server in this repo)
  • repository.subfolder — the per-server directory (e.g. bankruptcy-observer)
  • websiteUrl — the published documentation page for that server on GitHub Pages

Example:

"websiteUrl": "https://jmtroller.github.io/mcp-documentation/bankruptcy-observer/",
"repository": {
  "url": "https://github.com/jmtroller/mcp-documentation",
  "source": "github",
  "subfolder": "bankruptcy-observer"
}
ServerRegistry nameManifest
Nursing Home Databasecom.nursinghomedatabase/mcpserver.json
Bankruptcy Observercom.bankruptcyobserver/mcpserver.json
TrollerBkcom.trollerbk/mcpserver.json
FindSeniorMedcom.findseniormed/mcpserver.json
SeniorHealthDatabasecom.seniorhealthdatabase/mcpserver.json

Older per-server documentation repos (for example nhd-mcp-public-documentation) may still exist; this repository is the consolidated source of truth derived from Laravel13.

GitHub Pages

This repo is configured for GitHub Pages via Jekyll (see _config.yml and .github/workflows/pages.yml).

  1. Create a GitHub repo named mcp-documentation under the jmtroller account (or update _config.yml url / baseurl for your org).
  2. Push this directory to the main branch.
  3. In repo Settings → Pages, set Source to GitHub Actions.
  4. The workflow publishes to https://<user>.github.io/mcp-documentation/.

Local preview:

cd mcp-documentation
bundle install
bundle exec jekyll serve

Tools it offers (18)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • 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
  • check_subscription_tool

Signals

Last commit
Aug 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-bankruptcyobserver-mcp
Source
github.com/jmtroller/mcp-documentation
Hosted endpoint
https://mcp.bankruptcyobserver.com/mcp