doc extract api for Grok
io.github.thestarboy9696/doc-extract-api
SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.
client:Grok
transport:stdio
runtime:npm
Install doc extract api in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"doc-extract-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"doc-extract-api"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
}
}
}
}
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