Cloudflare AI to Markdown
Summary
MCP Server to Markdown provides a bridge between Claude and Cloudflare's AI services, enabling the conversion of various file formats to markdown descriptions. This implementation authenticates with Cloudflare using API credentials, supports multiple file types including PDFs, images, HTML, and Office documents, and handles file uploads through a secure curl-based approach. The server exposes a single tool that processes files by sending them to Cloudflare's tomarkdown API endpoint and returns structured descriptions with metadata. Particularly valuable for workflows that require detailed content analysis and documentation generation without leaving the conversation interface.
Available Actions(1)
to-markdown
Converts various file formats to Markdown descriptions. Input Parameters: filePaths (Array<string>, required) - List of file paths to process.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation