Skip to content
Zed

parser for Zed

com.wrapper-agency.parsedoc/parser

Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.

client:Zed transport:stdio runtime:npm

Install parser in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "parser": {
      "command": "npx",
      "args": [
        "-y",
        "parsedoc-mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
        "PARSEDOC_URL": "<PARSEDOC_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

parser in other clients