Sponsored by Deepsite.site

Parzo Invoice Extraction

Created By
Parzo18 days ago
Extract structured data from any invoice PDF. Returns clean JSON with vendor, buyer, line items, financials and confidence score.
Overview

MCP Server Use Parzo directly inside Claude, Cursor, and any MCP-compatible AI client.

Parzo ships a native MCP (Model Context Protocol) server. Once installed, your AI agent can extract invoice data without writing a single line of integration code — just point it at a PDF and ask.

Installation

Install the MCP server globally via npm:

npm install -g parzo-mcp

Configuration

Claude Code

Add Parzo to your Claude Code MCP config file:

{
  "mcpServers": {
    "parzo": {
      "command": "parzo-mcp",
      "env": {
        "PARZO_API_KEY": "inv_your_key_here"
      }
    }
  }
}
{
  "mcpServers": {
    "parzo": {
      "command": "parzo-mcp",
      "env": {
        "PARZO_API_KEY": "inv_your_key_here"
      }
    }
  }
}

Replace inv_your_key_here with your Parzo API key. Get one free →

Cursor

Add the following to your Cursor MCP settings:

{
  "mcpServers": {
    "parzo": {
      "command": "parzo-mcp",
      "env": {
        "PARZO_API_KEY": "inv_your_key_here"
      }
    }
  }
}

Available tools

extract_invoice

Extracts structured data from an invoice PDF file.

ParameterTypeDescription
file_pathstringAbsolute path to the PDF file on your local machine
api_keystringYour Parzo API key (optional if set via env)

Example prompt:

Extract the invoice data from /Users/me/invoices/acme-april.pdf

The agent will call extract_invoice, poll for the result, and return the full JSON — vendor, buyer, line items, financials, and validation flags.

get_job

Retrieves the status and result of an existing extraction job.

ParameterTypeDescription
job_idstringThe job ID returned by a previous extraction
api_keystringYour Parzo API key (optional if set via env)

Example prompt:

Get the result of job 3419ae1e-93c3-48a1-95ac-833c390f9916

Example workflow

Once Parzo is connected, you can use natural language to process invoices:

I have 3 invoices in ~/Downloads/invoices/. 
Extract the data from each one and give me a summary 
of the total amount due and due dates.

The agent will automatically call extract_invoice for each file and synthesize the results.

Verify the connection

After adding the config, restart your client and run:

List the available Parzo tools

You should see extract_invoice and get_job listed.

Troubleshooting

"Missing X-API-Key header" — Make sure your API key is set correctly in the env block of your config file.

"File not found" — Use the absolute path to the PDF. On Windows with WSL, use /mnt/c/Users/... format.

Server not showing up — Restart your MCP client after editing the config file.


The MCP server is open source and published on npm as [`parzo-mcp`](https://www.npmjs.com/package/parzo-mcp). Found a bug? Open an issue on GitHub.

Server Config

{
  "mcpServers": {
    "parzo": {
      "command": "npx",
      "args": [
        "parzo-mcp"
      ],
      "env": {
        "PARZO_API_KEY": "inv_your_key_here"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
ChatWiseThe second fastest AI chatbot™
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.