# mcp-hub (npm · @ni-c/mcp-hub)

Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client

- Trust score: 95/100 (high trust)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@ni-c/mcp-hub`: 95/100 (this document), [markdown](https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub.md), [page](https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub)
- oci · `ghcr.io/ni-c/mcp-hub:0.11.3`: 10/100, [markdown](https://verifymcp.io/servers/ni-c-mcp-hub/ghcr-io-ni-c-mcp-hub-0-11-3.md), [page](https://verifymcp.io/servers/ni-c-mcp-hub/ghcr-io-ni-c-mcp-hub-0-11-3)

## Channel facts

- Registry: `npm`
- Package: `@ni-c/mcp-hub`
- Version: `0.11.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 37 of 108 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to ni-c/mcp-hub).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 303 tokens (~50/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (83% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the mcp-hub server?

mcp-hub runs locally as an npm package, launched with npx -y @ni-c/mcp-hub. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add ni-c-mcp-hub -- npx -y @ni-c/mcp-hub
```

### Cursor

```json
{
  "mcpServers": {
    "ni-c-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ni-c-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add ni-c-mcp-hub -- npx -y @ni-c/mcp-hub
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ni-c-mcp-hub": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ni-c/mcp-hub"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ni-c-mcp-hub --command npx --arg -y --arg @ni-c/mcp-hub
```

### Hermes

```yaml
mcp_servers:
  ni-c-mcp-hub:
    command: "npx"
    args: ["-y", "@ni-c/mcp-hub"]
```

### Netclaw

```json
{
  "McpServers": {
    "ni-c-mcp-hub": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ni-c/mcp-hub"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add ni-c-mcp-hub -t stdio -c npx -a -y @ni-c/mcp-hub
```

### Other

```json
{
  "mcpServers": {
    "ni-c-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mcp-hub"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 95, −2)

- [functional] Stability: pass → 0.90

### 2026-09-19 (score 97, +1)

- [security] Stability: 0.97 → pass

### 2026-09-17 (score 96, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 95, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 94, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-12 (score 79, −14)

- [security regression] Tool safety: pass → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Stability: 0.73 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Package version: 0.11.2 → 0.11.3
- [functional] Package version: 0.8.0 → 0.11.3

### 2026-09-10 (score 93, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 92, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (6)

### `list_servers` (~54 tokens)

List MCP servers

List all MCP servers available through this hub, with their status. Call this first to see what is available. Servers marked "hidden" serve their tools only via their own endpoint, but wake_server/sleep_server still manage them.

Output parameters:

- `servers` (array)

### `list_tools` (~45 tokens)

List tools of a server

List the tools of one MCP server with one-line descriptions. Use get_tool_schema before calling a tool for the first time.

Input parameters:

- `server` (string, required): Server name from list_servers

Output parameters:

- `server` (string)
- `tools` (array)

### `get_tool_schema` (~53 tokens)

Get the full schema of a tool

Get the full description and JSON input schema of one tool, needed to construct arguments for call_tool.

Input parameters:

- `server` (string, required): Server name from list_servers
- `tool` (string, required): Tool name from list_tools

Output parameters:

- `annotations` (object)
- `description` (string): The full description, untruncated.
- `inputSchema` (object): JSON Schema for the arguments of call_tool.
- `name` (string)
- `outputSchema` (object): JSON Schema the structuredContent of a call conforms to; absent if the tool declares none.
- `server` (string)

### `call_tool` (~65 tokens)

Call a tool on a server

Call a tool on one of the MCP servers. Arguments must match the schema from get_tool_schema.

Input parameters:

- `arguments` (object): Tool arguments matching its input schema
- `server` (string, required): Server name from list_servers
- `tool` (string, required): Tool name from list_tools

### `wake_server` (~42 tokens)

Wake a sleeping server

Start an on-demand server now so its first tool call is fast. No-op if it is already running.

Input parameters:

- `server` (string, required): Server name from list_servers

Output parameters:

- `name` (string)
- `status` (string): What the hub is currently doing with this server.
- `toolCount` (integer)

### `sleep_server` (~44 tokens)

Put a server to sleep

Stop an on-demand server immediately instead of waiting for its idle timeout. It restarts automatically on the next tool call.

Input parameters:

- `server` (string, required): Server name from list_servers

Output parameters:

- `name` (string)
- `status` (string): What the hub is currently doing with this server.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub#diagnostics

## Score history

- 2026-09-20: 95
- 2026-09-19: 97
- 2026-09-18: 96
- 2026-09-17: 96
- 2026-09-16: 95
- 2026-09-15: 95
- 2026-09-14: 95
- 2026-09-13: 94
- 2026-09-12: 79
- 2026-09-11: 93
- 2026-09-10: 93
- 2026-09-09: 92
- 2026-09-08: 92
- 2026-09-07: 91
- 2026-09-06: 65
- 2026-09-05: 90
- 2026-09-04: 90
- 2026-09-03: 79
- 2026-09-02: 89
- 2026-09-01: 88
- 2026-08-31: 88
- 2026-08-30: 88
- 2026-08-29: 87
- 2026-08-28: 87
- 2026-08-27: 86
- 2026-08-26: 71
- 2026-08-25: 84
- 2026-08-24: 84
- 2026-08-23: 82
- 2026-08-22: 82

## Common questions

### What is the mcp-hub server?

mcp-hub is listed in the public MCP registry as io.github.ni-c/mcp-hub. Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client. This page covers its npm package (@ni-c/mcp-hub).

### Is the mcp-hub server safe to use?

mcp-hub scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the mcp-hub server expose?

mcp-hub exposes 6 tools: list_servers, list_tools, get_tool_schema, call_tool, wake_server, sleep_server. Their descriptions and schemas cost roughly 303 tokens of context every time the server is loaded.

### Is the mcp-hub server still maintained?

mcp-hub is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the mcp-hub server under?

mcp-hub declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@ni-c/mcp-hub
- Socket report: https://socket.dev/npm/package/@ni-c/mcp-hub
- Repository: https://github.com/ni-c/mcp-hub
- Website: https://mcp-hub.ni-c.de/
- Changelog RSS feed: https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub.xml
- Changelog JSON feed: https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub.json
- HTML version of this page: https://verifymcp.io/servers/ni-c-mcp-hub/ni-c-mcp-hub
