Skip to main content
ClaudeWave
jmtroller avatar
jmtroller

mcp-documentation

View on GitHub
MCP ServersOfficial Registry0 stars0 forksRubyUpdated yesterday
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/jmtroller/mcp-documentation
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/jmtroller/mcp-documentation and follow its README for install instructions.
Use cases

MCP Servers overview

# MCP Server Documentation

Public documentation for the [Model Context Protocol](https://modelcontextprotocol.io/) 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/](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](./nursing-home-database/) | `https://mcp.nursinghomedatabase.com/mcp` | Public |
| Bankruptcy Observer | [bankruptcy-observer](./bankruptcy-observer/) | `https://mcp.bankruptcyobserver.com/mcp` | Free tier + subscription |
| TrollerBk | [trollerbk](./trollerbk/) | `https://mcp.trollerbk.com/mcp` | Required |
| FindSeniorMed / FindMed | [findseniormed](./findseniormed/) | `https://mcp.findseniormed.com/mcp` | Public |
| SeniorHealthDatabase | [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`](https://modelcontextprotocol.io/docs/registry) 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:

```json
"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](./nursing-home-database/server.json) |
| Bankruptcy Observer | `com.bankruptcyobserver/mcp` | [server.json](./bankruptcy-observer/server.json) |
| TrollerBk | `com.trollerbk/mcp` | [server.json](./trollerbk/server.json) |
| FindSeniorMed | `com.findseniormed/mcp` | [server.json](./findseniormed/server.json) |
| SeniorHealthDatabase | `com.seniorhealthdatabase/mcp` | [server.json](./seniorhealthdatabase/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`).

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:

```bash
cd mcp-documentation
bundle install
bundle exec jekyll serve
```

What people ask about mcp-documentation

What is jmtroller/mcp-documentation?

+

jmtroller/mcp-documentation is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install mcp-documentation?

+

You can install mcp-documentation by cloning the repository (https://github.com/jmtroller/mcp-documentation) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jmtroller/mcp-documentation safe to use?

+

jmtroller/mcp-documentation has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains jmtroller/mcp-documentation?

+

jmtroller/mcp-documentation is maintained by jmtroller. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to mcp-documentation?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-documentation to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: jmtroller/mcp-documentation
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jmtroller-mcp-documentation)](https://claudewave.com/repo/jmtroller-mcp-documentation)
<a href="https://claudewave.com/repo/jmtroller-mcp-documentation"><img src="https://claudewave.com/api/badge/jmtroller-mcp-documentation" alt="Featured on ClaudeWave: jmtroller/mcp-documentation" width="320" height="64" /></a>

More MCP Servers

mcp-documentation alternatives