Skip to main content
ClaudeWave
jmtroller avatar
jmtroller

mcp-documentation

Ver en GitHub
MCP ServersRegistry oficial0 estrellas0 forksRubyActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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
```

Lo que la gente pregunta sobre mcp-documentation

¿Qué es jmtroller/mcp-documentation?

+

jmtroller/mcp-documentation es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala mcp-documentation?

+

Puedes instalar mcp-documentation clonando el repositorio (https://github.com/jmtroller/mcp-documentation) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jmtroller/mcp-documentation?

+

jmtroller/mcp-documentation aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene jmtroller/mcp-documentation?

+

jmtroller/mcp-documentation es mantenido por jmtroller. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a mcp-documentation?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-documentation en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a mcp-documentation