MCP.so
Sign In
P

Parzo Invoice Extraction

@ira-francesco

About Parzo Invoice Extraction

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

Basic information

Category

Finance & Commerce

Transports

stdio

Publisher

ira-francesco

Submitted by

Francesco Ira

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Finance & Commerce MCP servers