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.
基本情報
設定
以下の設定を使って、このサーバーを 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_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.
「金融とコマース」の他のコンテンツ
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.
Edwin
edwin-financeEmpowering AI agents to dominate DeFAI
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.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
コメント