# Citra (npm · @sylphx/citra)

Citra — PDF answers with page-level proof: structure, tables, OCR, and page citations.

- Trust score: 62/100 (medium)
- Registry status: deprecated
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

> **Deprecated**: this server is marked deprecated in the MCP registry. The registry records this reason: "Renamed to anymd. Use io.github.SylphxAI/anymd (npm @sylphx/anymd)."

## Components

- npm · `@sylphx/citra`: 62/100 (this document), [markdown](https://verifymcp.io/servers/sylphxai-citra/sylphx-citra.md), [page](https://verifymcp.io/servers/sylphxai-citra/sylphx-citra)

## Channel facts

- Registry: `npm`
- Package: `@sylphx/citra`
- Version: `6.0.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.
  - 0 of 5 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 23/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 47/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 997 tokens (~249/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 14% 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 current MCP spec version (2026-07-28).

## Install

### How do I install the Citra MCP server?

Citra runs locally as an npm package, launched with npx -y @sylphx/citra. 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 sylphxai-citra -- npx -y @sylphx/citra
```

### Cursor

```json
{
  "mcpServers": {
    "sylphxai-citra": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/citra"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sylphxai-citra": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/citra"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sylphxai-citra -- npx -y @sylphx/citra
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sylphxai-citra --command npx --arg -y --arg @sylphx/citra
```

### Hermes

```yaml
mcp_servers:
  sylphxai-citra:
    command: "npx"
    args: ["-y", "@sylphx/citra"]
```

### Netclaw

```json
{
  "McpServers": {
    "sylphxai-citra": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@sylphx/citra"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sylphxai-citra -t stdio -c npx -a -y @sylphx/citra
```

### Other

```json
{
  "mcpServers": {
    "sylphxai-citra": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/citra"
      ]
    }
  }
}
```

## 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-26 (score 62, +1)

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

### 2026-09-25 (score 61, −5)

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

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

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

### 2026-09-23 (score 65, +2)

- [security regression] Known CVEs: pass → unverified
- [functional regression] Schema quality: 767 → 997
- [functional regression] Dependency health: 1.00 → unverified
- [functional improvement] Tool coverage: 7% → 14%
- [functional improvement] Schema quality: 255 → 214
- [functional improvement] Tool coverage: 7% → 12%
- [functional] Package version: 5.0.3 → 6.0.0
- [functional] Package version: 5.0.3 → 5.0.5
- [functional] Package version: 5.0.3 → 5.0.4

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

- [functional improvement] Stability: unverified → 0.07
- [functional] Package version: 5.0.2 → 5.0.3

### 2026-09-20 (score 62)

First indexed and scored.

## MCP tools (4)

### `pdf_compare` (~71 tokens)

Compare two local PDFs at text and page level and report changed pages and terms.

Input parameters:

- `after` (string, required): Local PDF path for the after document.
- `before` (string, required): Local PDF path for the before document.
- `context_chars` (integer|null)
- `max_file_bytes` (integer|null)

### `pdf_evidence` (~161 tokens)

Focused PDF evidence operations. Pure-Rust supports inspect, bounded page rendering/crops, opt-in bounded command-provider OCR, and region analysis via command, HTTP URL, or ollama/openai-compatible/lmstudio/llamacpp presets.

Input parameters:

- `include_image` (boolean|null)
- `include_metadata` (boolean|null)
- `languages` (array|null)
- `max_output_chars` (integer|null)
- `max_pages` (integer|null)
- `max_pixels_per_page` (integer|null)
- `max_regions` (integer|null)
- `operation` (required)
- `sample_pages` (integer|null)
- `scale` (number|null)
- `sources` (array, required)
- `timeout_ms` (integer|null)

### `read_pdf` (~545 tokens)

Read a PDF. Sources only uses the fast preset: markdown, tables, chunks, document map, page geometry, layout, and semantic hints. No OCR and no trust audit. profile quality adds structure; profile research adds safety, trust, and accessibility. OCR and rendering stay on pdf_evidence or include_ocr_text_layer.

Input parameters:

- `auto` (boolean|null): Legacy preset switch. true selects balanced (fast plus safety, trust, and accessibility) when profile and auto_detail are omitted. Omit it to use fast. false keeps manual control. auto_detail wins ov…
- `auto_detail`: Depth switch that wins over profile: fast, balanced, or full. full adds structure and audits. Never enables OCR or rendering.
- `include_accessibility_report` (boolean|null)
- `include_annotations` (boolean|null)
- `include_attachments` (boolean|null)
- `include_chunks` (boolean|null)
- `include_document_ast` (boolean|null)
- `include_document_map` (boolean|null)
- `include_elements` (boolean|null)
- `include_form_fields` (boolean|null)
- `include_full_text` (boolean|null)
- `include_html` (boolean|null)
- `include_images` (boolean|null)
- `include_layout_diagnostics` (boolean|null)
- `include_markdown` (boolean|null)
- `include_metadata` (boolean|null)
- `include_ocr_text_layer` (boolean|null)
- `include_outline` (boolean|null)
- `include_page_count` (boolean|null)
- `include_page_geometry` (boolean|null)
- `include_page_labels` (boolean|null)
- `include_permissions` (boolean|null)
- `include_safety_findings` (boolean|null)
- `include_semantic_hints` (boolean|null)
- `include_structure_tree` (boolean|null)
- `include_tables` (boolean|null)
- `include_text_layer` (boolean|null)
- `include_trust_report` (boolean|null)
- `include_visual_enrichments` (boolean|null)
- `max_visual_enrichments` (integer|null)
- `profile` (string|null): Named preset: fast (default), quality (structure, no audits, no OCR), or research (quality plus safety, trust, and accessibility). Ignored when auto is false or any include_* flag is set.
- `sample_pages` (integer|null): Not used by read_pdf presets, which read every requested page. Sampling belongs to pdf_evidence inspect. Limit a read with sources[].pages.
- `sources` (array, required)
- `trust_report_redaction`

### `search_pdf` (~137 tokens)

Searches extracted PDF text with page, snippet, geometry, and provenance. Optional OCR uses the bounded command provider.

Input parameters:

- `case_sensitive` (boolean|null)
- `context_chars` (integer|null)
- `include_ocr_text_layer` (boolean|null)
- `max_matches_per_source` (integer|null)
- `max_pages` (integer|null)
- `prefer_speed` (boolean|null, required): Prefer faster text-index search (omit match geometry; ignored when OCR is enabled).
- `query` (string, required): Literal text query to search for in extracted PDF text.
- `sources` (array, required)
- `whole_word` (boolean|null)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/sylphxai-citra/sylphx-citra#diagnostics

## Score history

- 2026-09-26: 62
- 2026-09-25: 61
- 2026-09-24: 66
- 2026-09-23: 65
- 2026-09-22: 63
- 2026-09-21: 62
- 2026-09-20: 62

## Common questions

### What is the Citra MCP server?

Citra is an MCP server listed in the public MCP registry as io.github.SylphxAI/citra. Citra, PDF answers with page-level proof: structure, tables, OCR, and page citations. This page covers its npm package (@sylphx/citra).

### Is the Citra MCP server safe to use?

Citra scores 62 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 Citra MCP server expose?

Citra exposes 4 tools: pdf_compare, pdf_evidence, read_pdf, search_pdf. Their descriptions and schemas cost roughly 914 tokens of context every time the server is loaded.

### Is the Citra MCP server still maintained?

Citra is marked deprecated 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 Citra MCP server under?

Citra 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/@sylphx/citra
- Socket report: https://socket.dev/npm/package/@sylphx/citra
- Website: https://sylphxai.github.io/citra/
- Changelog RSS feed: https://verifymcp.io/servers/sylphxai-citra/sylphx-citra.xml
- Changelog JSON feed: https://verifymcp.io/servers/sylphxai-citra/sylphx-citra.json
- HTML version of this page: https://verifymcp.io/servers/sylphxai-citra/sylphx-citra
