page extract for Gemini CLI
com.x402supply/page-extract
URL to clean article markdown/text + metadata and links. Deterministic. $0.001/call via x402.
client:Gemini CLI
transport:streamable-http
tools:1
Install page extract in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"page-extract": {
"httpUrl": "https://page-extract.x402supply.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs