potal for Gemini CLI
io.github.soulmaten7/potal
Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records.
client:Gemini CLI
transport:stdio
runtime:npm
Install potal in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"potal": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
],
"env": {
"POTAL_API_KEY": "<POTAL_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs