目录 / Frenchie
MCP
需 API Key
未评级
已上架
Frenchie
Frenchie is an MCP-first multimodal utility for AI agents. It helps agents work with files through a hosted MCP server: - OCR PDFs and images into clean Markdown - Transcribe audio and video into Markdown - Generate images from text prompts - More multimodal capabilities are coming soon Frenchie is built for agent workflows, not as a general OCR or speech-to-text platform. Files are processed for the requested job and results expire after delivery. Use it when your agent needs reliable file extraction or generation without building a custom pipeline.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:FRENCHIE_API_KEY)
- 端点
https://frenchie.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"Frenchie": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://frenchie.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| ocr_to_markdown | Convert a PDF or image file to clean Markdown via OCR. Supports PDF, PNG, JPG/JPEG, and WebP. Returns inline Markdown for small files or a jobId for async processing on large files. |
| transcribe_to_markdown | Convert an audio or video file to a Markdown transcript. Supports MP3, M4A, WAV, MP4, MOV, and WebM. Long files are chunked and reassembled automatically. |
| generate_image | Generate a single image from a text prompt. Supports optional style, size, quality, format, and background controls. Returns a saved local file path (stdio) or a presigned imageUrl that must be downloaded within 30 minutes (HTTP). |
| get_job_result | Retrieve the result of an async OCR, transcription, or image generation job by job_id. Call this after a tool returns status: "processing". |
| upload_file | HTTP transport only. Get a presigned S3 upload URL for a local file so the agent can PUT the file and then pass the returned object_key as uploaded_file_reference to ocr_to_markdown or transcribe_to_markdown. |
| fetch_result_file | HTTP transport only. Get a temporary download URL for a result file stored on the server (used when OCR results reference images via frenchie-result:<objectKey>). URLs expire in 15 minutes. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。