Skip to content
Gemini CLI

GroundAPI for Gemini CLI

io.github.qingkongzhiqian/groundapi

Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.

client:Gemini CLI transport:streamable-http

Install GroundAPI in Gemini CLI

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

{
  "mcpServers": {
    "groundapi": {
      "httpUrl": "https://mcp.groundapi.net/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

GroundAPI in other clients