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.
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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_invoiceandget_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.
Frequently asked questions
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.
Basic information
More Finance & Commerce MCP servers

IBANforge
cammac-creatorIBANforge — IBAN validation, BIC/SWIFT lookup, Swiss clearing, and EMI/vIBAN classification API with MCP for AI agents
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Unquant
StreetbeatHosted financial-data MCP for AI agents: 28 tools for market and company data, financial news, macroeconomics, and US Congress disclosures. Streamable HTTP with an anonymous Free allowance plus OAuth. Delayed/end-of-day
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
Comments