Skip to content
Gemini CLI

Port Scanner API for Gemini CLI

com.portscan/port-scanner

Scan the open TCP ports of your own public IP. Fast (32) or deep (65535). No key, no signup.

client:Gemini CLI transport:streamable-http tools:2

Install Port Scanner API in Gemini CLI

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

{
  "mcpServers": {
    "port-scanner": {
      "httpUrl": "https://api.portscan.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

What Gemini CLI can do once it is connected

Port Scanner API in other clients