easypost for Gemini CLI
io.usefulapi/easypost
MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses.
client:Gemini CLI
transport:streamable-http
Install easypost in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"easypost": {
"httpUrl": "https://easypost.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs