Skip to content
Cursor

parser for Cursor

com.wrapper-agency.parsedoc/parser

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

client:Cursor transport:stdio runtime:npm

Install parser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

parser in other clients