Markovo File to Markdown
PYPI · MARKOVO · 2 COMPONENTS · SCANNED SEP 20
Convert files and authorized public HTTPS pages to Markdown with secure job and billing guidance.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security88
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 27 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability51
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 418 tokens (~38/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
- Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage68
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 5% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 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. See how to fix → Fail
- An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
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.
pypi · markovo
claude mcp add fisher-byte-markovo -- uvx markovo
{
"mcpServers": {
"fisher-byte-markovo": {
"command": "uvx",
"args": [
"markovo"
]
}
}
} {
"servers": {
"fisher-byte-markovo": {
"command": "uvx",
"args": [
"markovo"
]
}
}
} codex mcp add fisher-byte-markovo -- uvx markovo
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"fisher-byte-markovo": {
"type": "local",
"command": [
"uvx",
"markovo"
],
"enabled": true
}
}
} openclaw mcp add fisher-byte-markovo --command uvx --arg markovo
mcp_servers:
fisher-byte-markovo:
command: "uvx"
args: ["markovo"] {
"McpServers": {
"fisher-byte-markovo": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"markovo"
]
}
}
} assistant mcp add fisher-byte-markovo -t stdio -c uvx -a markovo
{
"mcpServers": {
"fisher-byte-markovo": {
"command": "uvx",
"args": [
"markovo"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +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.
- 17 Sept 26 +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.
- 15 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +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.
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 9 Sept 26 +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.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/markovo@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
markovo_asset_revoke ~37
Revoke a temporary asset URL before it expires.
| Name | Type | Req | Description |
|---|---|---|---|
| grant_id | string | – | – |
| job_id | string | – | – |
No output schema declared.
No examples provided.
markovo_asset_url ~51
Create a revocable 60-600 second bearer URL for one Bundle image.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_path | string | – | – |
| expires_in_seconds | integer | – | – |
| job_id | string | – | – |
No output schema declared.
No examples provided.
markovo_billing ~16
Return the secure billing URL.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
markovo_bundle_verify ~24
Verify a downloaded Markovo bundle.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle | string | – | – |
No output schema declared.
No examples provided.
markovo_capabilities ~16
Fetch the live capability registry.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
markovo_convert ~103
Convert a supported file through the account-metered Markovo API.
| Name | Type | Req | Description |
|---|---|---|---|
| capability_id | string | – | – |
| download_format | string | – | – |
| input_path | string | yes | – |
| 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 | yes | – |
| mode | string | – | – |
| out_dir | string | yes | – |
No output schema declared.
No examples provided.
markovo_convert_url ~85
Convert one public HTTPS page after explicit consent to Markovo's isolated remote fetch.
| Name | Type | Req | Description |
|---|---|---|---|
| accept_remote_fetch | boolean | yes | – |
| download_format | string | – | – |
| max_credits | number | yes | – |
| out_dir | string | yes | – |
| poll_attempts | integer | – | – |
| poll_interval_seconds | number | – | – |
| url | string | yes | – |
No output schema declared.
No examples provided.
markovo_doctor ~20
Check client, service, and API-key readiness.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
markovo_job_assets ~29
List manifest-verified image assets for a completed job.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | – | – |
No output schema declared.
No examples provided.
markovo_job_status ~23
Fetch a remote job.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | – | – |
No output schema declared.
No examples provided.
markovo_usage ~14
Fetch account Credit usage.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
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.