markovo-mcp
Markovo CLI 및 MCP 서버
Markovo는 지원되는 파일과 명시적으로 허가된 공개 HTTPS 페이지를 깔끔한 Markdown으로 변환합니다. 전용 웹 경험 및 제품 세부 정보는 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의 지침에 따라 보안 문제를 비공개로 신고하세요. 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