What is the com.wrapper-agency.parsedoc/parser MCP server?
Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.
How to install com.wrapper-agency.parsedoc/parser
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"parser": {
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<YOUR_PARSEDOC_URL>"
}
}
}
}{
"mcpServers": {
"parser": {
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<YOUR_PARSEDOC_URL>"
}
}
}
}{
"mcpServers": {
"parser": {
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<YOUR_PARSEDOC_URL>"
}
}
}
}{
"servers": {
"parser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<YOUR_PARSEDOC_URL>"
}
}
}
}claude mcp add parser --env X402_PRIVATE_KEY=<YOUR_X402_PRIVATE_KEY> --env PARSEDOC_URL=<YOUR_PARSEDOC_URL> -- npx -y parsedoc-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.