2 months ago
Extract structured data from any invoice PDF. Returns clean JSON with vendor, buyer, line items, financials and confidence score.
Server Config
{
"mcpServers": {
"parzo": {
"command": "npx",
"args": [
"parzo-mcp"
],
"env": {
"PARZO_API_KEY": "inv_your_key_here"
}
}
}
}