mcpbeat Sign in

Razi Media Tools MCP Server

not responding

Razi Media Tools is listed as active in the registry but did not answer our last check. It exposes 4 tools.

Image processing over MCP: compress and split images, generate images and QR codes.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 14 days of history · worst day 0%
14 days agonow
0.0%
Uptime 24h
0 of 91 checks
4
Tools
read from the server
170 ms
Response time
average over 24h
open, no key
Access
streamable-http

Razi Media Tools does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add razi-media --transport http https://www.razi.pro/api/mcp/media
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "razi-media": {
      "url": "https://www.razi.pro/api/mcp/media"
    }
  }
}
~/.codex/config.toml
[mcp_servers.razi-media]
url = "https://www.razi.pro/api/mcp/media"
.cursor/mcp.json
{
  "mcpServers": {
    "razi-media": {
      "url": "https://www.razi.pro/api/mcp/media"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "razi-media": {
      "url": "https://www.razi.pro/api/mcp/media"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

generate
generate_image
Generate a new image from a text description with a diffusion model. Returns a single PNG; over MCP it arrives inline when under 1MB and otherwise as a stored URL that stays retrievable for about 24 hours. This invents an image from scratch — it cannot edit, upscale or restyle a picture you already have. Use compress_image to re-encode or resize an existing file. Requires a signed-in razi.pro account; an anonymous call is rejected with 401. Paid compute, 20 images per hour per account, and generation can take tens of seconds. Providers are tried in turn (Fireworks FLUX.1-schnell, Hugging Face FLUX.1-schnell, SDXL, Cloudflare SDXL, Replicate), so the model that actually ran varies with availability and there is no seed or size control. No two calls give identical output, and the image is not automatically hosted anywhere permanent.
generate_qr_code
Render text or a URL as a QR code image. Returns JSON { dataUrl, text, size } where dataUrl is a base64 PNG data URI embedded in the response — not a hosted link, so nothing is stored and the image cannot be fetched later. Runs locally and costs nothing. Writing only — it cannot read or decode an existing QR code. A long payload makes a denser, less scannable code, so shorten the address by other means before encoding it if you can.
compress
compress_image
Re-encode a single raster image to webp, jpeg, png or avif, optionally resizing it and/or converting it to grayscale. HEIC/HEIF input is converted to JPEG first, and SVG input is rasterised at 300 DPI, fitted inside 800x800 unless width or height is given. Lossy for webp, jpeg and avif at any quality below 1.0. Raster images only: a PDF or a video is rejected, and neither can be re-encoded anywhere on this server. Output shape depends on size: an input under 5MB is processed in-app and the encoded image bytes are returned, while anything larger is sent to razi.pro's worker and the reply is JSON { url, size, metadata } pointing at a hosted copy instead of bytes. Paid compute; 30 calls per hour per IP. There is no upload channel over MCP: pass `fileUrl`, a URL in razi.pro's own storage; third-party URLs are rejected. Obtain one by uploading the image over the REST API first (POST /api/v1/tools/execute with the file attached).
split
split_image
Cut one storyboard, collage or grid image into its separate panels and return them as a ZIP, one file per panel in reading order. Over MCP the ZIP is not inlined: it comes back as a stored URL that stays retrievable for about 24 hours. Two modes. Give both rows and cols for an exact equal division, which is free of model cost and predictable. Omit them and a vision model locates the panels, excluding borders, gaps and captions — better on uneven layouts, but it is a paid inference whose panel count and crops can vary between runs, and it fails with 400 if it finds nothing. Panels are cropped, never resized; a lossy re-encode at quality 90 is applied for jpeg and webp. This divides one image into several — it does not shrink a file (use compress_image), and it cannot take a PDF apart. Paid compute; 20 calls per hour per IP. There is no upload channel over MCP: pass `fileUrl`, a URL in razi.pro's own storage; third-party URLs are rejected. Obtain one by uploading the image over the REST API first (POST /api/v1/tools/execute with the file attached).

Endpoints

URLTransportStateLatencyChecked
https://www.razi.pro/api/mcp/media streamable-http answering 170 ms 5 min ago

Alternatives to Razi Media Tools

same job, measured the same way
QRStuff MCP Server
by qrstuff

Generate, update, manage, and track QR codes using the QRStuff platform.

answering
Qr Code MCP
by mrfentmen

Generate QR codes as PNG images locally. No network and no key.

local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Barcode Scanner
by domdomegg

Scan and generate barcodes and QR codes.

35 installs/wk local only
Jmpy MCP Server
by jmpy-me

Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.

answering
Gluecron
by gluecron

AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).

62 tools answering
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only

Razi Media Tools — questions

Answers built from our own checks of this server.

What can Razi Media Tools do?
It exposes 4 tools, read directly from the server on our last check. Among them: compress_image, generate_image, generate_qr_code, split_image. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Razi Media Tools working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 170 ms. The bar chart above shows every period we have measured.
Is Razi Media Tools still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Razi Media Tools as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Razi Media Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Razi Media Tools need an API key?
No. Razi Media Tools completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.