Skip to content
VS Code

GroundAPI for VS Code

io.github.qingkongzhiqian/groundapi

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

client:VS Code transport:streamable-http

Install GroundAPI in VS Code

.vscode/mcp.json

{
  "servers": {
    "groundapi": {
      "type": "http",
      "url": "https://mcp.groundapi.net/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

GroundAPI in other clients