# Markovo File to Markdown (pypi · markovo)

Convert files and authorized public HTTPS pages to Markdown with secure job and billing guidance.

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

## Components

- remote · `markovo.net`: 38/100, [markdown](https://verifymcp.io/servers/fisher-byte-markovo/markovo-2.md), [page](https://verifymcp.io/servers/fisher-byte-markovo/markovo-2)
- pypi · `markovo`: 67/100 (this document), [markdown](https://verifymcp.io/servers/fisher-byte-markovo/markovo.md), [page](https://verifymcp.io/servers/fisher-byte-markovo/markovo)

## Channel facts

- Registry: `pypi`
- Package: `markovo`
- Version: `0.1.1`
- 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-20.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Install-script risk not yet assessed.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 27 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 418 tokens (~38/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 68/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 5% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "markovo_asset_revoke" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Markovo File to Markdown MCP server?

Markovo File to Markdown runs locally as a PyPI package, launched with uvx markovo. 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 fisher-byte-markovo -- uvx markovo
```

### Cursor

```json
{
  "mcpServers": {
    "fisher-byte-markovo": {
      "command": "uvx",
      "args": [
        "markovo"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fisher-byte-markovo": {
      "command": "uvx",
      "args": [
        "markovo"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add fisher-byte-markovo -- uvx markovo
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fisher-byte-markovo": {
      "type": "local",
      "command": [
        "uvx",
        "markovo"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fisher-byte-markovo --command uvx --arg markovo
```

### Hermes

```yaml
mcp_servers:
  fisher-byte-markovo:
    command: "uvx"
    args: ["markovo"]
```

### Netclaw

```json
{
  "McpServers": {
    "fisher-byte-markovo": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "markovo"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add fisher-byte-markovo -t stdio -c uvx -a markovo
```

### Other

```json
{
  "mcpServers": {
    "fisher-byte-markovo": {
      "command": "uvx",
      "args": [
        "markovo"
      ]
    }
  }
}
```

## 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 67, +1)

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

### 2026-09-17 (score 66, +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-15 (score 65, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 49, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-13 (score 64, +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-09-12 (score 63, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-11 (score 48, −14)

- [security regression] Malware scan: pass → unverified

### 2026-09-09 (score 62, +1)

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

## MCP tools (11)

### `markovo_convert` (~103 tokens)

Convert a supported file through the account-metered Markovo API.

Input parameters:

- `capability_id` (string)
- `download_format` (string)
- `input_path` (string, required)
- `layout_fidelity` (string): Opt-in formula-region Beta for PDFs. Detected equations are returned as LaTeX and must be reviewed against the original.
- `max_credits` (number, required)
- `mode` (string)
- `out_dir` (string, required)

### `markovo_convert_url` (~85 tokens)

Convert one public HTTPS page after explicit consent to Markovo's isolated remote fetch.

Input parameters:

- `accept_remote_fetch` (boolean, required)
- `download_format` (string)
- `max_credits` (number, required)
- `out_dir` (string, required)
- `poll_attempts` (integer)
- `poll_interval_seconds` (number)
- `url` (string, required)

### `markovo_job_status` (~23 tokens)

Fetch a remote job.

Input parameters:

- `job_id` (string)

### `markovo_job_assets` (~29 tokens)

List manifest-verified image assets for a completed job.

Input parameters:

- `job_id` (string)

### `markovo_asset_url` (~51 tokens)

Create a revocable 60-600 second bearer URL for one Bundle image.

Input parameters:

- `asset_path` (string)
- `expires_in_seconds` (integer)
- `job_id` (string)

### `markovo_asset_revoke` (~37 tokens)

Revoke a temporary asset URL before it expires.

Input parameters:

- `grant_id` (string)
- `job_id` (string)

### `markovo_usage` (~14 tokens)

Fetch account Credit usage.

### `markovo_capabilities` (~16 tokens)

Fetch the live capability registry.

### `markovo_billing` (~16 tokens)

Return the secure billing URL.

### `markovo_bundle_verify` (~24 tokens)

Verify a downloaded Markovo bundle.

Input parameters:

- `bundle` (string)

### `markovo_doctor` (~20 tokens)

Check client, service, and API-key readiness.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fisher-byte-markovo/markovo#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 66
- 2026-09-18: 66
- 2026-09-17: 66
- 2026-09-16: 65
- 2026-09-15: 65
- 2026-09-14: 49
- 2026-09-13: 64
- 2026-09-12: 63
- 2026-09-11: 48
- 2026-09-10: 62
- 2026-09-09: 62
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 60
- 2026-09-05: 60
- 2026-09-04: 59
- 2026-09-03: 59
- 2026-09-02: 59
- 2026-09-01: 58
- 2026-08-31: 58
- 2026-08-30: 57
- 2026-08-29: 57
- 2026-08-28: 56
- 2026-08-27: 56
- 2026-08-26: 55
- 2026-08-25: 53
- 2026-08-24: 52
- 2026-08-23: 52
- 2026-08-22: 36

## Common questions

### What is the Markovo File to Markdown MCP server?

Markovo File to Markdown is an MCP server listed in the public MCP registry as io.github.fisher-byte/markovo. Convert files and authorized public HTTPS pages to Markdown with secure job and billing guidance. This page covers its PyPI package (markovo).

### Is the Markovo File to Markdown MCP server safe to use?

Markovo File to Markdown scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 Markovo File to Markdown MCP server expose?

Markovo File to Markdown exposes 11 tools: markovo_convert, markovo_convert_url, markovo_job_status, markovo_job_assets, markovo_asset_url, and 6 more. Their descriptions and schemas cost roughly 418 tokens of context every time the server is loaded.

### Is the Markovo File to Markdown MCP server still maintained?

Markovo File to Markdown 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

- PyPI project: https://pypi.org/project/markovo/
- Socket report: https://socket.dev/pypi/package/markovo
- Repository: https://github.com/fisher-byte/markovo
- Website: https://markovo.net/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/fisher-byte-markovo/markovo.xml
- Changelog JSON feed: https://verifymcp.io/servers/fisher-byte-markovo/markovo.json
- HTML version of this page: https://verifymcp.io/servers/fisher-byte-markovo/markovo
