parser for Grok
com.wrapper-agency.parsedoc/parser
Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.
client:Grok
transport:stdio
runtime:npm
Install parser in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"parser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parsedoc-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"PARSEDOC_URL": "<PARSEDOC_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs