Skip to content
Cline

parser for Cline

com.wrapper-agency.parsedoc/parser

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

client:Cline transport:stdio runtime:npm

Install parser in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

parser in other clients