Back to Browse

Documentation MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

US business bankruptcy MCP: filings, dockets, documents, case summaries. Free tier + subscription.

About

US business bankruptcy MCP: filings, dockets, documents, case summaries. Free tier + subscription.

Remote endpoints: streamable-http: https://mcp.bankruptcyobserver.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

18 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-bankruptcyobserver-mcp": {
      "url": "https://mcp.bankruptcyobserver.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MCP Server Documentation

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

Reviews

No reviews yet

Be the first to review this server!