markovo-mcp
Markovo CLI および MCP サーバー
Markovo は、対応ファイルおよび明示的に許可された公開 HTTPS ページを、構造化されたクリーンな Markdown に変換します。専用の Web エクスペリエンスと製品詳細については、PDF to Markdown コンバーター をご覧ください。
この公開リポジトリは、カスタマー側の markovo CLI および markovo-mcp stdio MCP サーバーの配布元です。ローカルの変換エンジン、バックエンドサービス、デプロイ設定、本番環境の認証情報、または課金実装は含まれていません。変換は、https://markovo.net のアカウントメーター制サービスを通じて実行されます。
インストール
pip install markovoまたは、恒久的なインストールを行わずに実行する場合:
uvx markovo --help
uvx --from markovo markovo-mcpRelated MCP server: MarkItDown MCP Server
API キーとクレジット
開発者ポータル で API キーを作成します。
シェルまたは MCP ホストのシークレットストアに保存します。プロンプトに貼り付けたり、ソース管理にコミットしたりしないでください。
セットアップを確認します:
export MARKOVO_API_KEY="your-key"
markovo doctor --jsonすべての変換には、明示的なクレジット上限が必要です。キーが不足している場合、クライアントは開発者ポータルを参照します。クレジットが不足している場合、サービスレスポンスは 課金ページ を参照し、再試行する前にアカウントにチャージアップできるようにします。
MCP 構成
{
"mcpServers": {
"markovo": {
"command": "uvx",
"args": ["--from", "markovo", "markovo-mcp"],
"env": {
"MARKOVO_API_KEY": "${MARKOVO_API_KEY}",
"MARKOVO_MCP_ROOT": "/path/to/safe/project"
}
}
}
}MCP クライアントは、シークレットまたは環境変数の設定を通じて MARKOVO_API_KEY を注入する必要があります。キーとサービスのオリジンは MCP ツールの引数になることはないため、プロンプトが認証情報をリダイレクトすることはできません。パブリッククライアントは https://markovo.net のみを受け入れ、認証済みリダイレクトには従いません。
MCP サーバーは、必須の MARKOVO_MCP_ROOT 内でのみ読み書きできます。これを、MCP ホストが必要とする最小限の専用プロジェクトディレクトリに設定してください。これが不足している場合、サーバーはすべてのファイルツールを拒否します。親ディレクトリへの参照やシンボリックリンクによるエスケープは拒否されます。
export MARKOVO_MCP_ROOT="/path/to/safe/project"構造化エラーは、キーが不足している場合は開発者ポータルを参照し、クレジットが不足している場合は課金情報を参照します。
リンク
セキュリティ
SECURITY.md の手順に従って、セキュリティ問題を非公開で報告してください。公開の issue に API キー、顧客ドキュメント、またはプライベートな変換結果を含めないでください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceConverts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text.103662,910MIT
- AlicenseNot gradedqualityDmaintenanceConverts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.86MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for converting various file formats (PDF, DOCX, images, audio, etc.) to Markdown using Microsoft MarkItDown, with support for large files and Cyrillic text.1MIT
- FlicenseNot gradedqualityDmaintenanceConverts documents (PDF, DOCX, images, etc.) to Markdown using Microsoft's Markitdown library, with no local setup required. Integrates with AI agents via MCP for seamless document conversion.1
Related MCP Connectors
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fisher-byte/markovo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server