parser for Claude Desktop
com.wrapper-agency.parsedoc/parser
Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.
client:Claude Desktop
transport:stdio
runtime:npm
Install parser in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"parser": {
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<PARSEDOC_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs