Bankruptcy Observer
БесплатноНе проверенUS business bankruptcy MCP: filings, dockets, documents, case summaries. Free tier + subscription.
Описание
US business bankruptcy MCP: filings, dockets, documents, case summaries. Free tier + subscription.
README
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:
initialize → notifications/initialized (optional) → tools/list → tools/call
Servers
| Server | Directory | Endpoint | Auth |
|---|---|---|---|
| Nursing Home Database | nursing-home-database | https://mcp.nursinghomedatabase.com/mcp |
Public |
| Bankruptcy Observer | bankruptcy-observer | https://mcp.bankruptcyobserver.com/mcp |
Free tier + subscription |
| TrollerBk | trollerbk | https://mcp.trollerbk.com/mcp |
Required |
| FindSeniorMed / FindMed | findseniormed | https://mcp.findseniormed.com/mcp |
Public |
| SeniorHealthDatabase | seniorhealthdatabase | https://mcp.seniorhealthdatabase.com/mcp |
Public |
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"
}
| Server | Registry name | Manifest |
|---|---|---|
| Nursing Home Database | com.nursinghomedatabase/mcp |
server.json |
| Bankruptcy Observer | com.bankruptcyobserver/mcp |
server.json |
| TrollerBk | com.trollerbk/mcp |
server.json |
| FindSeniorMed | com.findseniormed/mcp |
server.json |
| SeniorHealthDatabase | com.seniorhealthdatabase/mcp |
server.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).
- Create a GitHub repo named
mcp-documentationunder thejmtrolleraccount (or update_config.ymlurl/baseurlfor your org). - Push this directory to the
mainbranch. - In repo Settings → Pages, set Source to GitHub Actions.
- The workflow publishes to
https://<user>.github.io/mcp-documentation/.
Local preview:
cd mcp-documentation
bundle install
bundle exec jekyll serve
Установка Bankruptcy Observer
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jmtroller/mcp-documentationFAQ
Bankruptcy Observer MCP бесплатный?
Да, Bankruptcy Observer MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bankruptcy Observer?
Нет, Bankruptcy Observer работает без API-ключей и переменных окружения.
Bankruptcy Observer — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bankruptcy Observer в Claude Desktop, Claude Code или Cursor?
Открой Bankruptcy Observer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Bankruptcy Observer with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
