Catalog
com.wrapper-agency.parsedoc/parser
OfficialParse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.
Parse receipts and invoices into structured JSON with on-chain payments.
README not available yet.
Install
Configuration
Environment variables
X402_PRIVATE_KEYsecretEVM wallet private key holding USDC on Base. When set, calls the paid endpoint at $0.02/page. If unset, uses the free demo (3/day).
PARSEDOC_URLOverride the API base URL. Defaults to https://parsedoc.wrapper-agency.com.
claude_desktop_config.json
{
"mcpServers": {
"parser": {
"command": "npx",
"args": [
"-y",
"parsedoc-mcp@0.1.2"
],
"env": {
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<YOUR_PARSEDOC_URL>"
}
}
}
}