Server data from the Official MCP Registry
Convert PDF, DOCX, HTML, and URLs to clean, LLM-ready markdown with tables preserved
About
Convert PDF, DOCX, HTML, and URLs to clean, LLM-ready markdown with tables preserved
Remote endpoints: streamable-http: https://www.getagentmd.com/api/mcp
Security Report
Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: AGENTMD_API_KEY
Environment variable: AGENTMD_BASE_URL
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
agentmd-mcp
MCP server for AgentMD — convert PDF, DOCX, HTML, and URLs into clean, LLM-ready markdown, with tables preserved and web-page boilerplate stripped.
Agents ingest documents constantly, and most document formats are hostile to language models. This gives your agent three tools that turn any of them into markdown it can actually read.
Install
Get a free API key (50 conversions, no card) at https://www.getagentmd.com — or fully programmatically:
curl -X POST https://www.getagentmd.com/api/v1/keys/free \
-H "Content-Type: application/json" -d '{"email": "you@example.com"}'
Then:
Claude Code
claude mcp add agentmd --env AGENTMD_API_KEY=<your-key> -- npx -y agentmd-mcp
Any MCP client (mcp.json / claude_desktop_config.json):
{
"mcpServers": {
"agentmd": {
"command": "npx",
"args": ["-y", "agentmd-mcp"],
"env": { "AGENTMD_API_KEY": "<your-key>" }
}
}
}
Remote (no install) — the hosted server speaks streamable HTTP directly:
claude mcp add --transport http agentmd https://www.getagentmd.com/api/mcp \
--header "Authorization: Bearer <your-key>"
Tools
| Tool | Use it for |
|---|---|
convert_url_to_markdown | A web page or a document at an http(s) URL |
convert_file_to_markdown | A document on the local filesystem, by path |
convert_document_to_markdown | Document bytes you already hold, as base64 |
All three return markdown, prefixed with the detected title and any warnings.
Supported formats
- PDF — text extraction (scanned/image-only PDFs return a warning; OCR is on the roadmap)
- DOCX — headings, lists, and tables preserved
- HTML / URLs — main-article extraction, GFM tables, links resolved to absolute URLs
- Markdown / plain text — normalized passthrough
Limit: 25 MB per document.
Configuration
| Variable | Required | Purpose |
|---|---|---|
AGENTMD_API_KEY | yes | Your API key |
AGENTMD_BASE_URL | no | Point at a different deployment (self-hosting, staging) |
Pricing
First 50 conversions free (per email, no card). After that, $0.002 per successful conversion, billed monthly. No per-seat licensing — you pay for calls your agents actually make.
License
MIT (this client shim). The hosted service has its own terms.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
