Skip to content
Gemini CLI

doc extract api for Gemini CLI

io.github.thestarboy9696/doc-extract-api

SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.

client:Gemini CLI transport:stdio runtime:npm

Install doc extract api in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "doc-extract-api": {
      "command": "npx",
      "args": [
        "-y",
        "doc-extract-api"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

doc extract api in other clients