file2markdown
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Convert Url: Fetch a URL (web page, PDF, Office doc, and more) and convert it to Markdown. Works on publicly accessible URLs. Web pages are converted from their served HTML; JavaScript-rendered conten
- Convert Base64: Convert base64-encoded file contents to Markdown. filename is required and drives format detection (e.g. "report.docx"). Intended for programmatic MCP clients; for anything with a URL,
- List Supported Formats: List supported input formats, per-tier limits, and which features need Pro. Single source of truth — do not claim capabilities beyond what this returns.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL. Pro API key (f2m_…) — optional. Removes the daily limit and enables OCR for scanned PDFs and images. Create one at file2markdown.ai/account
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| convert_url | Fetch a URL (web page, PDF, Office doc, and more) and convert it to Markdown. Works on publicly accessible URLs. Web pages are converted from their served HTML; JavaScript-rendered content may be incomplete. Optional filename_hint (e.g. "report.pdf") helps format detection when the URL has no file extension. |
| convert_base64 | Convert base64-encoded file contents to Markdown. filename is required and drives format detection (e.g. "report.docx"). Intended for programmatic MCP clients; for anything with a URL, prefer convert_url. |
| list_supported_formats | List supported input formats, per-tier limits, and which features need Pro. Single source of truth — do not claim capabilities beyond what this returns. |
| usage_status | Check your tier and remaining conversions before burning a call. |