# inktomd MCP Server (remote · mcp.inktomd.com)

Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.

- Trust score: 72/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.inktomd.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp.md), [page](https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.inktomd.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-20.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 406, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 958 tokens (~106/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 71/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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 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 inktomd MCP Server server?

inktomd MCP Server is a hosted endpoint at https://mcp.inktomd.com/mcp, so there is nothing to install locally. 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 --transport http hadirizvi093-inktomd-mcp 'https://mcp.inktomd.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "hadirizvi093-inktomd-mcp": {
      "url": "https://mcp.inktomd.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "hadirizvi093-inktomd-mcp": {
      "type": "http",
      "url": "https://mcp.inktomd.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.hadirizvi093-inktomd-mcp]
url = "https://mcp.inktomd.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hadirizvi093-inktomd-mcp": {
      "type": "remote",
      "url": "https://mcp.inktomd.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hadirizvi093-inktomd-mcp --url 'https://mcp.inktomd.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hadirizvi093-inktomd-mcp:
    url: "https://mcp.inktomd.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "hadirizvi093-inktomd-mcp": {
      "Transport": "http",
      "Url": "https://mcp.inktomd.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add hadirizvi093-inktomd-mcp -t streamable-http -u 'https://mcp.inktomd.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "hadirizvi093-inktomd-mcp": {
      "type": "http",
      "url": "https://mcp.inktomd.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09 (score 72, +1)

- [security] Stability: 0.97 → pass

### 2026-09-07 (score 71, +1)

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

### 2026-09-05 (score 70, +1)

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

### 2026-09-03 (score 69, +1)

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

### 2026-09-01 (score 68, +1)

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

### 2026-08-30 (score 67, +1)

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

### 2026-08-27 (score 66, +1)

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

### 2026-08-26 (score 65, +2)

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

## MCP tools (9)

### `convert_url` (~72 tokens)

Convert any URL to clean AI-ready Markdown. Supports webpages, YouTube videos, ArXiv papers, Wikipedia articles, Substack newsletters, RSS feeds, Google Docs, GitHub pages, and more. Returns Markdown with up to 63% fewer tokens than the raw source HTML.

Input parameters:

- `url` (string, required)

Output parameters:

- `result` (string)

### `convert_file` (~105 tokens)

Convert a local file to clean AI-ready Markdown. Supports PDF, Word (.doc/.docx), Excel (.xls/.xlsx), PowerPoint (.ppt/.pptx), EPUB, HTML, CSV, JSON, XML, Jupyter notebooks (.ipynb), Email files (.eml/.msg), ZIP archives (.zip), and 7-Zip archives (.7z). Provide the absolute file path. Maximum file size: 20MB.

Input parameters:

- `file_path` (string, required)

Output parameters:

- `result` (string)

### `convert_youtube` (~75 tokens)

Extract the full transcript from any public YouTube video as clean Markdown. Works with standard watch links (youtube.com/watch?v=) and short links (youtu.be/). The video must have captions enabled — including auto-generated captions. Returns the transcript as flowing Markdown paragraphs, not raw caption fragments.

Input parameters:

- `url` (string, required)

Output parameters:

- `result` (string)

### `convert_arxiv` (~83 tokens)

Convert any ArXiv research paper to clean structured Markdown. Accepts both abstract page URLs (arxiv.org/abs/PAPER_ID) and direct PDF links (arxiv.org/pdf/PAPER_ID). Returns the full paper content with headings, sections, and content preserved — uses significantly fewer tokens than the PDF format for AI analysis.

Input parameters:

- `url` (string, required)

Output parameters:

- `result` (string)

### `list_supported_formats` (~45 tokens)

List all file formats and URL types that inktomd supports for conversion to Markdown. Use this to check whether a specific file type or URL source is supported before attempting conversion.

Output parameters:

- `result` (string)

### `count_tokens` (~163 tokens)

Count the exact number of tokens in a text string for a specific AI model.
    Uses tiktoken for OpenAI models and estimates for others.
    
    Args:
        text: The text to count tokens for
        model: The AI model to count tokens for. Options: gpt-4o, gpt-4o-mini, 
               gpt-4.1, claude-sonnet, claude-haiku, gemini-pro, gemini-flash,
               llama-4, deepseek-v3, mistral-large. Default: gpt-4o
    
    Returns:
        Token count information including count, context window, and fit status

Input parameters:

- `model` (string)
- `text` (string, required)

Output parameters:

- `result` (string)

### `convert_batch` (~86 tokens)

Convert multiple URLs to Markdown in a single call. 
    Maximum 10 URLs per batch. Each URL is converted independently.
    
    Args:
        urls: List of URLs to convert. Maximum 10. Each must start with http:// or https://
    
    Returns:
        All converted Markdown documents combined, clearly separated with headers

Input parameters:

- `urls` (array, required)

Output parameters:

- `result` (string)

### `convert_with_metadata` (~121 tokens)

Convert a file or URL to Markdown and return both content and structured metadata.
    Metadata includes title, estimated token counts for all major models, word count,
    character count, and reading time.
    
    Args:
        source: Either a URL (starting with http/https) or absolute file path
        source_type: Either "url" or "file". Default: "url"
    
    Returns:
        Markdown content with a metadata header block containing all stats

Input parameters:

- `source` (string, required)
- `source_type` (string)

Output parameters:

- `result` (string)

### `prepare_for_rag` (~208 tokens)

Convert a file or URL to Markdown, then split it into optimally-sized chunks
    ready for insertion into a vector database or RAG pipeline. Returns a JSON
    array of chunks with token counts, making this the single tool needed to go
    from raw document to RAG-ready data.
    
    Args:
        source: Either a URL (starting with http/https) or absolute file path
        source_type: Either "url" or "file". Default: "url"
        chunk_size: Target token count per chunk. Default: 512. Recommended range: 256-1024
        overlap: Token overlap between consecutive chunks to preserve context. Default: 50
    
    Returns:
        JSON array of chunks, each with: chunk_id, text, token_count, char_count

Input parameters:

- `chunk_size` (integer)
- `overlap` (integer)
- `source` (string, required)
- `source_type` (string)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp#diagnostics

## Score history

- 2026-09-20: 72
- 2026-09-19: 72
- 2026-09-18: 72
- 2026-09-17: 72
- 2026-09-16: 72
- 2026-09-15: 72
- 2026-09-14: 72
- 2026-09-13: 72
- 2026-09-12: 72
- 2026-09-11: 72
- 2026-09-10: 72
- 2026-09-09: 72
- 2026-09-08: 71
- 2026-09-07: 71
- 2026-09-06: 70
- 2026-09-05: 70
- 2026-09-04: 69
- 2026-09-03: 69
- 2026-09-02: 68
- 2026-09-01: 68
- 2026-08-31: 67
- 2026-08-30: 67
- 2026-08-29: 66
- 2026-08-28: 66
- 2026-08-27: 66
- 2026-08-26: 65
- 2026-08-25: 63
- 2026-08-24: 63
- 2026-08-23: 62
- 2026-08-22: 62

## Common questions

### What is the inktomd MCP Server server?

inktomd MCP Server is listed in the public MCP registry as io.github.hadirizvi093/inktomd-mcp. Convert files, URLs, and documents to clean, AI-ready Markdown via MCP. This page covers its hosted endpoint (https://mcp.inktomd.com/mcp).

### Is the inktomd MCP Server server safe to use?

inktomd MCP Server scores 72 out of 100 on VerifyMCP. 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 inktomd MCP Server server expose?

inktomd MCP Server exposes 9 tools: convert_url, convert_file, convert_youtube, convert_arxiv, list_supported_formats, and 4 more. Their descriptions and schemas cost roughly 958 tokens of context every time the server is loaded.

### Does the inktomd MCP Server server require authentication?

No. We connected to inktomd MCP Server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the inktomd MCP Server server still maintained?

inktomd MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.inktomd.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/hadirizvi093-inktomd-mcp/mcp
