# Razi Tools (npm · razi-tools-mcp)

PDF, image, video, OCR, screenshot, SQL, QR and text tools for agents. No API key, no signup.

- Trust score: 43/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `www.razi.pro`: 36/100, [markdown](https://verifymcp.io/servers/razikallayi-razi-tools/api-mcp-2.md), [page](https://verifymcp.io/servers/razikallayi-razi-tools/api-mcp-2)
- npm · `razi-tools-mcp`: 43/100 (this document), [markdown](https://verifymcp.io/servers/razikallayi-razi-tools/razi-tools-mcp.md), [page](https://verifymcp.io/servers/razikallayi-razi-tools/razi-tools-mcp)

## Channel facts

- Registry: `npm`
- Package: `razi-tools-mcp`
- Version: `2.1.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-09-21.

- **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.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 12 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect 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**: 43/100
  - Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this package declared that it provides tools, but our sandbox run could not list them.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: this package declared that it provides tools, but our sandbox run could not list them.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 3 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### How do I install the Razi Tools MCP server?

Razi Tools runs locally as an npm package, launched with npx -y razi-tools-mcp. 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 razikallayi-razi-tools -- npx -y razi-tools-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "razikallayi-razi-tools": {
      "command": "npx",
      "args": [
        "-y",
        "razi-tools-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "razikallayi-razi-tools": {
      "command": "npx",
      "args": [
        "-y",
        "razi-tools-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add razikallayi-razi-tools -- npx -y razi-tools-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add razikallayi-razi-tools --command npx --arg -y --arg razi-tools-mcp
```

### Hermes

```yaml
mcp_servers:
  razikallayi-razi-tools:
    command: "npx"
    args: ["-y", "razi-tools-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "razikallayi-razi-tools": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "razi-tools-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add razikallayi-razi-tools -t stdio -c npx -a -y razi-tools-mcp
```

### Other

```json
{
  "mcpServers": {
    "razikallayi-razi-tools": {
      "command": "npx",
      "args": [
        "-y",
        "razi-tools-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-09-20 (score 43, +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 42, +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-16 (score 41, +1)

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

### 2026-09-15 (score 40, +3)

- [functional improvement] Stability: unverified → 0.23

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

- [security improvement] Malware scan: unverified → pass

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

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

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

## Score history

- 2026-09-21: 43
- 2026-09-20: 43
- 2026-09-19: 42
- 2026-09-18: 42
- 2026-09-17: 41
- 2026-09-16: 41
- 2026-09-15: 40
- 2026-09-14: 37
- 2026-09-13: 37
- 2026-09-12: 37
- 2026-09-11: 37
- 2026-09-10: 37
- 2026-09-09: 37
- 2026-09-08: 22

## Common questions

### What is the Razi Tools MCP server?

Razi Tools is an MCP server listed in the public MCP registry as io.github.razikallayi/razi-tools. PDF, image, video, OCR, screenshot, SQL, QR and text tools for agents. No API key, no signup. This page covers its npm package (razi-tools-mcp).

### Is the Razi Tools MCP server safe to use?

Razi Tools scores 43 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 Razi Tools MCP server expose?

Razi Tools exposes no tools. We connected to it and read its tool list, and it was empty, so it offers an MCP client nothing to call.

### Is the Razi Tools MCP server still maintained?

Razi Tools is still listed as active in the MCP registry. We last reached this channel on 21 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 Razi Tools MCP server under?

Razi Tools 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/razi-tools-mcp
- Socket report: https://socket.dev/npm/package/razi-tools-mcp
- Website: https://www.razi.pro/developer
- Changelog RSS feed: https://verifymcp.io/servers/razikallayi-razi-tools/razi-tools-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/razikallayi-razi-tools/razi-tools-mcp.json
- HTML version of this page: https://verifymcp.io/servers/razikallayi-razi-tools/razi-tools-mcp
