# PageIndex MCP (npm · @pageindex/mcp)

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

- Trust score: 45/100 (low)
- Change this week: +39
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- mcpb · `pageindex-mcp-1.8.2.mcpb`: 11/100, [markdown](https://verifymcp.io/servers/vectifyai-pageindex-mcp/https-github-com-vectifyai-pageindex-mcp-releases-download-v1-8-2-pageindex-mcp.md), [page](https://verifymcp.io/servers/vectifyai-pageindex-mcp/https-github-com-vectifyai-pageindex-mcp-releases-download-v1-8-2-pageindex-mcp)
- npm · `@pageindex/mcp`: 45/100 (this document), [markdown](https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp.md), [page](https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp)

## Channel facts

- Registry: `npm`
- Package: `@pageindex/mcp`
- Version: `1.8.2`
- 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-08-03.

- **Supply Chain Security**: 74/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.
  - Install-script check failed: the install command fetches or executes arbitrary code (inline_eval). An install hook runs on every machine, in CI, and on transitive installs, whether or not you ever run the server.
  - Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to VectifyAI/pageindex-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this package declared that it provides tools, but our sandbox run could not list them, so the captured schema is incomplete.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this package declared that it provides tools, but our sandbox run could not list them.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 3 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add vectifyai-pageindex-mcp -- npx -y @pageindex/mcp
```

### Codex

```bash
codex mcp add vectifyai-pageindex-mcp -- npx -y @pageindex/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add vectifyai-pageindex-mcp --command npx --arg -y --arg @pageindex/mcp
```

### Hermes

```yaml
mcp_servers:
  vectifyai-pageindex-mcp:
    command: "npx"
    args: ["-y", "@pageindex/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vectifyai-pageindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp"
      ]
    }
  }
}
```

## 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-08-02 (score 45, +40)

- [security regression] Install scripts: unverified → fail
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The scripts that run when this package is installed changed: postinstall
- [security] The attested source repository moved: VectifyAI/pageindex-mcp
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Schema quality: Schema quality not yet verified: this package declared that it provides tools, but our sandbox run could not list them, so the captured schema is incomplete.
- [functional] Tool coverage: Tool coverage not yet verified: this package declared that it provides tools, but our sandbox run could not list them.
- [functional] Licence: MIT

### 2026-08-01 (score 5, −3)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: fail → unverified
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [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.

### 2026-07-31 (score 8, +2)

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

### 2026-07-27 (score 6)

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp#diagnostics

## Score history

- 2026-08-03: 45
- 2026-08-02: 45
- 2026-08-01: 5
- 2026-07-31: 8
- 2026-07-30: 6
- 2026-07-28: 6
- 2026-07-27: 6

## Links

- npm package: https://www.npmjs.com/package/@pageindex/mcp
- Socket report: https://socket.dev/npm/package/@pageindex/mcp
- Repository: https://github.com/VectifyAI/pageindex-mcp
- Changelog RSS feed: https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/vectifyai-pageindex-mcp/pageindex-mcp
