Skip to main content
Glama

🪙 PennyOCR MCPサーバー

リモートのModel Context Protocolサーバーで、あらゆるエージェントに文書を読む力を与えます: URLで指定したPDF・画像 → マークダウン(テーブルは保持)またはプレーンテキスト、正確なコスト報告と厳格な支出上限付きです。

公開先はhttps://mcp.pennyocr.com — インストールは不要です:

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

キーは無料(100ページ/月)で、pennyocr.com/dashboardから取得できます。 ヘッダーを設定できないクライアント向け: 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ページ、$25.15 — 続行」)、前払い残高を超えて実行されることは決してありません。

Related MCP server: document-parser

トランスポート

Streamable HTTP(JSON-RPC 2.0 over POST)、ステートレス。このリポジトリは完全なサーバーです — PennyOCR APIをプロキシする単一のCloudflare Worker(worker.js)です。

料金: 1,000ページあたり$0.75 · pennyocr.com/pricing.txt · エージェントのオンボーディング: 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