MCP.so
ログイン
P

Parzo Invoice Extraction

@ira-francesco

Parzo Invoice Extraction について

Extract structured data from any invoice PDF. Returns clean JSON with vendor, buyer, line items, financials and confidence score.

基本情報

カテゴリ

金融とコマース

トランスポート

stdio

公開者

ira-francesco

投稿者

Francesco Ira

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "parzo": {
      "command": "npx",
      "args": [
        "parzo-mcp"
      ],
      "env": {
        "PARZO_API_KEY": "inv_your_key_here"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Parzo Invoice Extraction?

Parzo Invoice Extraction is an MCP (Model Context Protocol) server that enables AI agents like Claude and Cursor to extract structured data from invoice PDFs. It is built for developers and users who want to automate invoice data extraction without writing integration code.

How to use Parzo Invoice Extraction?

Install the server globally via npm (npm install -g parzo-mcp), then configure it in your MCP client (Claude Code or Cursor) by adding a parzo entry with the command parzo-mcp and your Parzo API key in the env block. Once connected, you can use natural language prompts such as "Extract the invoice data from /path/to/invoice.pdf" to invoke the tools.

Key features of Parzo Invoice Extraction

  • Extracts structured data (vendor, buyer, line items, financials) from invoice PDFs.
  • Provides two tools: extract_invoice and get_job.
  • Polls for results automatically and returns full JSON with validation flags.
  • Works with any MCP-compatible AI client (Claude, Cursor, etc.).
  • Open source and published on npm as parzo-mcp.

Use cases of Parzo Invoice Extraction

  • Automatically extracting invoice details from a batch of PDFs and summarizing totals and due dates.
  • Integrating invoice data extraction into a multi-step AI workflow without manual coding.
  • Retrieving the status or result of a previously submitted extraction job.

FAQ from Parzo Invoice Extraction

What do I need to use Parzo Invoice Extraction?

You need Node.js installed, a free Parzo API key (get one at parzo.dev/signup), and an MCP-compatible client such as Claude Code or Cursor. The PDF files must be accessible on your local machine.

Why do I see "Missing X-API-Key header"?

Your Parzo API key is not set or is incorrectly configured. Ensure the PARZO_API_KEY environment variable is defined in the env block of your MCP config file with a valid key.

Why does the server say "File not found"?

The MCP server requires an absolute path to the PDF file. On Windows with WSL, use the /mnt/c/Users/... format to reference Windows files.

The server is not showing up in my client. What should I do?

Restart your MCP client after editing the config file. Then run "List the available Parzo tools" to verify that extract_invoice and get_job appear.

What tools are available in Parzo Invoice Extraction?

Two tools: extract_invoice (extracts data from an invoice PDF) and get_job (retrieves the status and result of a previous extraction job). Both accept an optional api_key parameter if not set via environment.

コメント

「金融とコマース」の他のコンテンツ