Skip to content
Gemini CLI

petalbot for Gemini CLI

com.seoapi/petalbot

Validate whether an IP address belongs to PetalBot. Remote MCP server exposing a validate_ip tool.

client:Gemini CLI transport:streamable-http

Install petalbot in Gemini CLI

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

{
  "mcpServers": {
    "petalbot": {
      "httpUrl": "https://petalbot.seoapi.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

petalbot in other clients