# io.github.JustAiAgent0809/mcp-server-index (npm · mcp-server-index)

Offline MCP tool schemas and risk flags. Partial census: 2,283 servers, 2026-09-08.

- Trust score: 68/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `mcp-server-index`: 68/100 (this document), [markdown](https://verifymcp.io/servers/justaiagent0809-mcp-server-index/mcp-server-index.md), [page](https://verifymcp.io/servers/justaiagent0809-mcp-server-index/mcp-server-index)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-index`
- Version: `0.1.0`
- 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-26.

- **Supply Chain Security**: 100/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.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (UNLICENSED) isn't a recognized OSI-approved license.
  - Actively maintained (last published 17 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 263 tokens (~65/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 60/100
  - Stability observed for 18 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.JustAiAgent0809/mcp-server-index server?

io.github.JustAiAgent0809/mcp-server-index runs locally as an npm package, launched with npx -y mcp-server-index. 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 justaiagent0809-mcp-server-index -- npx -y mcp-server-index
```

### Cursor

```json
{
  "mcpServers": {
    "justaiagent0809-mcp-server-index": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-index"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "justaiagent0809-mcp-server-index": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-index"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add justaiagent0809-mcp-server-index -- npx -y mcp-server-index
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "justaiagent0809-mcp-server-index": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-index"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add justaiagent0809-mcp-server-index --command npx --arg -y --arg mcp-server-index
```

### Hermes

```yaml
mcp_servers:
  justaiagent0809-mcp-server-index:
    command: "npx"
    args: ["-y", "mcp-server-index"]
```

### Netclaw

```json
{
  "McpServers": {
    "justaiagent0809-mcp-server-index": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-server-index"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add justaiagent0809-mcp-server-index -t stdio -c npx -a -y mcp-server-index
```

### Other

```json
{
  "mcpServers": {
    "justaiagent0809-mcp-server-index": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-index"
      ]
    }
  }
}
```

## 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-25 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-22 (score 67, +1)

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

### 2026-09-20 (score 66, +1)

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

### 2026-09-18 (score 65, +1)

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

### 2026-09-17 (score 64, +4)

- [functional improvement] Stability: unverified → 0.30

### 2026-09-09 (score 60, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-08 (score 45)

First indexed and scored.

## MCP tools (4)

### `find_tool` (~65 tokens)

Find tool names and descriptions in the bundled census. Returns full inputSchema. Substring matching is case-insensitive; exact matches tool name only.

Input parameters:

- `exact` (boolean)
- `limit` (integer)
- `offset` (integer)
- `query` (string, required)

### `server_tools` (~49 tokens)

Get captured declarations and full input schemas for an exact registry server name. Results are per endpoint.

Input parameters:

- `limit` (integer)
- `offset` (integer)
- `server_name` (string, required)

### `classify_capabilities` (~45 tokens)

Heuristic capability-risk flags for an exact server name. Uses tool names and publisher annotations only; not a security audit or proof of safety.

Input parameters:

- `server_name` (string, required)

### `census_info` (~18 tokens)

Snapshot provenance, exact coverage counts and collection limitations.

## Diagnostics

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

## Score history

- 2026-09-26: 68
- 2026-09-25: 68
- 2026-09-24: 67
- 2026-09-23: 67
- 2026-09-22: 67
- 2026-09-21: 66
- 2026-09-20: 66
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 64
- 2026-09-16: 60
- 2026-09-15: 60
- 2026-09-14: 60
- 2026-09-13: 60
- 2026-09-12: 60
- 2026-09-11: 60
- 2026-09-10: 60
- 2026-09-09: 60
- 2026-09-08: 45

## Common questions

### What is the io.github.JustAiAgent0809/mcp-server-index server?

io.github.JustAiAgent0809/mcp-server-index is listed in the public MCP registry as io.github.JustAiAgent0809/mcp-server-index. Offline MCP tool schemas and risk flags. Partial census: 2,283 servers, 2026-09-08. This page covers its npm package (mcp-server-index).

### Is the io.github.JustAiAgent0809/mcp-server-index server safe to use?

io.github.JustAiAgent0809/mcp-server-index scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 io.github.JustAiAgent0809/mcp-server-index server expose?

io.github.JustAiAgent0809/mcp-server-index exposes 4 tools: find_tool, server_tools, classify_capabilities, census_info. Their descriptions and schemas cost roughly 177 tokens of context every time the server is loaded.

### Is the io.github.JustAiAgent0809/mcp-server-index server still maintained?

io.github.JustAiAgent0809/mcp-server-index is still listed as active in the MCP registry. We last reached this channel on 26 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 io.github.JustAiAgent0809/mcp-server-index server under?

io.github.JustAiAgent0809/mcp-server-index declares the UNLICENSED licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/mcp-server-index
- Socket report: https://socket.dev/npm/package/mcp-server-index
- Changelog RSS feed: https://verifymcp.io/servers/justaiagent0809-mcp-server-index/mcp-server-index.xml
- Changelog JSON feed: https://verifymcp.io/servers/justaiagent0809-mcp-server-index/mcp-server-index.json
- HTML version of this page: https://verifymcp.io/servers/justaiagent0809-mcp-server-index/mcp-server-index
