Skip to main content
Glama

🪙 PennyOCR MCP server

一个远程 Model Context Protocol 服务器,让任何智能体都拥有文档阅读能力:通过 URL 将 PDF 和图片转为 markdown(保留表格)或纯文本,并带有精确成本报告和硬性支出上限

托管在 https://mcp.pennyocr.com — 无需安装:

{
  "mcpServers": {
    "pennyocr": {
      "url": "https://mcp.pennyocr.com",
      "headers": { "Authorization": "Bearer pk_live_..." }
    }
  }
}

pennyocr.com/dashboard 可免费获取密钥(100 页/月)。无法设置请求头的客户端可使用:https://mcp.pennyocr.com/&key=pk_live_...

工具

工具

输入

输出

read_document

{url, pages?, output?, max_pages?, max_cost_usd?}

{content, pages, cost_usd, citations[]}

estimate_cost

{url, pages?}

页数 + 精确成本 — 免费

成本上限会在任何处理之前直接拒绝,并给出具体数字——这样自主智能体就可以自行判断花费("200 页,$0.12 — 继续")并且永远追抢不超过预付余额。

Related MCP server: document-parser

传输

Streamable HTTP(基于 POST 的 JSON-RPC 2.0),无状态。本仓库就是完整的服务器——一个 Cloudflare Worker(worker.js)代理 PennyOCR API

价格:$0.75 / 1,000 页 · pennyocr.com/pricing.txt · Agent 接入:pennyocr.com/llms.txt

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with comprehensive document parsing capabilities including PDF text extraction, OCR, HTML-to-markdown conversion, table extraction, and summarization, optimized for agent workflows.
    101
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Converts documents (PDF, DOCX, XLSX, EPUB, etc.) to clean, structured Markdown, and retrieves document info, for use with AI agents.
    MIT

Latest Blog Posts

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/imiraoui/pennyocr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server