anymd
NPM · @SYLPHX/ANYMD · SCANNED SEP 26
Any file → clean Markdown for AI agents: PDF, Office, EPUB, HTML, images, audio/video. Local MCP.
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 Security63
- No malware found by supply-chain analysis.Pass
- Known CVEs could not be checked: the version this server declares is not published in its registry.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: the version this server declares is not published in its registry.Unverified
Provenance & Transparency100
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to SylphxAI/anymd). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 951 tokens (~317/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 50% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the anymd MCP server?
anymd runs locally as an npm package, launched with npx -y @sylphx/anymd. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @sylphx/anymd
claude mcp add sylphxai-anymd -- npx -y @sylphx/anymd
{
"mcpServers": {
"sylphxai-anymd": {
"command": "npx",
"args": [
"-y",
"@sylphx/anymd"
]
}
}
} {
"servers": {
"sylphxai-anymd": {
"command": "npx",
"args": [
"-y",
"@sylphx/anymd"
]
}
}
} codex mcp add sylphxai-anymd -- npx -y @sylphx/anymd
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sylphxai-anymd": {
"type": "local",
"command": [
"npx",
"-y",
"@sylphx/anymd"
],
"enabled": true
}
}
} openclaw mcp add sylphxai-anymd --command npx --arg -y --arg @sylphx/anymd
mcp_servers:
sylphxai-anymd:
command: "npx"
args: ["-y", "@sylphx/anymd"] {
"McpServers": {
"sylphxai-anymd": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@sylphx/anymd"
]
}
}
} assistant mcp add sylphxai-anymd -t stdio -c npx -a -y @sylphx/anymd
{
"mcpServers": {
"sylphxai-anymd": {
"command": "npx",
"args": [
"-y",
"@sylphx/anymd"
]
}
}
} 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.
- 26 Sept 26 −11
- Known CVEs: pass → unverified ▼ security
- Dependency health: 1.00 → unverified ▼ functional
- Stability: unverified → 0.03 ▲ functional
- Package version: 8.0.0 → 8.1.0 functional
- 25 Sept 26 78
First indexed and scored.
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 26 Sept 2026 · Analysed npm/@sylphx/anymd@8.1.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | SylphxAI/anymd |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/SylphxAI/mcp-kit/.github/workflows/release.yml@refs/tags/v0 |
| Rekor log index | 2964394500 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:b13576efda31fed8605c2e3d1faf475525f2b19b6ed03a4f04190939c6457a38315f5454576a6dcd0ec440ab00e984997eb03c160519d390dfa7f9bea |
Background: How many MCP packages publish verified provenance →
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 →
inspect ~216
Deep PDF inspection when Markdown is not enough. operation: inspect (page facts, metadata), render_page (PNG images), extract_regions (crop bounding boxes), ocr_pages / analyze_regions (configured OCR or vision provider), structure (JSON with document map, elements, geometry; profile quality|research adds trust and accessibility reports), compare (page-level diff of sources[0] vs sources[1]).
| Name | Type | Req | Description |
|---|---|---|---|
| include_image | boolean|null | – | – |
| include_metadata | boolean|null | – | – |
| languages | array|null | – | – |
| max_output_chars | integer|null | – | – |
| max_pages | integer|null | – | – |
| max_pixels_per_page | integer|null | – | – |
| max_regions | integer|null | – | – |
| operation | – | yes | – |
| profile | string|null | – | structure only: fast (default), quality, or research (adds safety, trust, accessibility). |
| sample_pages | integer|null | – | – |
| scale | number|null | – | – |
| sources | array | yes | – |
| timeout_ms | integer|null | – | – |
No output schema declared.
No examples provided.
read ~394
Read any document as clean Markdown: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX/XLS/ODS), CSV, EPUB, HTML or a web URL, Markdown/text, images (metadata + OCR), audio/video (metadata, chapters, subtitles). Pages/slides/sheets carry <!-- page N --> style markers for citation. Long documents stop at max_tokens (default 20000) and end with a cursor to continue; choose pages with pages: "1-5,8". A directory returns its readable files.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string|null | – | Continue a previous read with the cursor from its last line. |
| download_whisper_model | boolean|null | yes | Implies transcript. When no whisper model is installed, download ggml base.en (~148 MB, SHA-256 verified; ANYMD_WHISPER_MODEL_SIZE picks tiny/base/small) into the anymd cache first. Default false. |
| max_tokens | integer|null | – | Token budget (default 20000). Longer documents stop at a unit boundary and end with a cursor. |
| ocr | boolean|null | yes | OCR images and image-only PDF pages with a local tesseract. Default: automatic when tesseract is installed; false disables. |
| pages | string|null | – | Pages (PDF), slides, sheets, or chapters to read, e.g. "1-5,8". Default: all. |
| source | string | yes | File path, http(s) URL, or directory. PDF, DOCX, PPTX, XLSX/XLS/ODS, CSV/TSV, EPUB, HTML, Markdown/text, images, audio/video, SRT/VTT. A directory returns the list of readable files. |
| transcript | boolean|null | yes | Transcribe audio/video with a local whisper.cpp. Uses ANYMD_WHISPER_MODEL or a model in the anymd cache. Default false. |
No output schema declared.
No examples provided.
search ~253
Search documents for text: one file, many files, whole directories (recursive, .gitignore aware), or URLs, across every format read supports. Returns each hit as file + page/slide/sheet + a snippet with the match in bold. mode auto (default) finds the exact phrase and falls back to BM25-ranked passages when there is none; literal or ranked force one. Narrow directories with glob, e.g. "*.pdf".
| Name | Type | Req | Description |
|---|---|---|---|
| case_sensitive | boolean|null | yes | – |
| context_chars | integer|null | – | Snippet context characters on each side (default 80). |
| glob | string|null | – | Only search files matching this glob inside directories, e.g. "*.pdf" or "reports/**". |
| max_results | integer|null | – | Maximum hits to return (default 20). |
| mode | string|null | – | auto (default): exact phrase, falling back to ranked passages when nothing matches. literal: exact phrase only. ranked: BM25 over the query words. |
| query | string | yes | Text to find. |
| sources | array | – | Files, directories (searched recursively, .gitignore respected), or URLs. Default: the current directory. |
| whole_word | boolean|null | yes | – |
No output schema declared.
No examples provided.
What is the anymd MCP server?
anymd is an MCP server listed in the public MCP registry as io.github.SylphxAI/anymd. Any file → clean Markdown for AI agents: PDF, Office, EPUB, HTML, images, audio/video. Local MCP. This page covers its npm package (@sylphx/anymd).
Is the anymd MCP server safe to use?
anymd scores 67 out of 100 on VerifyMCP. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 anymd MCP server expose?
anymd exposes 3 tools: inspect, read, search. Their descriptions and schemas cost roughly 863 tokens of context every time the server is loaded.
Is the anymd MCP server still maintained?
anymd is still listed as active in the MCP registry. We last reached this channel on 26 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 anymd MCP server under?
anymd declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.